06 2022 档案

摘要:Console [Unit] Description=Long running service/daemon created from .NET worker template [Service] # will set the Current Working Directory (CWD). Wor 阅读全文
posted @ 2022-06-28 09:08 ChasingDreams 阅读(148) 评论(1) 推荐(1) 编辑
摘要:先安装dotnet sdk 然后把nuget包下载好 “1”为文件夹名称 dotnet tool install --global dotnet-counters --version 3.1.141901 --add-source "1" 阅读全文
posted @ 2022-06-14 10:46 ChasingDreams 阅读(153) 评论(0) 推荐(0) 编辑
摘要:docker network create -d bridge frp-net # ip库 wget https://download.db-ip.com/free/dbip-country-lite-2022-02.mmdb.gz gunzip dbip-country-lite-2022-02. 阅读全文
posted @ 2022-06-12 14:31 ChasingDreams 阅读(246) 评论(0) 推荐(0) 编辑
摘要:下载字节版minio 配置成服务: https://github.com/minio/minio-service mv minio /usr/local/bin/ cat <<EOT >> /etc/default/minio # Volume to be used for MinIO server 阅读全文
posted @ 2022-06-10 16:45 ChasingDreams 阅读(543) 评论(0) 推荐(0) 编辑
摘要:#显示硬盘 lsblk -l fdisk -lu #格式化硬盘 fdisk /dev/sda #GPT g #保存 w #显示硬盘 lsblk -l #格式化硬盘 mkfs -t ext4 /dev/sda1 # 另外一种文件系统 mkfs -t xfs /dev/sda1 # xfs 日志放在其他 阅读全文
posted @ 2022-06-10 13:43 ChasingDreams 阅读(262) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/yunh/p/3172716.html /// <summary> /// 权重轮询算法 /// </summary> public static class WeightedRoundRobin { private static readonl 阅读全文
posted @ 2022-06-06 10:19 ChasingDreams 阅读(113) 评论(0) 推荐(0) 编辑
摘要:/etc/docker/daemon.json { "registry-mirrors": ["http://hub-mirror.c.163.com"], "data-root": "/home/dockerHome", "log-driver": "json-file", "log-opts": 阅读全文
posted @ 2022-06-02 16:21 ChasingDreams 阅读(211) 评论(0) 推荐(0) 编辑
摘要:@echo off for /l %%i in (1,1,2147483647) do ( echo %%i TIMEOUT /T 180 "C:\Users\admin\FastCopy\fastcopy.exe" /filelog /cmd=sync /balloon /no_ui /error 阅读全文
posted @ 2022-06-01 13:52 ChasingDreams 阅读(190) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示