上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: Itext PDF 编辑 合并 图片转PDF以及表单域 编辑PDF ​x import com.itextpdf.text.pdf.BaseFont; import com.itextpdf.text.pdf.PdfContentByte; import com.itextpdf.text.pdf. 阅读全文
posted @ 2021-09-18 15:11 天葬 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: canvas 2d 目前支持预览,不支持真机调试 index.wxml <canvas type="2d" id="canvas" bindtouchmove="move" bindtouchstart="start" binderror="error" style="width:{{width}} 阅读全文
posted @ 2021-09-12 09:25 天葬 阅读(2293) 评论(1) 推荐(2) 编辑
摘要: 图片位置信息转化经纬度 1 public static String strToLatOrLng(String str) { 2 int i = str.lastIndexOf("°"); 3 String degree = str.substring(0, i); 4 int j = str.la 阅读全文
posted @ 2021-09-01 09:58 天葬 阅读(244) 评论(0) 推荐(0) 编辑
摘要: Mysql主从同步配置 配置准备 需要两个数据库 mysql 可视化工具,当然使用用命令行也可以 我这里演示使用 docker 启动两个 mysql 容器, 你也可以安装两个 mysql 前提版本一致 第一步 安装两个 mysql 创建 msyql 挂载目录 [root@localhost /]# 阅读全文
posted @ 2021-08-05 10:47 天葬 阅读(445) 评论(3) 推荐(1) 编辑
摘要: Gateway匹配规则 重要概念 路由 route 断言 predicate 过滤器 fliter 一、时间匹配 在 after 时间之后的所有请求转发到 URI中的地址 gateway: discovery: locator: enabled: true #启动服务中心注册与发现,通过服务id访问 阅读全文
posted @ 2021-08-04 08:58 天葬 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: Docker实战 Example 1 Dockerfile 构建 Tomcat opt 下 创建一个 docker 目录 [root@localhost /]# sudo mkdir -p /opt/docker/ cd 进入 docker 目录 [root@localhost /]# sudo c 阅读全文
posted @ 2021-08-03 17:03 天葬 阅读(733) 评论(0) 推荐(0) 编辑
摘要: Docker卸载与安装 卸载旧的版本 卸载 yum -y remove docker-ce docker-cli-io containerd.io rm -rf var /var/lib/docker sudo yum remove docker \ docker-client \ docker-c 阅读全文
posted @ 2021-08-03 10:14 天葬 阅读(1383) 评论(0) 推荐(0) 编辑
摘要: Docker基础 一、基础概念 官方 https://www.docker.com/ 官网 https://docs.docker.com/get-docker/ 文档 https://hub.docker.com/ 仓库 Docker 三要素 镜像(image) ​ 就是一个只读的模版,镜像可以用 阅读全文
posted @ 2021-08-03 09:07 天葬 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Apollo服务器搭建 搭建 Apollo 需要 JDK 环境 参考 https://www.cnblogs.com/liuhongfeng/p/4177568.html 一、下载 Apollo 下载地址https://archive.apache.org/dist/activemq/activem 阅读全文
posted @ 2021-08-02 10:59 天葬 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 问题来源于吾爱破解https://www.52pojie.cn/thread-1484202-1-1.html 编程目标一:根据下面的“游戏说明”,实现该游戏程序,完成响应用户的输入、显示游戏局面、判定游戏胜负等功能。编程目标二:在“编程目标一”的基础上,顺序记录用户从游戏开始到游戏结束的所有输入, 阅读全文
posted @ 2021-07-29 09:08 天葬 阅读(389) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页