- 博客(4)
- 收藏
- 关注
原创 第八关shell
#!/bin/shcd ~mkdir shell_tutcd shell_tutfor ((i=0; i<10; i++)); dotouch test_$i.txtdone#!/bin/shecho “hello world” echo是打印的意思your_name=‘zhangsan’ 定义变量echo $your_name 调用变量myurl=‘www.ba...
2019-08-26 17:00:58
78
原创 第二关 sql语句
常用的sql语句1.select * from table where 条件【eg name=A】:查询 默认是升序(ASC)2.select * from table where name = A limit 100 前100条记录2.select * from table where 列名称 like 条件【eg % A,A%,%A%】 模糊查询 ,A结尾的,A开头的,含有A的3....
2019-05-28 16:53:12
196
原创 第一关adb
第一次写。。。。移动第一关 adb记录以后常用的知识adb常用命令一、安装卸载重启关机相关1.adb devices 查看设备2.adb install path 安装apk3.adb -s 设备序列号 install path 某个设备安装apk4.adb install -r path 强制安装5.adb uninstall 包名 卸载app6.adb uninstal...
2019-05-28 15:19:34
177
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人