
Java SE
gongzixiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[转]JAVA 中的IO流
[img]http://www.yesky.com/image20010518/42132.gif[/img] [img]http://www.yesky.com/image20010518/42133.gif[/img] [img]http://www.yesky.com/image20010518/42134.gif[/img] [img]http://www.yesky.com/ima...原创 2011-04-17 23:47:59 · 88 阅读 · 0 评论 -
[转]Java序列化的警告
关于[color=brown]The serializable class XXX does not declare a static final serialVersionUID field of type long[/color]的警告 今天在编写Java程序的时候,发现这个警告提示,于是google了一下。得到答案如下: If a [b][color=red]serializa...原创 2011-04-11 23:30:03 · 159 阅读 · 0 评论 -
Java 打包standalone 项目(配置文件,依赖包在主jar外)
文件结构如下 |-lib(依赖包) |-log |-xxx.jar(项目jar,包含main class) |-app-resource.properties(项目资源文件由spring读取) |-start.bat(启动脚本) |-log4j.properties bat文件内容 [code="java"] d: cd d:\xxx java -cp .;.\xxx...原创 2014-11-25 20:05:01 · 552 阅读 · 0 评论