原创 【筆記】postman+newman生成測試報告

newman run collection_name.json --environment env_name.json -k -r html —reporter-html-exporter 

原创 Ubuntu源列表

sudo gedit /etc/apt/sources.list   deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse de

原创 【筆記】MYSQL 索引

建表CREATE TABLE USERINFO( ID INT NOT NULL PRIMARY KEY, NAME VARCHAR(20), AGE INT, ADDR VARCHAR(100) );插入數據INSERT INTO US

原创 git使用

Git的安裝位置:which git查看git版本:git --version更新git:git clone https://github.com/git/git參考博客:https://blog.csdn.net/baimafujinj

原创 【問題】【python】_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h'

pip安裝python-mysql,出現>pip install MySQL-python_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h'