摘要: 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 月渊 阅读(80) 评论(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 月渊 阅读(9) 评论(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 月渊 阅读(39) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-10-31 17:56 月渊 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-10-17 10:25 月渊 阅读(32) 评论(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 月渊 阅读(24) 评论(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 月渊 阅读(44) 评论(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 月渊 阅读(236) 评论(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 月渊 阅读(95) 评论(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 月渊 阅读(41) 评论(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 月渊 阅读(54) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-07-06 12:51 月渊 阅读(4) 评论(0) 推荐(0) 编辑
摘要: private static void Main(string[] args) { var keyList = RsaKeyGenerator.Pkcs1Key(2048, true); var privateKey = keyList[0]; var publicKey = keyList[1]; 阅读全文
posted @ 2022-06-29 11:02 月渊 阅读(343) 评论(0) 推荐(0) 编辑
摘要: input { elasticsearch { hosts => "127.0.0.1" index => "index" size => 10000 scroll=> "20m" } } filter{ mutate{ remove_field => ["@version","@timestamp 阅读全文
posted @ 2022-06-24 14:02 月渊 阅读(24) 评论(0) 推荐(0) 编辑
摘要: docker run -it -d \ --publish=7474:7474 --publish=7687:7687 \ --volume=/home/abc/neo4jdata:/data \ --volume=/home/abc/neo4jimport:/var/lib/neo4j/impor 阅读全文
posted @ 2022-06-24 13:58 月渊 阅读(28) 评论(0) 推荐(0) 编辑
摘要: var host="localhost"; var port = 21; var u="username"; var p="password"; var remoteDir = "filesync"; var fp="C:\\Users\\admin\\Desktop\\新建文本文档.txt"; a 阅读全文
posted @ 2022-06-16 18:18 月渊 阅读(30) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-06-10 18:52 月渊 阅读(7) 评论(0) 推荐(0) 编辑