
Design
iteye_3443
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何解决主键的连续自增
解决方案是采用文件暂存的方式。 从1开始到99后重新归一循环。 [code="java"] public int getSeqNo() throws IOException { int seqNo = 1; File file = new File("seqNo"); if (!file.exists()) { file.createNewFile(); }...2009-07-06 09:49:29 · 292 阅读 · 0 评论 -
取色工具 ColorKey Xp
一个不错的取色工具,css专用 配色软件 ColorKey Xp 体验发布 http://www.blueidea.com/download/product/2003/627.asp2010-03-31 15:11:32 · 217 阅读 · 0 评论