09 2023 档案

摘要:在IIS上搭建.Net Core 的WebAPI以后,调用时一直提示500(有web.config)/404(无web.config)。 点击IIS的错误页时,提示:执行此操作时出错。文件名: \\?\D:\****\web.config WebAPI是基于.Net Core 3.1的。 已经安装了 阅读全文
posted @ 2023-09-21 17:15 新* 阅读(3243) 评论(1) 推荐(2) 编辑
摘要:1.nuget安装UglyToad.PdfPig 2.SemaphoreSlim semaphore = new SemaphoreSlim(10);同时启动10个线程读取指定页面文本。 C#代码: static string GetPdfText(string filePath) { FileIn 阅读全文
posted @ 2023-09-14 17:32 新* 阅读(218) 评论(0) 推荐(0) 编辑
摘要:python代码: import re def remove_space_between_cn_en(text): strArray = re.split(' ',text) if len(strArray) < 2: return text result = '' for t in strArra 阅读全文
posted @ 2023-09-14 17:26 新* 阅读(102) 评论(0) 推荐(0) 编辑

喜欢请打赏

扫描二维码打赏

支付宝打赏

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