Ciwei
阿里开源的缓存框架JetCache 阿里开源的缓存框架JetCache
之前一直在用Spring Cache进行接口数据的缓存,主要是Spring Cache在对具体key缓存失效时间的设置不是很方法,还要自己去扩展,无意中发现了阿里的JetCache。大部分的需求都能满足,并且有一些很实用的功能,今天给大家介
2019-04-15
IDEA工具在线调试Docker容器中的项目 IDEA工具在线调试Docker容器中的项目
IDEA工具在线调试Docker容器中的项目 项目根目录创建Dockerfile FROM frolvlad/alpine-oraclejdk8:slim VOLUME /tmp ADD /target/demo-0.0.1-SNAPSH
2019-03-29
MobaXterm终端连接呀 MobaXterm终端连接呀
终端ssh神器 MobaXterm 全局设置字体和主题 全局设置完了后 如果要改某个连接的字体和主题需要一个个设置 document.querySelectorAll('.github-emoji')
2019-03-22
免费pdf在线转换 免费pdf在线转换
在线免费pdf world jpg转换 https://www.ilovepdf.com/ https://smallpdf.com/ document.querySelectorAll('.github-
2019-03-21
shell工具自动提示zsh+oh-my-zsh+zsh-autosuggestions shell工具自动提示zsh+oh-my-zsh+zsh-autosuggestions
shell工具自动提示zsh+oh-my-zsh+zsh-autosuggestions 自动提示补全,自动关联上次输入的命令呀 安装zshyum install -y zsh 安装oh-my-zshsh -c "$(curl -fsS
2019-03-19
教你一招用 IDE 编程提升效率的骚操作 教你一招用 IDE 编程提升效率的骚操作
IDEA 有个很牛逼的功能,那就是后缀补全(不是自动补全),很多人竟然不知道这个操作,还在手动敲代码。 这个功能可以使用代码补全来模板式地补全语句,如遍历循环语句(for、foreach)、使用 String.format() 包裹一个字符
2019-03-12
SpringBoot使用prometheus监控 SpringBoot使用prometheus监控
1.关于PrometheusPrometheus是一个根据应用的metrics来进行监控的开源工具。相信很多工程都在使用它来进行监控,有关详细介绍可以查看官网:https://prometheus.io/docs/introduction/
2019-03-07
chrome插件 chrome插件
chrome一些比较好用的插件 Clear Cache 点击图标即可清除缓存、cookie等,开发必备! JSON Viewer Awesome 看到同事用的,颜值超高的JSON文件渲染,比之前用的JSON Viewer颜值还要高,更方
2019-03-04
jenkins配置构建历史 jenkins配置构建历史
查看配置主要是查看配置和回滚配置 安装插件Job Configuration History Plugin document.querySelectorAll('.github-emoji') .
2019-03-02
jenkins参数化构建springboot项目 jenkins参数化构建springboot项目
参数化构建可以根据不同的配置替换springboot配置文件的参数 安装插件Active Choices Plug-in 选择左侧的参数化构建 根据选择的参数替换springboot配置文件的端口 documen
2019-03-02
Jenkins部署springboot项目 Jenkins部署springboot项目
docker启动的jenkins挂载的目录是:docker run -d –name myjenkins -p 8080:8080 -p 50000:50000 -v /var/jenkins_node:/var/jenkins_home
2019-02-22
Jenkins官方Docker镜像安装 Jenkins官方Docker镜像安装
Jenkins官方Docker镜像安装 下载Jenkins镜像文件docker search jenkins docker pull jenkins/jenkins 启动镜像mkdir -p /var/jenkins_node chmod
2019-02-22
19 / 28