摘要: 使用spire工具类将word转pdf import com.spire.doc.*; import com.spire.doc.FileFormat; public class WordToPdf { public static void main(String[] args) { wordToP 阅读全文
posted @ 2020-10-27 17:17 小小tree 阅读(406) 评论(0) 推荐(0)
摘要: 样式编辑需要按照一定的规范:缩进,元素定位等 <style type="text/css"> body { font-size: 14px; background-color: #fff; } #chatMsgs .area { padding: 5px; margin: 0; } #chatMsg 阅读全文
posted @ 2020-09-19 15:00 小小tree 阅读(80) 评论(0) 推荐(0)
摘要: import java.security.Key; import java.security.SecureRandom; import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretK 阅读全文
posted @ 2020-09-12 13:05 小小tree 阅读(53) 评论(0) 推荐(0)
摘要: @(apollo配置中心注册到eureka指定ip而不是hostName) 【转载】原文章地址为:https://blog.csdn.net/walh131458/article/details/106075226 adminserver的bootstrap.xml配置 eureka: instan 阅读全文
posted @ 2020-09-01 16:52 小小tree 阅读(1706) 评论(0) 推荐(0)
摘要: #问题:老是关闭防火墙太麻烦,所以选择彻底关闭防火墙,发现每次都记不住命令! 下面是red hat/CentOs7关闭防火墙的命令! 1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl sto 阅读全文
posted @ 2020-08-20 20:14 小小tree 阅读(41) 评论(0) 推荐(0)
摘要: websocket 实现在线聊天效果 pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </ 阅读全文
posted @ 2020-08-16 15:20 小小tree 阅读(838) 评论(0) 推荐(0)
摘要: 【转载】转载地址:https://blog.csdn.net/walh131458/article/details/108473086 1.背景 最近项目中使用了数据字典,在写订单模块时会经常在映射方法中将订单的类型和订单的状态放到request域或model域中。 由于订单模块业务映射很多,一个个 阅读全文
posted @ 2020-06-27 13:56 小小tree 阅读(468) 评论(0) 推荐(0)
摘要: 第一步在我们的电脑上百度搜索Bat To Exe Converter,这是一个bat批处理程序转换成exe的小程序,这里提供一个下载地址https://pan.baidu.com/s/1V4oQ6bzkk8CnxRvgKuQEyA 第二步下载安装好之后,打开Bat To Exe Converter, 阅读全文
posted @ 2020-02-15 10:24 小小tree 阅读(1436) 评论(0) 推荐(0)
摘要: worker_processes 1; worker_rlimit_nofile 65535; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; 阅读全文
posted @ 2019-10-27 17:20 小小tree 阅读(159) 评论(0) 推荐(0)