摘要:
SQLite has limited ALTER TABLE support that you can use to add a column to the end of a table or to change the name of a table. If you want to make mo 阅读全文
posted @ 2016-07-08 00:00
David Young
阅读(3415)评论(0)推荐(0)
摘要:
有时开启多个Eclipse之后,连接真机调试程序时在Controls控制台里面会出现Launch error: Failed to connect to remote VM [duplicate] ,DDMS输出里面会报con't bind to local 86XX 或者87xx debugger... 阅读全文
posted @ 2016-01-08 10:10
David Young
阅读(1574)评论(0)推荐(0)
摘要:
[22]遇到query cannot be resolved to a variable错误,解决:1.Java里面定义的变量不能跟系统包里面的关键字相同(大小写不同也不行),系统包里面有个Query,把query改 2.变量在方法中是否被定义为局部变量,从而不能作为方法的返回值成其他名字即可[23... 阅读全文
posted @ 2015-04-23 18:53
David Young
阅读(821)评论(0)推荐(0)