上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页
摘要: 安装gti前需要安装blow blow 下载brew_install.rb,地址:百度云下载 ,提取码: 4eti 安装blow 进入 存放 brew_install.rb的目录中 执行 ruby brew_install.rb 安装git $ brew install git 阅读全文
posted @ 2020-10-28 14:09 jxba 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 安装java1.8 https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html 配置详见:https://blog.csdn.net/mjshuang/article/details/91448545 安装ma 阅读全文
posted @ 2020-10-28 11:43 jxba 阅读(335) 评论(0) 推荐(0) 编辑
摘要: chrome浏览器(不使用小米浏览器)访问 chls.pro/ssl 下载.pem文件安装 『设置』 - 『WLAN』-『高级设置』-『安装证书』 - 『选择刚刚访问 chls.pro/ssl 下载的证书.pem文件』 阅读全文
posted @ 2020-08-11 16:57 jxba 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 1、安装 Node https://nodejs.org/en/ 双击刚下载的文件,按步骤默认安装就行 2、安装完成后打开终端,输入npm -vnode -v 3、使用 serve 启动 web 服务 全局安装 serve,用于启动 web 服务 sudo npm install serve -g 阅读全文
posted @ 2020-07-21 15:17 jxba 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 安装 pip3 install setuptools pip3 install pykafka pip3 install kafka-python 单台kafka import sys from kafka import KafkaConsumer from kafka.structs import 阅读全文
posted @ 2020-06-24 21:06 jxba 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/9bc78d468646 安装python3 pip3 install numpy pip3 install pytest pytest --version 阅读全文
posted @ 2020-06-15 19:35 jxba 阅读(168) 评论(0) 推荐(0) 编辑
摘要: select job_name, ft_brch,LINE_cover,incre_cover,commit_id, compa_with,create_date from functest_buids_info,hole_functest,incre_functest where functest 阅读全文
posted @ 2020-06-08 16:22 jxba 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 学到了~ def str_reverse(str): strout = str[::-1] return strout a = 'abcdefg321' b = str_reverse(a) print b c = a[::-1] print c 结果 123gfedcba 123gfedcba 阅读全文
posted @ 2020-06-08 16:10 jxba 阅读(903) 评论(0) 推荐(0) 编辑
摘要: 安装:Android studio https://jingyan.baidu.com/article/a24b33cd2688ed19fe002b86.html 配置adb https://www.jianshu.com/p/cdeab1b73a5c 如果adb不显示设备的解决方案(如果没有这个文 阅读全文
posted @ 2020-04-23 19:19 jxba 阅读(1852) 评论(0) 推荐(0) 编辑
摘要: 1、安装pecl 参考:https://blog.csdn.net/zerovszero1/article/details/98946925 curl -O http://pear.php.net/go-pear.phar sudo php -d detect_unicode=0 go-pear.p 阅读全文
posted @ 2020-03-19 21:18 jxba 阅读(1308) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页