摘要: ``` csharp using System; using System.IO; using System.Linq.Expressions; using System.Net; using System.Reflection; using HarmonyLib; public static cl 阅读全文
posted @ 2023-06-07 10:21 月渊 阅读(322) 评论(0) 推荐(0)
摘要: ``` c++ #include #include #include int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd){ std::filesystem::p 阅读全文
posted @ 2023-06-04 15:11 月渊 阅读(27) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-06-04 09:55 月渊 阅读(1) 评论(0) 推荐(0)
摘要: ## 导出成List ``` csharp [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] public class ExcelColumnAttribute : Attribute { public ExcelC 阅读全文
posted @ 2023-06-04 09:54 月渊 阅读(23) 评论(0) 推荐(0)
摘要: 引用: https://www.cjavapy.com/article/2513/ https://www.cnblogs.com/weihanli/p/11080531.html https://www.cnblogs.com/Lulus/p/16968656.html https://www.c 阅读全文
posted @ 2023-05-16 14:06 月渊 阅读(266) 评论(0) 推荐(0)
摘要: modpath.iss // // // Inno Setup Ver: 5.4.2 // Script Version: 1.4.2 // Author: Jared Breland <jbreland@legroom.net> // Homepage: http://www.legroom.ne 阅读全文
posted @ 2023-05-16 14:05 月渊 阅读(118) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-05-16 14:05 月渊 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-04-21 14:52 月渊 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-02-03 16:02 月渊 阅读(213) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-11-25 00:35 月渊 阅读(11) 评论(0) 推荐(0)
摘要: Chinese Go Intellij IDEA Keybindings Live Server Prettier Python Pylance vscode-icons Template String Converter Jupyter Vue C# 设置@id:editor.bracketPai 阅读全文
posted @ 2022-11-01 21:27 月渊 阅读(43) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-10-31 17:56 月渊 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-10-17 10:25 月渊 阅读(37) 评论(0) 推荐(0)
摘要: services: app1: image: elasticsearch:8.4.2 container_name: elasticsearch hostname: elasticsearch volumes: - ./elasticsearch/data:/usr/share/elasticsea 阅读全文
posted @ 2022-09-29 23:30 月渊 阅读(29) 评论(0) 推荐(0)
摘要: git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh git clone https://github.com/stephpy/v 阅读全文
posted @ 2022-08-12 12:44 月渊 阅读(51) 评论(0) 推荐(0)
摘要: 1.安装 npm 2.启动step-ca services: app: image: smallstep/step-ca container_name: step-ca hostname: step-ca restart: unless-stopped dns: - 114.114.114.114 阅读全文
posted @ 2022-08-10 14:38 月渊 阅读(294) 评论(0) 推荐(0)
摘要: proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; prox 阅读全文
posted @ 2022-08-09 19:24 月渊 阅读(113) 评论(0) 推荐(0)
摘要: XCA step step step certificate create --profile root-ca "Example Root CA" root_ca.crt root_ca.key --kty RSA --size 2048 --no-password --insecure step 阅读全文
posted @ 2022-08-09 19:00 月渊 阅读(47) 评论(0) 推荐(0)
摘要: [STAThread] static void Main() { #if !DEBUG if (!IsAdmin())UpAdmin(); #endif if (Environment.OSVersion.Version.Major >= 6) SetProcessDPIAware(); Appli 阅读全文
posted @ 2022-07-17 23:01 月渊 阅读(65) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-07-06 12:51 月渊 阅读(4) 评论(0) 推荐(0)