该文被密码保护。 阅读全文
posted @ 2022-11-25 00:35 月渊 阅读(10) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-10-17 10:25 月渊 阅读(36) 评论(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 月渊 阅读(259) 评论(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 月渊 阅读(441) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/55335147/javafx-build-with-shade-location-is-required-where-is-it-looking https://stackoverflow.com/questions/5265 阅读全文
posted @ 2025-04-02 10:51 月渊 阅读(6) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-03-12 14:49 月渊 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-03-12 14:48 月渊 阅读(0) 评论(0) 推荐(0)
摘要: from aura_sr import AuraSR import requests from io import BytesIO from PIL import Image import torch def load_image_from_url(url): response = requests 阅读全文
posted @ 2025-03-11 09:44 月渊 阅读(78) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-11-06 10:44 月渊 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-05-06 18:42 月渊 阅读(4) 评论(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 月渊 阅读(14) 评论(0) 推荐(0)
摘要: public class LogIPAttribute : TypeFilterAttribute { public LogIPAttribute() : base(typeof(LogIPFilterImpl)) { } public class LogIPFilterImpl(ILogger<L 阅读全文
posted @ 2024-02-21 21:52 月渊 阅读(4) 评论(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 月渊 阅读(10) 评论(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 月渊 阅读(13) 评论(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 月渊 阅读(123) 评论(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 月渊 阅读(68) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-09-25 18:15 月渊 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-09-20 14:44 月渊 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-06-16 20:58 月渊 阅读(6) 评论(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 月渊 阅读(66) 评论(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 月渊 阅读(13) 评论(0) 推荐(0)