Adb 命令 adb devices 查看设备连接 adb push 文件 /接收设备/ 发送文件到手机 adb pull /sdcard/文件 pc路径 发送文件到pc端 adb shell screencap /sdcard/保存路径 截屏 adb install /软件路径 安装软件 adb ...
分类:
数据库 时间:
2018-04-14 12:35:13
阅读次数:
163
<!-- porm.xml 文件 引用JAR包 --> <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --> <dependency> <groupId>com.alibaba</groupId> <artifactId>f ...
分类:
Web程序 时间:
2018-04-11 21:46:35
阅读次数:
264
android { lintOptions { // 设置为 true时lint将不报告分析的进度 quiet true // 如果为 true,则当lint发现错误时停止 gradle构建 abortOnError false // 如果为 true,则只报告错误 ignoreWarnings t ...
分类:
其他好文 时间:
2018-04-11 15:40:05
阅读次数:
212
用SQL语句创建和删除Access数据库中的表;添加列和删除列 Posted on 2009-08-11 13:42 yunbo 阅读(1240) 评论(0) 编辑 收藏 用SQL语句创建和删除Access数据库中的表;添加列和删除列 用SQL语句创建和删除Access数据库中的表;添加列和删除列S ...
分类:
数据库 时间:
2018-04-11 10:42:26
阅读次数:
172
zabbix_agent_install.yml zabbix_agent_install.sh ...
分类:
其他好文 时间:
2018-04-10 17:43:55
阅读次数:
211
1.新建一个本地 repository文件夹 2.将想要 托管的项目或文件 复制到repository 文件夹下 2. 右键 git bash here 输入命令 git init 生成本地仓库 4..输入 git add . (添加所有文件) 5.输入 git status -s 查看文件添加状态 ...
分类:
其他好文 时间:
2018-04-10 15:26:18
阅读次数:
171
本人记录了rh linux6.2安装GUI桌面的步骤和方法,记录于此,供各位同学及自己参考研究。 ...
分类:
系统相关 时间:
2018-04-10 15:24:27
阅读次数:
195
add your build.xml in Ant view and choose 'build' optional execute 'Ant Build' after build success,you can see Jrebel have reload your modify class li ...
分类:
系统相关 时间:
2018-04-10 15:18:28
阅读次数:
202
前言: 两个星期除了清明放假去天津旅游散散心以外,其他空闲时间一直在学java,一直在学java,和思考这次的作业该怎么做,因为我的java水平实在不怎么样,只能自己慢慢摸着石头过河,也有一直通宵看到凌晨4点,可能是天赋实在不行,学起来比别人要慢,所以到最后也只是做出了个大概,不求能打多少分,只是给 ...
分类:
其他好文 时间:
2018-04-10 10:55:39
阅读次数:
200
单元测试模块unittest unittest的四个核心的概念: TestLoader:加载或分发测试任务的调度器; TestCase:测试用例的对象; TestSuite:多个测试用例的容器; TextTestRunner:执行测试用例的工作者; TextTestResult:测试结果保存的对象; ...
分类:
编程语言 时间:
2018-04-09 21:16:06
阅读次数:
208