摘要:
private static HashSet<string> hashSetLocationIds = new HashSet<string>(); if (hashSetLocationIds.Contains(id)) return; if (hashSetLocationIds.Count > 阅读全文
摘要:
//需要注册Instance Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var data = UrlDecode(response.RawBytes, Encoding.GetEncoding("gbk")); 阅读全文
摘要:
echo 取日期、时间变量值set yy=%date:~0,4% set mm=%date:~5,2% set dd=%date:~8,2% if /i %time:~0,2% lss 10 set hh=0%time:~1,1% if /i %time:~0,2% geq 10 set hh=%t 阅读全文
摘要:
-- wms -- 线上执行的sql脚本 update `wms_change_warehouse_detail` set specifications = '45.6*31.5*25.4' where id = 18; update `wms_change_warehouse_detail` se 阅读全文
摘要:
.net core 按照启动参数命令的运行配置 public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args).Build().Run(); } public static IWeb 阅读全文