09 2022 档案

摘要:SELECT ','+ col1 FROM t1 FOR XML PATH('') 阅读全文
posted @ 2022-09-30 17:00 enif 阅读(51) 评论(0) 推荐(0)
摘要:后端:C# .net framework 4.8 WebApi using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.WebSockets; 阅读全文
posted @ 2022-09-21 15:46 enif 阅读(557) 评论(0) 推荐(0)
摘要:exec sp_reset_connection (starting up database) 17137 我的应用性能,因为这个原因压力测试性能降低了2000倍。 应该很少有人遇到这个奇葩案例吧?? 数据库选项中,自动关闭 = true时, 连接关闭,自动关闭数据库, 降低性能。 阅读全文
posted @ 2022-09-07 15:25 enif 阅读(826) 评论(0) 推荐(0)
摘要:internal string Code128AutoZPL(string planeText) { StringBuilder sb1 = new StringBuilder(); bool isDigit = GetDigitLength(planeText, 0) >= 2; for (int 阅读全文
posted @ 2022-09-03 17:50 enif 阅读(285) 评论(0) 推荐(0)
摘要:public async Task<bool> GetVAsyncs() { var ms = new List<int>() { 2000, 3000, 1000, 2000, 3000, }; var tasks = new List<Task<bool>>() { }; ms.ForEach( 阅读全文
posted @ 2022-09-01 09:41 enif 阅读(101) 评论(0) 推荐(0)

豫ICP备2021034901号