会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
little_ab
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
13
下一页
2020年5月26日
jenkins&gitlab自动发布
摘要: 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
阅读(300)
评论(0)
推荐(0)
2020年5月25日
centos安装docker及常用命令
摘要: //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
阅读(1026)
评论(0)
推荐(0)
2020年5月22日
ssh免密登录配置,保持连接
摘要: //关于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
阅读(1040)
评论(0)
推荐(0)
2020年5月21日
centos7修改ssh端口号(阿里云)
摘要: 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
阅读(938)
评论(0)
推荐(0)
2020年5月19日
yapi
摘要: https://www.bilibili.com/video/BV1BE411V7Cs?p=1 https://hellosean1025.github.io/yapi/documents/index.html
阅读全文
posted @ 2020-05-19 11:14 little_ab
阅读(106)
评论(0)
推荐(0)
2020年5月14日
useMemo和useCallback
摘要: 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
阅读(269)
评论(0)
推荐(0)
react&redux&hook
摘要: 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
阅读(507)
评论(0)
推荐(0)
2020年5月9日
onchange parallelshel concurrently
摘要: 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
阅读(120)
评论(0)
推荐(0)
commitizen 搭建属于自己的项目git commit 校验工具
摘要: 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
阅读(317)
评论(0)
推荐(0)
lint代码风格工具整理
摘要: 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
阅读(490)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
13
下一页
公告