摘要: 1. Android repositories { maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } jcenter() } repositories { maven { url 'http://maven.al 阅读全文
posted @ 2017-08-17 11:33 清风@_@ 阅读(130) 评论(0) 推荐(0) 编辑
摘要: npm- 安装淘宝源 http://npm.taobao.org/$ npm install -g cnpm --registry=https://registry.npm.taobao.org- 查看源$ npm config get registry // https://registry.np 阅读全文
posted @ 2017-08-16 09:30 清风@_@ 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 简单记录 阅读全文
posted @ 2017-08-02 10:22 清风@_@ 阅读(5061) 评论(0) 推荐(0) 编辑
摘要: 1. keytool 命令 1)使用JDK中的一个命令keytool,都有哪些命令呢,使用 keytool -help 进行查看 2)本次使用 keytool -genkeypair 命令生成签名,查看此命令都有哪些参数keytool -genkeypair -help 发现keytool -gen 阅读全文
posted @ 2017-07-28 10:36 清风@_@ 阅读(1270) 评论(0) 推荐(0) 编辑
摘要: 1.dos command, install pkg 2. cygwin64 command 通过setup-x86_64.exe安装软件包安装lynx,然后通过lynx安装apt-cyg。apt-cyg类似于ubuntu里面的apt-get命令。 3. 另一种安装apt-cyg的方式 阅读全文
posted @ 2017-07-27 21:54 清风@_@ 阅读(2112) 评论(0) 推荐(1) 编辑
摘要: 1.查找是否存在指定包名的App 2.创建Intent,删除指定包名的App 阅读全文
posted @ 2017-07-27 14:53 清风@_@ 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: 如下初步使用了pyqt5,构造了一个webview来加载网址,呈现网页。 1.安装pyqt5包,可使用douban的源 2.上代码如下 阅读全文
posted @ 2017-07-20 09:09 清风@_@ 阅读(9045) 评论(0) 推荐(0) 编辑
摘要: 使用py2exe打包python文件到exe 阅读全文
posted @ 2017-07-20 09:04 清风@_@ 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Git 常用命令随笔 阅读全文
posted @ 2017-07-18 10:20 清风@_@ 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 1. 在模块目录下的build.gradle 2. 请求服务接口类-注解对应服务器接口 这里采用了一个单例模式,在定义的接口服务类中声明一个内部类factory来定义与返回HttpService的单例,内部直接使用了Retrofit进行创建。 3.具体调用 简单的使用方法,Retrofit有更多的接 阅读全文
posted @ 2017-07-17 15:57 清风@_@ 阅读(182) 评论(0) 推荐(0) 编辑