摘要:
配置服务相关 阅读全文
摘要:
monkey Test 环境变量配置 阅读全文
摘要:
端口进程相关 cp -rf ecweb /obt/beifen/ps -ef|grep * 查看进程id kill id 终止进程kill -9 id 强制终止sh start.sh /start.sh 启动服务 查所有端口下的进程:netstat -ano 端口号用于查看指定的端口号的进程情况,n 阅读全文
摘要:
http://ftp.mozilla.org/pub/firefox/releases/ 各firefox版本下载地址 http://ftp.mozilla.org/pub/firefox/releases/ http://selenium-release.storage.googleapis.co 阅读全文
摘要:
1.最重要的一点 2. 解决跨域请求 webpack.json 中添加 https://segmentfault.com/q/1010000008190876?_ea=1579884 webpack config less 框架 查看考链接 阅读全文
摘要:
1.安装node.js 2. yarn init: 初始化,主要包含以下条目 name: 项目名 version: 版本号 description: 项目简要描述 entry point: 文件入口,默认index.html git repository: git仓库链接地址 author: 作者 阅读全文
摘要:
https://shimo.im/docs/VN0BLgAIBdMVSa4S 阅读全文
摘要:
django form 组件插件 阅读全文
摘要:
cookies与session 阅读全文