上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 56 下一页
摘要: 1、参考 nginx中上传文件大小报错500怎么办 2、nignx配置 server { listen 8088; #listen 443 ssl; #ssl_certificate 7249692_tlh.kikyo.com.pem; #ssl_certificate_key 7249692_tl 阅读全文
posted @ 2022-11-10 22:03 一只桔子2233 阅读(867) 评论(0) 推荐(0) 编辑
摘要: 1、maven <dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> <version>3.1.0</version> </dependency> <dependency> <gr 阅读全文
posted @ 2022-10-11 23:21 一只桔子2233 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 1、 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; 阅读全文
posted @ 2022-08-14 19:23 一只桔子2233 阅读(2064) 评论(0) 推荐(0) 编辑
摘要: 1、 Bootstrap中的switch开关组件 2、 <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>bootstrap-switch 阅读全文
posted @ 2022-08-12 23:27 一只桔子2233 阅读(470) 评论(0) 推荐(0) 编辑
摘要: ### ![](https://img2022.cnblogs.com/blog/1076225/202208/1076225-20220811230900179-532879057.jpg) 阅读全文
posted @ 2022-08-11 23:09 一只桔子2233 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1、前言 解压zip相对简单,rar解压目前不支持版本5.0及以上,用户使用的软件版本小于5.0才能正常解压 Java代码解压rar文件 2、pom <!--rar解压缩--> <dependency> <groupId>com.github.junrar</groupId> <artifactId 阅读全文
posted @ 2022-08-11 17:44 一只桔子2233 阅读(722) 评论(0) 推荐(0) 编辑
摘要: SpringBoot: 启动Banner在线生成工具 Banner 阅读全文
posted @ 2022-08-08 21:55 一只桔子2233 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1、参考 wildfly10 添加 mysql 数据源 (datasource) wildfly服务器添加数据源报错WFLYJCA0040: failed to invoke operation: WFLYJCA0047: Connection is not valid jboss出现内存溢出 st 阅读全文
posted @ 2022-07-16 22:53 一只桔子2233 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1、参考 Mysql 10055 错误原因及解决方案 (错误提示:Can't connect to MySQL 2、解决方案 1、减少TcpTimedWaitDelay 字段的值,网上的说法是30-60之间比较好。 2、增大动态端口的个数,命令如下:netsh int ipv4 set dynami 阅读全文
posted @ 2022-06-29 21:02 一只桔子2233 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 1、 2、 private static void read(String tempPath) { try { FileInputStream fin = new FileInputStream(tempPath); InputStreamReader reader = new InputStrea 阅读全文
posted @ 2022-06-22 22:24 一只桔子2233 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 56 下一页