当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 73 下一页
摘要: [TestMethod] public void TestMethod1() { //try //{ //string result = new BoDowJonesWatchlistAutoUpdate().StartCheck(); var xmlFile = "C:\\D\\ ShareFol 阅读全文
posted @ 2022-08-31 15:08 hofmann 阅读(54) 评论(0) 推荐(0)
摘要: 1、有些xml文件头部有DTD,程序解析的时候会报错 如:其他信息: 打开外部 DTD“file:///E:/PM数据/MeContext=CDF2775/MeasDataCollection.dtd”: 未能找到文件“E:\PM数据\MeContext=CDF2775\MeasDataCollec 阅读全文
posted @ 2022-08-31 15:07 hofmann 阅读(29) 评论(0) 推荐(0)
摘要: 在.NET Core 中使用 FluentValidation 进行规则验证 - 知乎 (zhihu.com) fluentvalidation - 简书 (jianshu.com) Fluentvalidation的基本使用_dibiao4715的博客-CSDN博客 阅读全文
posted @ 2022-08-31 15:06 hofmann 阅读(36) 评论(0) 推荐(0)
摘要: C#中如何使用 XmlReader 读取XML文件_C#教程_脚本之家 (jb51.net) XmlReader通过向前读取文档并识别读取到的元素,为我们提供了一种消耗资源最少的方式来解析XML数据。很多时候我们都是利用XmlReader来对XML文件的数据有效性进行验证(使用XmlReader实例 阅读全文
posted @ 2022-08-31 14:41 hofmann 阅读(495) 评论(0) 推荐(0)
摘要: with t1 as (select Id from dbo.[ECR_ProvidentPayment] order by [Id] offset 1 rows fetch next 10 rows only) select t1.* from t1; with a as (select Id f 阅读全文
posted @ 2022-08-30 17:28 hofmann 阅读(348) 评论(0) 推荐(0)
摘要: using System.Xml; using System.Xml.Linq; // 调用 static private void InitIncrementalSanctionsReferencesList(this XmlReader reader, PFA pfa) { XElement x 阅读全文
posted @ 2022-08-30 17:27 hofmann 阅读(61) 评论(0) 推荐(0)
摘要: with tbl([Name],[Class],[Score]) as( select N'张三',N'一班',648 union all select N'李四',N'一班',215 union all select N'王五',N'一班',321 union all select N'聊六',N 阅读全文
posted @ 2022-08-30 17:26 hofmann 阅读(39) 评论(0) 推荐(0)
摘要: ASP.NET SignalR 是为 ASP.NET 开发人员提供的一个库,可以简化开发人员将实时 Web 功能添加到应用程序的过程。实时 Web 功能是指这样一种功能:当所连接的客户端变得可用时服务器代码可以立即向其推送内容,而不是让服务器等待客户端请求新的数据。 可以用SignalR做什么? S 阅读全文
posted @ 2022-08-30 17:25 hofmann 阅读(124) 评论(0) 推荐(0)
摘要: public class TData { public int Id { get; set; } public string StuName { get; set; } public string ClsName { get; set; } public decimal Score { get; s 阅读全文
posted @ 2022-08-30 17:24 hofmann 阅读(278) 评论(0) 推荐(0)
摘要: --区分大小写 在where字段后面加上 COLLATE Chinese_PRC_CS_AS select * from dbo.[ID_NO_Desensitization] where [ID_NO] collate Chinese_PRC_CS_AS ='91370303554358493w' 阅读全文
posted @ 2022-08-30 17:23 hofmann 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 73 下一页