上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 63 下一页
摘要: java.net.sockettimeoutexception read timed out超时时间设长一点儿即可Socket.setSoTimeout(int timeout); -------------------------------------------------------------------------------------------------------------------------------------------------------------------注意下面几个超时时间(soTimeout只有100毫秒)/***Thetimeoutofth 阅读全文
posted @ 2011-10-09 15:15 网络大豆 阅读(2845) 评论(0) 推荐(0) 编辑
摘要: http://www.blogjava.net/esls2008/archive/2006/12/18/88548.html--------------------------------------------------------------------------------------- Java SE 6 中包含一个新的 GroupLayout ,从GroupLayout的单词意思来看,它是以Group(组)为单位来管理布局,也就是把多个组件(如:JLable、JButton)按区域划分 到不同的Group(组),再根据各个Group(组)相对于水平轴(Horizontal)和垂. 阅读全文
posted @ 2011-10-09 11:45 网络大豆 阅读(531) 评论(0) 推荐(1) 编辑
摘要: http://www.blogjava.net/sterning/archive/2007/10/13/152508.html--------------------------------------------------------------------------------------------------------------------------------最近需要进行网络传输大文件,于是对基于socket的文件传输作了一个初步的了解。在一位网友提供的程序基础上,俺进行了一些加工,采用了缓冲输入/输出流来包装输出流,再采用数据输入/输出输出流进行包装,加快传输的速度。废话 阅读全文
posted @ 2011-10-09 09:30 网络大豆 阅读(429) 评论(1) 推荐(0) 编辑
摘要: 下面这段内容来自《the definitive guide to netbeans platform》,回答了一个困扰我的问题:对于全局只有一个实例,且需要在多个模块访问的类如何实现,使用普通的单例模式还是使用Service,二者都有缺点,还是下面的全局服务的模式比较好。————————————————————————————————————————————————————————————————————Global services—i.e., services that can be used by multiple modules and that are only providedby 阅读全文
posted @ 2011-09-29 09:20 网络大豆 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://wiki.netbeans.org/DevFaqRequestProcessor————————————————————————————————————————————————————————————————————————RequestProcessor.getDefault() is tempting to use, but it is also dangerous. This FAQ item will tell you when not to use it. One of the most common threading bugs in NetBeans happen. 阅读全文
posted @ 2011-09-28 14:48 网络大豆 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 在使用Netbeans RCP进行开发的时候,我们通常要设计一些用户界面元素,在设计的时候最好按照Netbeans的习惯,这样开发的时候会比较顺畅。否则经常会感到整体界面不协调。而Netbeans因为久经考验,其界面通常是比较获得认可的。下面我总结一些这样的习惯,仅代表个人观点,欢迎大家补充。在editor模式下打开的TopComponent通常不是单例的,即同一个TopComponent通常可以打开多次。而单例的TopComponent通常不在editor中打开。涉及后台的长时间运行的任务通常使用Progress API实现。 阅读全文
posted @ 2011-09-28 14:21 网络大豆 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 按照java doc上的例子,进度条不显示Use Cases Basic usage There are 3 types of progress indication: 1. indefinite when it's not known how much time will be needed to complete2. definite with time estimate for completion (UI shows time that remains)3. definite without time estimate where the UI shows percen... 阅读全文
posted @ 2011-09-28 14:04 网络大豆 阅读(498) 评论(0) 推荐(0) 编辑
摘要: http://blogs.oracle.com/geertjan/entry/netbeans_platform_apis_top_10————————————————————————————————————————————————————————————————————————If yesterday's list of NetBeans APIs are to be seen as the NetBeans Platform's "Top 10 Greatest Hits" (the 10th place is still open to suggest 阅读全文
posted @ 2011-09-27 18:44 网络大豆 阅读(370) 评论(0) 推荐(0) 编辑
摘要: http://blogs.oracle.com/geertjan/entry/netbeans_apis_add_close_button————————————————————————————————————————————————————————————————————————One of the many esoterically ongoing discussions in the Swing world is that of "The Missing Close Button on JTabbedPanes". (To see a selection of the 阅读全文
posted @ 2011-09-27 18:42 网络大豆 阅读(370) 评论(0) 推荐(0) 编辑
摘要: http://blogs.oracle.com/geertjan/entry/org_openide_awt_dropdownbuttonfactory1————————————————————————————————————————————————————————————————————I was learning about org.openide.awt.DropDownButtonFactory yesterday, because of the cool Profiler drop-down buttons in the IDE's toolbar. I assumed th 阅读全文
posted @ 2011-09-27 18:39 网络大豆 阅读(493) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 63 下一页