随笔分类 -  asp.net

asp.net webService添加头文件验证
摘要:第一步 ,新建asp.net 项目 第二步 ,添加MyTest ws服务 代码如下 2.1 建立头文件需要验证的实体类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.We 阅读全文

posted @ 2020-03-06 14:50 广交天下好友 阅读(380) 评论(0) 推荐(0)

邮件发送
摘要:效果查看收件人的smtp通讯协议codeusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Mail;using System.Net;using Sys... 阅读全文

posted @ 2015-11-02 14:10 广交天下好友 阅读(338) 评论(2) 推荐(0)

用StreamReader提取xml或者记事本里面的信息
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace testDataXml{ ... 阅读全文

posted @ 2015-06-17 15:03 广交天下好友 阅读(528) 评论(0) 推荐(0)

DataTable 使用Select方法查询并排序,以及【拼接转义符的问题】
摘要:关于DataTable 里面用 /转义符拼接的问题//这种写法表面上是正确,实现上在运行时调用Select方法实行查询会报错 string str = resetstrWhere + "\"" + "," + "\"" + dataQuery.DefaultOrderByClause; table ... 阅读全文

posted @ 2015-06-09 10:13 广交天下好友 阅读(9187) 评论(0) 推荐(0)

导航