上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: site:www.cnblogs.com http2 阅读全文
posted @ 2025-01-10 16:39 liliyou 阅读(5) 评论(0) 推荐(0)
摘要: 然后添加nginx配置,原本https的listen为: listen 443 ssl; 现在在后面加上http2: listen 443 ssl http2; 所有主流浏览器(Chrome、Firefox、Safari 等)仅支持通过 TLS 的 HTTP/2 阅读全文
posted @ 2025-01-10 16:22 liliyou 阅读(35) 评论(0) 推荐(0)
摘要: ::v-deep{ .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-a 阅读全文
posted @ 2024-12-11 18:03 liliyou 阅读(112) 评论(0) 推荐(0)
摘要: import com.aspose.cells.PdfSaveOptions; //import com.aspose.pdf.PdfSaveOptions; import lombok.val; import java.io.InputStream; public class PdfHelper 阅读全文
posted @ 2024-12-04 08:44 liliyou 阅读(194) 评论(0) 推荐(0)
摘要: { "id": "consulService-192.168.200.132-8500", "name": "consulService", "address": "192.168.200.132", "port": 8500 } 接口地址 /v1/agent/service/register 阅读全文
posted @ 2024-04-26 14:40 liliyou 阅读(23) 评论(0) 推荐(0)
摘要: java中的实体类用到了LocalDateTime 类型。在转换时候报错Error attempting to get column ‘XXX’ from result set. Cause: java.sql. 解决方法最为简单。是因为com.alibaba 的版本问题。 切换版本号到1.1.22 阅读全文
posted @ 2024-04-24 15:06 liliyou 阅读(403) 评论(0) 推荐(0)
摘要: 所有依赖 <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enabl 阅读全文
posted @ 2024-04-03 14:58 liliyou 阅读(52) 评论(0) 推荐(0)
摘要: openssl x509 -in .\apiclient_cert.pem -noout -serial 阅读全文
posted @ 2024-03-01 08:19 liliyou 阅读(80) 评论(0) 推荐(0)
摘要: 主库配置 # Binary Logging. # log-bin log-bin=mysql-bin #[必须]启用二进制日志 # Error Logging. log-error="mysql-error.log" # Server Id. server-id=200 #不同步的数据库,可设置多个 阅读全文
posted @ 2023-12-26 11:24 liliyou 阅读(35) 评论(0) 推荐(0)
摘要: 1、使用 docker run 命令运行时 增加 --restart=always 参数即可 2、使用 docker-compose 命令运行时 在 yml 文件中,需要自启动的 service 下 增加 restart: always 项目即可 3、已运行的容器修改其自启动策略 执行命令: doc 阅读全文
posted @ 2023-08-23 11:03 liliyou 阅读(155) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页