摘要: mvn install:install-file -Dfile=E:\jarInstall\private-java-sdk.jar -DgroupId=net.qiyuesuo.sdk -DartifactId=private-java-sdk -Dversion=3.0.0 -Dpackagin 阅读全文
posted @ 2023-08-16 15:15 change丶fl 阅读(16) 评论(0) 推荐(0) 编辑
摘要: redis cluster 部署 服务器说明 192.168.2.200:7000 ... 192.168.2.200:7005 创建集群目录 mkdir cluster-test cd cluster-test mkdir 7000 7001 7002 7003 7004 7005 在每个目录下创 阅读全文
posted @ 2023-03-03 17:03 change丶fl 阅读(37) 评论(0) 推荐(0) 编辑
摘要: redis sentinel 部署 服务器说明 192.168.2.200 master redis-server redis-sentinel 192.168.2.201 slave1 redis-server redis-sentinel 192.168.2.202 slave2 redis-s 阅读全文
posted @ 2023-03-03 10:43 change丶fl 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 标题 # 标题名字(井号的个数代表标题的级数) 一级标题使用1个# 二级标题使用2个# 三级标题使用3个# 四级标题使4用个# 五级标题使用5个# 六级标题使用6个# # 最多支持六级标题# 文字 删除线 这就是 ~~删除线~~ (使用波浪号) 这就是 删除线 (使用波浪号) 斜体 这是用来 *斜体 阅读全文
posted @ 2023-03-02 22:30 change丶fl 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://github.com/happyfish100/fastdfs-client-java 到此处下载下来demo 这里采用maven的方式 mvn clean install 上传到本地仓库 mvn install:install-file -DgroupId=org.csource 阅读全文
posted @ 2020-04-26 16:47 change丶fl 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 说明:github搭建步骤:https://github.com/happyfish100/fastdfs/wiki#trackermkdir /home/dfs #创建数据存储目录 cd /usr/local/src #切换到安装目录准备下载安装包 安装libfatscommon git clon 阅读全文
posted @ 2020-04-26 13:14 change丶fl 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 只需要改server.properties listeners=PLAINTEXT:// 内网的ip地址和9092端口advertised.listeners=PLAINTEXT://外网的ip的地址和9092端口advertised.host.name= 内网的ip地址 zookeeper.con 阅读全文
posted @ 2020-03-17 09:32 change丶fl 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: 中华万年历api public static String GetWeatherData(String cityname) { StringBuilder sb=new StringBuilder(); try { String weatherUrl = "http://wthrcdn.etouch 阅读全文
posted @ 2020-01-20 15:32 change丶fl 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 1.引入jar包 <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>fontbox</artifactId> <version>2.0.9</version></dependency><!-- https://mvnrepos 阅读全文
posted @ 2019-10-08 10:25 change丶fl 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1.下载jacob.jar包 网址:https://sourceforge.net/projects/jacob-project/files/jacob-project/ 2.导入到本地仓库:mvn install:install-file -Dfile=[jar包名 ] -DgroupId=[目录 阅读全文
posted @ 2019-08-07 10:23 change丶fl 阅读(436) 评论(0) 推荐(0) 编辑