May 9, 2020
jenkins
软件开发过程瀑布流开发
持续集成
持续集成工具
jenkinsjenkins介绍
java语言开发
支持插件
为持续构建而生
jekins安装
拉取镜像 1docker pull jenkinsci/blueocean
容器启动 12345678910# --rm \ stop后会删除d ...
Read more
May 7, 2020
docker
nginx
本地nginx 配置https访问产线api安装nginx 12$ brew search nginx$ brew install nginx
自签证书 1234567891011 # 其中,证书,不设置任何密码,便于nginx使用openssl genrsa -des3 -passout ...
Read more
May 6, 2020
shell
脚本
shell 文件权限shell 开头
以sh后缀
开头#注释,表明采用何种解释器 1#!/bin/bash
添加作者等说明 123456 #/bin/bash<<ABC author:cheonghu date:2020-05-06 desc:shell de ...
Read more
April 28, 2020
angular
directive
UI
ui-grid升级方案
详情请移步这里ui-grid升级
核心code 1234567891011 @Directive({ selector: 'hero-detail'})export class HeroDetailDirective exte ...
Read more
April 25, 2020
vscode
rollup
vscode 脚手架1npm install -g yo generator-code
Read more
April 25, 2020
自动部署
静态站点
托管
GitHub Pages
优点
可配置自定义域名,且域名不用备案
可强制https访问,一键配置开启
Github Action 支持push 触发构建
每个账户,2000min/month 构建资源,下月自动清零,重新计算
缺点
不能自定义ssl 证书,但是不影响使用
...
Read more