摘要:
使用 C# 实现 https://help.aliyun.com/zh/isi/getting-started/use-http-or-https-to-obtain-an-access-token public static class TokenHelper { public static as 阅读全文
摘要:
直接上代码。 using System; using System.Data; using System.Linq; using System.Reflection; using System.Windows.Forms; namespace DataGridViewTest { public pa 阅读全文
摘要:
删除userId不为2000的所有term节点。 关于XPath语法可自行搜索学习。 Root已经是根节点grimoire了,所以不需要写在XPath中。 借助Linq的Where方法还可以做到更细粒度的过滤。 using System.Collections.Generic; using Syst 阅读全文