09 2016 档案
Error:(12) No resource identifier found for attribute 'titles' in package 'com.itheima52.mobilesafe5
摘要:http://stackoverflow.com/questions/5819369/error-no-resource-identifier-found-for-attribute-adsize-in-package-com-googl#
阅读全文
摘要:经常用到在数据库中查询中间几条数据的需求 比如下面的sql语句: ① selete * from testtable limit 2,1; ② selete * from testtable limit 2 offset 1; 注意: 1.数据库数据计算是从0开始的 2.offset X是跳过X个数
阅读全文