working set的使用
摘要:http://www.oschina.net/question/16_10731
阅读全文
posted @
2015-07-22 15:26
silentjesse
阅读(205)
推荐(0)
既使用maven又使用lib下的Jar包
摘要:maven 使用本地包 lib jar包 依赖一个lib目录解决方法:# 把本地的lib加入maven编译时的依赖路径From:http://blog.chinaunix.net/uid-23173926-id-2942789.html有些项目的jar包不是在maven服务器上能够下载的,那么需要将...
阅读全文
posted @
2015-07-16 18:57
silentjesse
阅读(5940)
推荐(0)
eclipse 搜索 正则表达式
摘要:1、换行搜索,如下:\.dyform\([\r]*[\s]*\{
阅读全文
posted @
2014-12-09 10:26
silentjesse
阅读(623)
推荐(0)
eclipse中开发js会卡,去掉.project中的validate即可
摘要:注释掉 org.eclipse.ui.externaltools.ExternalToolBuilder full,incremental, LaunchConf...
阅读全文
posted @
2014-09-19 11:16
silentjesse
阅读(7110)
推荐(0)
eclipse is always pending for "loading descriptor for ...."
摘要:http://stackoverflow.com/questions/11774278/eclipse-loading-descriptor-takes-ages
阅读全文
posted @
2013-09-04 09:07
silentjesse
阅读(759)
推荐(0)
jre build path 中的限制问题导致一些代码无法编译..如果设置
摘要:Access restriction: The type JPEGCodec is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\rt.jar解决办法如图:
阅读全文
posted @
2013-03-12 17:08
silentjesse
阅读(424)
推荐(0)
sun.misc.BASE64Encoder找不到的解决方法
摘要:sun.misc.BASE64Encoder/BASE64Decoder类不属于JDK标准库范畴,但在JDK中包含了该类,可以直接使用。但是在eclipse中直接使用却找不到该类。解决方法如图: refer from:http://liulinxia02.blog.163.com/blog/stat
阅读全文
posted @
2013-03-07 15:27
silentjesse
阅读(37529)
推荐(4)