摘要: <log4net debug="true"> <root> <!--控制级别,由低到高: ALL|DEBUG|INFO|WARN|ERROR|FATAL|OFF--> <!--比如定义级别为INFO,则INFO级别向下的级别,比如DEBUG日志将不会被记录--> <!--如果没有定义LEVEL的值, 阅读全文
posted @ 2017-06-21 15:59 前尘往事 阅读(125) 评论(0) 推荐(0) 编辑
摘要: byte[] bs = Encoding.UTF8.GetBytes(sendParam); HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create("http://服务端地址:8888/sms.aspx"); req.Method = "POST"; req.Conte... 阅读全文
posted @ 2017-06-21 14:02 前尘往事 阅读(135) 评论(0) 推荐(0) 编辑
摘要: //设置发送参数 string sendParam = @"action=send&userid=2015&account=BRZH&password=151709&mobile=15212221391&content=您收到的验证码为:" + code + "【博瑞装潢】&sendTime=&extno="; //发送短信及获取返回参数 ... 阅读全文
posted @ 2017-06-13 17:11 前尘往事 阅读(906) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ClassLibrary2{ public class 阅读全文
posted @ 2016-03-15 15:37 前尘往事 阅读(229) 评论(0) 推荐(0) 编辑