上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 集合中为对象,根据对象中的某一属性值分组 public static void main(String[] args){ List<User> list = new ArrayList<>(); User user1 = new User("1", "张三1", "10"); User user2 阅读全文
posted @ 2020-03-18 16:11 尽 阅读(2616) 评论(0) 推荐(1) 编辑
摘要: 介绍 微信官网小程序二维码API:https://developers.weixin.qq.com/miniprogram/dev/api/qrcode.html 为满足不同需求和场景,这里提供了三个接口,开发者可挑选适合自己的接口。 A接口,生成小程序码,可接受path参数较长,生成个数受限。 B 阅读全文
posted @ 2020-03-13 14:56 尽 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 1、默认官方的centos镜像不支持中文,比如touch一个包含中文名字的文件,文件名会显示???.doc2、libreoffice 安装及测试我的Dockerfile文件内容如下: FROM centos # 镜像源,这里使用的是centos MAINTAINER "shilin@datahori 阅读全文
posted @ 2020-03-13 14:43 尽 阅读(2005) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://qtdebug.com/mac-centos7-libreoffice/ https://blog.csdn.net/diyiday/article/details/79852923 https://www.jianshu.com/p/90dbf66c424a 下载: 访问 阅读全文
posted @ 2020-03-09 13:02 尽 阅读(3112) 评论(0) 推荐(0) 编辑
摘要: 1.下载Tomee http://tomee.apache.org/downloads.html 下载上传服务器 或者右击复制url 服务器执行 wget https://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2 阅读全文
posted @ 2020-03-09 11:56 尽 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 1.构建--》增加构建步骤--》执行shell 2.编写shell脚本 #进入代码文件夹 #test为jenkins建立任务的名称 cd test #进入moudle1包中 cd moudle1 #maven打包,发布artifactory仓库 mvn clean deploy tomee:run 阅读全文
posted @ 2020-03-09 11:41 尽 阅读(316) 评论(0) 推荐(0) 编辑
摘要: ❤️ 使用 Docker 部署 Artifactory 1、获取 artifactory-oss 镜像 docker pull docker.bintray.io/jfrog/artifactory-oss 2、创建数据卷 例如在 ~/docker/volume/artifactory 路径下执行 阅读全文
posted @ 2020-03-09 09:13 尽 阅读(6436) 评论(0) 推荐(0) 编辑
摘要: 一、先介绍正向代理和反向代理 正向代理 反向代理 二、安装反响代理得到固定域名 http://www.xiaomiqiu.cn/ 三、Jenkins与Github集成 配置前要求: 1.Jenkins已经安装Github插件 2.Jenkins服务器已经拥有一个公网IP地址(如果没有公网IP则需要安 阅读全文
posted @ 2020-03-09 09:02 尽 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 由于某些原因,代码暂不开源 代码参考:https://github.com/hixichen/docker_based_cloudlet Docker checkpoint参考:https://www.jianshu.com/p/2b288415896c Docker swarm参考:https:/ 阅读全文
posted @ 2020-03-09 08:59 尽 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 1.三台服务器准备 Ubuntu18.04 192.168.0.5 manager 192.168.0.4 node1 192.168.0.8 node2 2.添加以上入/etc/hosts 3.设定hostname hostnamectl set-hostname manager hostname 阅读全文
posted @ 2020-02-21 22:09 尽 阅读(312) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页