该文被密码保护。 阅读全文
posted @ 2022-11-25 00:35 月渊 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-10-17 10:25 月渊 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Setup rm -f /etc/yum.repos.d/*.repo # curl -L "http://mirrors.aliyun.com/repo/Centos-7.repo" -o /etc/yum.repos.d/Centos-7-Ali.repo curl -L "http://mir 阅读全文
posted @ 2021-04-25 23:26 月渊 阅读(228) 评论(0) 推荐(0) 编辑
摘要: ubuntu config --default-user root https://gitee.com/yzpopulation/ubuntuWSLInit/raw/master/sh/wsl_ubuntu_setup.sh cp /etc/apt/sources.list /etc/apt/sou 阅读全文
posted @ 2021-03-03 22:21 月渊 阅读(383) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-05-06 18:42 月渊 阅读(0) 评论(0) 推荐(0) 编辑
摘要: namespace WebApplication2 { public class Program { public static void Main(string[] args) { var builder = WebApplication.CreateBuilder(args); builder. 阅读全文
posted @ 2024-03-07 20:49 月渊 阅读(4) 评论(0) 推荐(0) 编辑
摘要: public class LogIPAttribute : TypeFilterAttribute { public LogIPAttribute() : base(typeof(LogIPFilterImpl)) { } public class LogIPFilterImpl(ILogger<L 阅读全文
posted @ 2024-02-21 21:52 月渊 阅读(3) 评论(0) 推荐(0) 编辑
摘要: services: mysql_recovery: container_name: mysql_recovery hostname: mysql_recovery image: mysql:5.6.51 restart: always command: - --innodb_force_recove 阅读全文
posted @ 2024-02-11 16:09 月渊 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-23 00:51 月渊 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-10 21:11 月渊 阅读(0) 评论(0) 推荐(0) 编辑
摘要: private static async Task Main(string[] args) { var timeoutPolicy = Policy .TimeoutAsync(TimeSpan.FromSeconds(5), TimeoutStrategy.Pessimistic); var ti 阅读全文
posted @ 2024-01-10 21:11 月渊 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-12-28 22:13 月渊 阅读(0) 评论(0) 推荐(0) 编辑
摘要: conda install conda-build anaconda-client conda create --name duckdb-conda conda activate duckdb-conda pip install duckdb conda skeleton pypi duckdb - 阅读全文
posted @ 2023-10-26 17:29 月渊 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Elanis/web-to-desktop-framework-comparison .cargo/config [target.x86_64-pc-windows-msvc] rustflags = [ "-C", "link-arg=/DEBUG:NONE" 阅读全文
posted @ 2023-10-12 13:16 月渊 阅读(23) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-09-25 18:15 月渊 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-09-20 14:44 月渊 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-06-16 20:58 月渊 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ``` wget https://go.dev/dl/go1.20.4.linux-amd64.tar.gz tar -xzvf go1.20.4.linux-amd64.tar.gz -C /usr/local/ vim ~/.bashrc export GOPATH=/root/gopath e 阅读全文
posted @ 2023-06-11 14:40 月渊 阅读(26) 评论(0) 推荐(0) 编辑
摘要: ``` wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb apt 阅读全文
posted @ 2023-06-11 14:39 月渊 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ``` 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 月渊 阅读(160) 评论(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 月渊 阅读(13) 评论(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 月渊 阅读(16) 评论(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 月渊 阅读(175) 评论(0) 推荐(0) 编辑