
Java
文章平均质量分 67
yangyang8673870
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
could not fetch initial value for increment generator
被玩了一天 原来是mysql的保留字 强烈注意不能有group,order,key,keys,lines,option。。。祝你好运 ADD ALL ALTER ANALYZE AND AS ASC ASENSITIVE BEFORE BETWEEN BIGINT BINARY原创 2012-03-22 19:57:46 · 865 阅读 · 0 评论 -
Ubuntu Cannot complete the install because of a conflicting dependency.
Cannot complete the install because of a conflicting dependency. Software being installed: Android Development Tools 20.0.2.v201207191942-407447 (com.android.ide.eclipse.adt.feature.group 20.0.2.v2原创 2012-07-25 12:52:11 · 1843 阅读 · 0 评论 -
JSONObejct toBean Enum 出错
import net.sf.json.JSONObject; enum TestEnum { hello, world } class TestClass { private TestEnum testEnum; public TestEnum getTestEnum() { return testEnum; } public vo原创 2012-08-22 19:12:12 · 1330 阅读 · 0 评论