摘要: 项目路径下的.setting文件夹,打开里面的org.eclipse.wst.common.component 文件 阅读全文
posted @ 2017-12-06 01:37 aLa神灯 阅读(473) 评论(0) 推荐(0) 编辑
摘要: StringBuilder IFCONFIG=new StringBuilder(); try { for (Enumeration<NetworkInterface> en = NetworkInterface.getNetworkInterfaces(); en.hasMoreElements( 阅读全文
posted @ 2017-12-06 01:35 aLa神灯 阅读(129) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/laukicn/article/details/55096101 ####################### DB Connection Config ########################## DB Type #the database of 阅读全文
posted @ 2017-12-03 15:30 aLa神灯 阅读(239) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/we_shell/article/details/49819221 mvn install:install-file -Dfile=D:\thrift-0.9.2.jar -DgroupId=org.apache.thrift -DartifactId=li 阅读全文
posted @ 2017-12-03 14:47 aLa神灯 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiatianoo/p/5834062.html 阅读全文
posted @ 2017-11-28 23:49 aLa神灯 阅读(408) 评论(0) 推荐(0) 编辑
摘要: autowired spring resources -- jdk1.6以上 https://www.cnblogs.com/think-in-java/p/5474740.html 阅读全文
posted @ 2017-11-27 23:12 aLa神灯 阅读(158) 评论(0) 推荐(0) 编辑
摘要: get set 构造方法 等 http://blog.csdn.net/csujiangyu/article/details/46953591 阅读全文
posted @ 2017-11-27 23:10 aLa神灯 阅读(206) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u011066470/article/details/54379541 exclusion 阅读全文
posted @ 2017-11-26 16:04 aLa神灯 阅读(87) 评论(0) 推荐(0) 编辑
摘要: public void test() { InputStream is = null; FileOutputStream fos = null; //这里对is进行赋值,略 //... // 文件输出流fos // openFile()为自定义函数,判断文件是否存在等(略) String fileN 阅读全文
posted @ 2017-10-30 16:53 aLa神灯 阅读(106) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_8604ca230100vwx7.html 阅读全文
posted @ 2017-10-16 16:57 aLa神灯 阅读(129) 评论(0) 推荐(0) 编辑