本站首页    管理页面    写新日志    退出


«August 2025»
12
3456789
10111213141516
17181920212223
24252627282930
31


公告

不知不觉6年了


我的分类(专题)

日志更新

最新评论

留言板

链接

Blog信息
blog名称:〾堯仸〾的天空
日志总数:139
评论数量:503
留言数量:16
访问次数:2714911
建立时间:2005年4月23日




[java]BufferToText
文章收藏,  随笔,  软件技术

〾堯仸〾 发表于 2009/4/3 15:15:37

btw : 冒个泡 。在看  thinking in java 3


package thinkinjava.c12;

import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.nio.charset.Charset;

public class BufferToText {
    private static final int BSIZE = 1024;
    public static void main(String[] args) throws IOExc


阅读全文(4348) | 回复(0) | 编辑 | 精华 | 删除
 


[java]hibernate many 2 many 的配置
原创空间,  软件技术

〾堯仸〾 发表于 2008/3/13 15:37:44




//实体 帐单
public class Agrpribill implements java.io.Serializable {

    // Fields

    private Long agrpribillid;

    private Set<Payinvoice> payinvoices = new HashSet<Payinvoice>(0);
   
     ....
     
         public void addAgrpribill(Agrpribill agrpribill){
       


阅读全文(5752) | 回复(0) | 编辑 | 精华 | 删除
 


« 1



站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.047 second(s), page refreshed 144752270 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号