摘要: https://blog.linuxeye.cn/412.html wget http://mirrors.linuxeye.com/scripts/vpn_centos.sh chmod +x ./vpn_centos.sh ./vpn_centos.sh #!/bin/bash # # Auth 阅读全文
posted @ 2023-08-25 00:18 ucdos2023 阅读(1) 评论(0) 推荐(0) 编辑
摘要: CentOS7中文设置的两种方式_centos7怎么改成中文_清韵化痕的博客-CSDN博客 阅读全文
posted @ 2023-08-22 20:13 ucdos2023 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 在Docker上安装部署SQL Server2019 Express_docker安装sqlserver2019_梦想天空分外蓝的博客-CSDN博客 梦想天空分外蓝_-CSDN博客 docker build -t coreshopapi:latest .docker run --name=cores 阅读全文
posted @ 2023-08-22 18:56 ucdos2023 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 商店图标-有SVG,PNG,EPS格式-寻图标 (52112.com) 阅读全文
posted @ 2023-08-15 17:45 ucdos2023 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 插入文档注释 /// 阅读全文
posted @ 2023-07-25 10:42 ucdos2023 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 本地化xml生成工具 工具以dotnet cli发布,使用dotnet tool进行安装 dotnet tool install -g islocalizer 复制 .net7的汉化包已经有现成的了,可以直接进行安装 islocalizer install auto -m net7.0 -l zh- 阅读全文
posted @ 2023-07-22 14:12 ucdos2023 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 下载源码后,后端启动项目Admin.NET.Web.Entry(显示的是swagger页面),前端运行步骤:1、安装依赖pnpm install 2、运行pnpm run dev,即可登录系统的管理页面。 默认数据库的修改: 项目默认使用的是sqlite数据库,而且框架本身和业务使用的是同一个数据库 阅读全文
posted @ 2023-07-21 23:15 ucdos2023 阅读(354) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApp1 { class Program { static void Main(string[] args) { Console.WriteLine(ThreadID() + " =》主线程启动"); MethodAsync();//调用异步方法 Console.W 阅读全文
posted @ 2023-07-18 00:49 ucdos2023 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 建两个REG文件可以解决1、Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Unknown\shell\openas]@=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 阅读全文
posted @ 2023-07-05 12:41 ucdos2023 阅读(835) 评论(0) 推荐(0) 编辑
摘要: 如何使用Git SVN工具 -- TortoiseGit(小乌龟)将本地项目上传至GitEE?【超详细教程】_51CTO博客_tortoise git 教程 阅读全文
posted @ 2023-07-04 22:41 ucdos2023 阅读(211) 评论(0) 推荐(0) 编辑