
java 积累日志
javyuton
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
获取当前类运行的绝对路径
String currentClassPath = RandomCheckCode.class.getResource(File.separator).toString(); int beginIndex = currentClassPath.indexOf("/", 0)+1; int endIndex = currentClassPath.lastIndexOf("/")+1; ...2008-03-19 23:28:42 · 172 阅读 · 0 评论 -
eclipse json editor 插件
[url]http://code.google.com/p/json-editor-plugin/[/url] [url]http://code.google.com/p/jquery-editclick-plugin/[/url] [img]http://dl.iteye.com/upload/picture/pic/118924/bf3c16f4-37f3-3d23-a976-74bd72...原创 2012-10-11 11:00:15 · 218 阅读 · 0 评论