- 博客(4)
- 资源 (60)
- 收藏
- 关注
原创 Android 使用rawquery方法args参数查询数字范围
sql="select * from mytable wherefrq+0>?+0 and frq+0<?+0";args=new String[]{500,1000};Cursor cursor=db.rawQuery(sql, args);
2021-10-15 16:50:51
755
原创 tar 排除无效?
tar 排除无效?tar -cvf file.tgz file/ --exclude *.jpg改成tar -cvf file.tgz --exclude *.jpg file/
2021-06-24 17:40:45
2216
转载 手工命令创建空白android apk
环境:android-sdk + jdk + apache-ant创建工程:android create project -n hello -t 1 -p hello -k com.hello -a hello(关于 -t 用android list targets 查看版本)更新工程:android update project -p hello -t 1 -n hello创建密钥:
2013-04-10 21:14:30
1425
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人