风一程雨一程,身向榆关那畔行。
1、取得控制台应用程序的根目录方法方法1、Environment.CurrentDirectory 取得或设置当前工作目录的完整限定路径方法2、AppDomain.CurrentDomain.BaseDirectory 获取基目录,它由程序集冲突解决程序用来探测程序集2、取得Web应用程序的根目录方
Sunny-Ngrok使用教程https://www.ngrok.cc 注册账号,添加隧道常规注意事项:https://www.ngrok.cc/_bookWindows 系统下准备1、https://www.ngrok.cc/download.html 下载windows客户端2、双击 Sunny
1.安装NTPyum -y install ntp2.使用 ntpdate 测试 NTPntpdate pool.ntp.org4 Nov 16:44:23 ntpdate[24811]: step time server 185.34.151.142 offset -28333.005801 se
1、安装准备yum install -y curl2、执行测速bash <(curl -Lso- https://git.io/superspeed_uxh)备用bash <(curl -Lso- https://raw.githubusercontent.com/uxh/supersp
List查询重复数据var data = new List<DataDto>{ new() { Id = 1, Name = "张一", Age = 100 }, new() { Id = 2, Name = "张三", Age = 1