摘要:第一步 ,新建asp.net 项目 第二步 ,添加MyTest ws服务 代码如下 2.1 建立头文件需要验证的实体类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.We
阅读全文
摘要:效果查看收件人的smtp通讯协议codeusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Mail;using System.Net;using Sys...
阅读全文
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace testDataXml{ ...
阅读全文
摘要:关于DataTable 里面用 /转义符拼接的问题//这种写法表面上是正确,实现上在运行时调用Select方法实行查询会报错 string str = resetstrWhere + "\"" + "," + "\"" + dataQuery.DefaultOrderByClause; table ...
阅读全文