上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: SqlCmd -E -Q "BACKUP DATABASE 标准版2025 TO DISK='D:BackupsMyDB.bak'" 阅读全文
posted @ 2025-03-13 14:09 liliyou 阅读(9) 评论(0) 推荐(0)
摘要: 如下设置有效 阅读全文
posted @ 2025-02-05 10:07 liliyou 阅读(211) 评论(0) 推荐(0)
摘要: 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 阅读(26) 评论(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 阅读(99) 评论(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 阅读(182) 评论(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 阅读(17) 评论(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 阅读(372) 评论(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 阅读(44) 评论(0) 推荐(0)
摘要: openssl x509 -in .\apiclient_cert.pem -noout -serial 阅读全文
posted @ 2024-03-01 08:19 liliyou 阅读(70) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页