上一页 1 2 3 4 5 6 ··· 41 下一页
摘要: 用openssl加密的时候,如果加密后的内容过长,超过64字符就会自动换成两行 用这种方式可以讲加密后的内容输出成一行 加密: 解密: 阅读全文
posted @ 2019-11-04 05:15 冰凌花花~ 阅读(145) 评论(0) 推荐(0) 编辑
摘要: mac用户可以通过brew命令安装: brew install ansible 首先把密码存在一个固定的文件里,比如 ~/.vault_pass.txt ,方便使用。 如果一个配置文件variables.yml 的内容已经用ansible加密了,如何解密: ansible-vault decrypt 阅读全文
posted @ 2019-11-01 06:11 冰凌花花~ 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 下载的网址https://maven.apache.org/download.cgi $ curl -O https://www-eu.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz$ tar -x 阅读全文
posted @ 2019-10-17 08:50 冰凌花花~ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 打开Intellij,点击左上角从下来菜单里进入Preferences。配置maven地址 上图中setting.xml 的配置如下: 我本地用docker启动的nexus: docker volume create --name nexus-data docker run -d -p 8081:8 阅读全文
posted @ 2019-10-17 08:42 冰凌花花~ 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 如何在单元测试中测试接口返回的字段? 如果我们有一个api的entity为 employment.rb let(:default_headers) { { 'CONTENT_TYPE' => 'application/json' } } it 'xxx xxx' do headers = { 'Au 阅读全文
posted @ 2019-10-16 06:06 冰凌花花~ 阅读(196) 评论(0) 推荐(0) 编辑
摘要: https://help.hirefire.io/article/54-job-queue-ruby-rack https://github.com/hirefire/hirefire-resource This library provides middleware which you can a 阅读全文
posted @ 2019-10-15 09:45 冰凌花花~ 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 官方文档 https://www.keycloak.org/docs/7.0/server_admin/#admin-console-export-import If more than one realm file needs to be imported, a comma separated l 阅读全文
posted @ 2019-10-14 09:58 冰凌花花~ 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 先介绍一个网站:https://hub.docker.com/ 在这个网站里可以搜索所有相关的docker image 下载某个版本的docker镜像: $ docker pull jboss/keycloak:3.3.0.Final 如果直接下载最新版本,不需要加版本号$ docker pull 阅读全文
posted @ 2019-10-11 11:49 冰凌花花~ 阅读(184) 评论(0) 推荐(0) 编辑
摘要: IDE Salesforce Extension Pack + VS Code (Highly Recommended) This is the current Salesforce Official IDE providing full support for both traditional S 阅读全文
posted @ 2019-10-11 11:05 冰凌花花~ 阅读(235) 评论(0) 推荐(0) 编辑
摘要: https://kitematic.com/docs/ mac的下载地址是: https://docs.docker.com/docker-for-mac/install/ 阅读全文
posted @ 2019-10-11 10:53 冰凌花花~ 阅读(216) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 41 下一页