摘要: Create Grids with Dynamic Columns and Data Types Create Grids with Dynamic Columns and Data TypesEnvironmentProduct Progress? Kendo UI? Grid for jQuer 阅读全文
posted @ 2024-01-03 22:17 daconglee 阅读(70) 评论(0) 推荐(0) 编辑
摘要: System.Net.Sockets.SocketException (11004): 请求的名称有效,但是找不到请求的类型的数据 清空chorme浏览器缓存,等会重试。关闭浏览器 C# httpClient System.Net.Http.HttpRequestException: 请求的名称有效 阅读全文
posted @ 2024-11-19 17:30 daconglee 阅读(1) 评论(0) 推荐(0) 编辑
摘要: SELECT $ FROM TaskDisplay; SELECT count(*) FROM TaskDisplay; LiteDB.Studio insert插入语句 INSERT INTO TaskDisplay VALUES {taskId: 'John',Title:'第三方'}; Upd 阅读全文
posted @ 2024-11-06 09:55 daconglee 阅读(6) 评论(0) 推荐(0) 编辑
摘要: //博客园主页 var l = page.Locator(.post-item-body div > a); //var h = await l.First.InnerHTMLAsync(); var str = "\"<span style='color:red'>我是大聪派来的救兵</span> 阅读全文
posted @ 2024-10-31 18:03 daconglee 阅读(5) 评论(0) 推荐(0) 编辑
摘要: playwright = await Playwright.CreateAsync(); var userDataDir = $"{Directory.GetCurrentDirectory()}\\UserData"; var context = await playwright.Chromium 阅读全文
posted @ 2024-10-29 15:06 daconglee 阅读(8) 评论(0) 推荐(0) 编辑
摘要: TFS2015版以上强制删除被占用文件及强制删除工作区,包括强制撤销其他人的签出。TFS 文件被占用,强制取消占用。 由于各种原因(签出后工作区更改、人员离职调动等)需要删除其他成员占用的文件 Team Foundation 2015 强制解除签入签出锁定 TFS(Team Foundation s 阅读全文
posted @ 2024-09-10 21:58 daconglee 阅读(5) 评论(0) 推荐(0) 编辑
摘要: control over http headers using clumsy: MyWebServiceClient client = new MyWebServiceClient(); using ( new OperationContextScope( client.InnerChannel ) 阅读全文
posted @ 2024-08-22 13:13 daconglee 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Playwright.Net下载文件,使用WaitForDownloadAsync Playwright = await Microsoft.Playwright.Playwright.CreateAsync(); var userDataDir = $"{Directory.GetCurrentD 阅读全文
posted @ 2024-08-12 11:43 daconglee 阅读(15) 评论(0) 推荐(0) 编辑
摘要: EEPlus toText excel中文乱码使用Encoding来解决 看一下你就搞定了 ToText Jump to bottom Mats Alm edited this page Nov 7, 2023 · 13 revisions This method exports a range i 阅读全文
posted @ 2024-04-26 10:51 daconglee 阅读(31) 评论(0) 推荐(0) 编辑
摘要: playwright f 对日期选择控件的设置,直接使用js脚本 public partial class MainForm : Form { IPlaywright playwright; IPage page; public MainForm() { InitializeComponent(); 阅读全文
posted @ 2024-04-03 22:57 daconglee 阅读(123) 评论(0) 推荐(0) 编辑
摘要: D:\Apps\Vs\tax\TasSelect>playwright installFailed to install browsersError: Failed to download chromium v920619, caused byError: self signed certifica 阅读全文
posted @ 2024-04-01 15:58 daconglee 阅读(109) 评论(0) 推荐(0) 编辑