集合类之旅
zfjdoreen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
check the manual that corresponds to your MySQL server version for the right syn
错误:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'not null, add column username varchar not null' at line 1 原...原创 2010-11-19 12:08:22 · 232 阅读 · 0 评论 -
根据map里面的键名获得键值
[color=red]Map map = new HashMap(); Set keys = map.keySet(); Iterator it = keys.iterator(); while(it.hasNext()){ String key = (String)it.next(); if(myField.equals(key)){...原创 2010-12-02 15:32:24 · 496 阅读 · 0 评论
分享