上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页
摘要: ![](https://img2023.cnblogs.com/blog/474029/202308/474029-20230801091215775-1971058155.png) ![](https://img2023.cnblogs.com/blog/474029/202308/474029- 阅读全文
posted @ 2023-08-01 10:00 talentzemin 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/474029/202307/474029-20230731200313034-74962699.png) ![](https://img2023.cnblogs.com/blog/474029/202307/474029-20 阅读全文
posted @ 2023-07-31 20:36 talentzemin 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ## 硬件准备 物理内存:至少16G(8G直接安装阶段就卡死) N卡:此处我使用GTX 1660 6G (2019年双12购买) ## 操作系统 windows 11 ## 软件准备 网络要通畅 git: https://git-scm.com/download/win Python: https: 阅读全文
posted @ 2023-06-13 13:35 talentzemin 阅读(2062) 评论(4) 推荐(4) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/474029/202306/474029-20230609103019299-1823317316.png) ## Ref https://google.github.io/styleguide/csharp-style.ht 阅读全文
posted @ 2023-06-09 10:30 talentzemin 阅读(45) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/474029/202305/474029-20230512144346952-796993669.jpg) ![](https://img2023.cnblogs.com/blog/474029/202305/474029-20230512144349721-967960918.jpg) ![](https://img202 阅读全文
posted @ 2023-05-12 14:46 talentzemin 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 原文 https://twitter.com/milan_milanovic/status/1650741104873033730?s=20 PDF https://drive.google.com/file/d/1Aqdsi2x_QmMnTnV0jB-g-bvMp-BgCvpw/view 阅读全文
posted @ 2023-04-26 17:26 talentzemin 阅读(25) 评论(0) 推荐(0) 编辑
摘要: https://www.markopapic.com/csharp-under-the-hood-async-await.html 阅读全文
posted @ 2023-04-25 21:22 talentzemin 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 背景 被测试的项目有很多模块,每个模块可能会测试多中动作,动作可能需要测试正向的,也可能会测试负向的。 所以,每个测试类中会存在多个测试方法。 测试指定的方法 很容易想到,通过xml配置 <test name="Regression1"> <classes> <class name="test.In 阅读全文
posted @ 2023-04-14 21:22 talentzemin 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 主题 人工智能发展史 预览 作者主页 http://lipiji.com/ PPT下载(464页) PPT地址:https://www.aliyundrive.com/s/rr3RhbrZ6X2 阅读全文
posted @ 2023-04-12 09:51 talentzemin 阅读(713) 评论(0) 推荐(0) 编辑
摘要: 问题 有一个模块,提供两种方式导入数据,导入的过程是异步的。API处有校验,当有数据正在处理的时候,不能再导入,比如等待前一个导入结束。 我们针对这两种方式进行测试,当两个Test跑起来的时候,后面的case则无法通过test,因为前面的case创建了导入,导入状态还是In Process。 dep 阅读全文
posted @ 2023-03-29 23:52 talentzemin 阅读(37) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页