该文被密码保护。 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
namespace WebApplication2 { public class Program { public static void Main(string[] args) { var builder = WebApplication.CreateBuilder(args); builder. 阅读全文
摘要:
public class LogIPAttribute : TypeFilterAttribute { public LogIPAttribute() : base(typeof(LogIPFilterImpl)) { } public class LogIPFilterImpl(ILogger<L 阅读全文
摘要:
services: mysql_recovery: container_name: mysql_recovery hostname: mysql_recovery image: mysql:5.6.51 restart: always command: - --innodb_force_recove 阅读全文
该文被密码保护。 阅读全文
摘要:
private static async Task Main(string[] args) { var timeoutPolicy = Policy .TimeoutAsync(TimeSpan.FromSeconds(5), TimeoutStrategy.Pessimistic); var ti 阅读全文
摘要:
conda install conda-build anaconda-client conda create --name duckdb-conda conda activate duckdb-conda pip install duckdb conda skeleton pypi duckdb - 阅读全文
摘要:
https://github.com/Elanis/web-to-desktop-framework-comparison .cargo/config [target.x86_64-pc-windows-msvc] rustflags = [ "-C", "link-arg=/DEBUG:NONE" 阅读全文
摘要:
``` 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 阅读全文
摘要:
``` 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 阅读全文
摘要:
``` csharp using System; using System.IO; using System.Linq.Expressions; using System.Net; using System.Reflection; using HarmonyLib; public static cl 阅读全文
摘要:
``` c++ #include #include #include int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd){ std::filesystem::p 阅读全文
该文被密码保护。 阅读全文
摘要:
## 导出成List ``` csharp [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] public class ExcelColumnAttribute : Attribute { public ExcelC 阅读全文