代码改变世界

09 2019 档案

java 打包jar问题 含资源文件
摘要:1 pom 文件 maven-assembly-plugin jar-with-dependencies tzzxtest.tmImageImport.App ... 阅读全文

posted @ 2019-09-25 17:20 Captain林 阅读(874) 评论(0) 推荐(0)

电脑 自动化脚本
摘要:autoIt 阅读全文

posted @ 2019-09-20 11:08 Captain林 阅读(611) 评论(0) 推荐(0)

haproxy 安装配置
摘要:yum install -y haproxy 生成配置文件位置 /etc/haproxy/haproxy.cfg ########################启用日志###################### vim /etc/rsyslog.conf #由于haproxy的日志是用udp传输 阅读全文

posted @ 2019-09-19 18:41 Captain林 阅读(283) 评论(0) 推荐(0)

rsa
摘要:/** * RSA公钥加密 * * @param str * 加密字符串 * @param publicKey * 公钥 * @return 密文 * @throws Exception * 加密过程中的异常信息 */public static String encrypt( String str, 阅读全文

posted @ 2019-09-05 09:01 Captain林 阅读(232) 评论(0) 推荐(0)

导航