上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 1.创建git仓库 2.安装jenkins和插件 配置镜像源 //通过docker镜像安装jenkins docker run --name jenkins_pen -itd -p 11005:8080 -p 50000:50000 jenkins/jenkins:lts//打印jenkins的日志 阅读全文
posted @ 2020-05-26 14:38 little_ab 阅读(290) 评论(0) 推荐(0) 编辑
摘要: //1.删除旧版本docker sudo yum remove docker //2.安装必须的依赖 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 //添加docker-ce的源 sudo yum-config-ma 阅读全文
posted @ 2020-05-25 18:04 little_ab 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: //关于ssh配置 /etc/ssh/sshd_config //远端 ~/.ssh/config //本地 ssh-keygen -f test -C "test key" ~~文件名 ~~~~ 备注 $ssh-keygen -t rsa -C 'xxxxx@company.com' -f ~/. 阅读全文
posted @ 2020-05-22 16:08 little_ab 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 1.//登录远程 ssh root@xxxx.xxxx.xxxx.xxx ls-release -a 查看系统版本//查看当前的ssh端口号netstat -anlp | grep sshd 2. vi /etc/ssh/sshd_config 修改 port 改成10022 yum whatpro 阅读全文
posted @ 2020-05-21 11:17 little_ab 阅读(929) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1BE411V7Cs?p=1 https://hellosean1025.github.io/yapi/documents/index.html 阅读全文
posted @ 2020-05-19 11:14 little_ab 阅读(105) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_29438877/article/details/104809865 https://www.zhihu.com/question/390974405 https://www.infoq.cn/article/mM5bTiwipPPNPjhjqGtr 阅读全文
posted @ 2020-05-14 16:35 little_ab 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 1.理解redux原理 https://juejin.im/post/5def4831e51d45584b585000#heading-12 http://www.imooc.com/read/72/article/1679 redux通过创建一个store仓库保存state,每个action通过创 阅读全文
posted @ 2020-05-14 16:19 little_ab 阅读(499) 评论(0) 推荐(0) 编辑
摘要: npm install -D onchange parallelshel concurrently "watch:lint": "onchange -i \"**/*.js\" \"**/*.less\" -- npm run lint", "watch:test": "npm t -- --wat 阅读全文
posted @ 2020-05-09 22:28 little_ab 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000016776838?utm_medium=hao.caibaojian.com&utm_source=hao.caibaojian.com&share_user=1030000000178452 commitizen custom 阅读全文
posted @ 2020-05-09 21:43 little_ab 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1.lint-stage+husky npm install --save-dev lint-staged husky 配置:可在.huskyrc.js 或者package.json https://www.npmjs.com/package/husky "husky": { "hooks": { 阅读全文
posted @ 2020-05-09 20:46 little_ab 阅读(473) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页