上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 中国移动CMPP协议错误码状态码说明出现次数高DELIVRD消息发送成功 用户成功接收到短信REJECTD消息因为某些原因被拒绝不同的网关具有不同的错误原因 和运营商对日志UNDELIV全球通用户因为状态不正确如处于停机、挂起等状态而导致用户无法接收到短信UNKNOWN未知的短消息状态。EXPIRE... 阅读全文
posted @ 2015-01-21 09:34 红鲤鱼与驴与绿鲤鱼 阅读(2412) 评论(0) 推荐(0) 编辑
摘要: //var grades = ['1', '2', '3', '4', '7', '8', '9']; var grades = ['1']; grades.forEach(function (item) { App.Temp... 阅读全文
posted @ 2015-01-08 15:02 红鲤鱼与驴与绿鲤鱼 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 一个集合,里面有年和月的属性,按照年和月进行分组显示数据 var groupByYearMonth = _.chain(topics).groupBy(function (item) { return item.TopicYear * 100 + item.TopicMonth }).map(fun... 阅读全文
posted @ 2015-01-07 16:51 红鲤鱼与驴与绿鲤鱼 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1、 安装node,设置代理npm config set registry https://registry.npm.taobao.org【cmd运行】2、 安装grunt-cli: npm install -g grunt-cli 【 cmd命令行运行】3、 安装grunt模块,在Growth... 阅读全文
posted @ 2014-12-18 18:42 红鲤鱼与驴与绿鲤鱼 阅读(177) 评论(0) 推荐(0) 编辑
摘要: //如果窗口最小化了弹出并置顶----事件触发调用 ShowWindowAsync(new System.Windows.Interop.WindowInteropHelper(CommonHelper.view).Handle, 1); ... 阅读全文
posted @ 2014-09-29 10:54 红鲤鱼与驴与绿鲤鱼 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: using (System.Drawing.Bitmap backgroudImg = System.Drawing.Bitmap.FromFile(DoubleClickPicInfo.FileName) as System.Drawing.Bitmap) { ... 阅读全文
posted @ 2014-09-27 14:56 红鲤鱼与驴与绿鲤鱼 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 第一步:新建一个公共类库common,添加CustomLog4jLogger.cs 并引用log4net.dll/// /// 日志记录 /// public class CustomLog4jLogger { /// /// 日志 ... 阅读全文
posted @ 2014-09-19 15:15 红鲤鱼与驴与绿鲤鱼 阅读(605) 评论(0) 推荐(0) 编辑
摘要: //string转xml XmlDocument doc = new XmlDocument(); doc.LoadXml(temp); XmlNodeList nodes1 = doc.GetElementsByTagName("... 阅读全文
posted @ 2014-08-22 14:19 红鲤鱼与驴与绿鲤鱼 阅读(338) 评论(0) 推荐(0) 编辑
摘要: public static String byteArr2HexStr(byte[] bytIn) { StringBuilder builder = new StringBuilder(); foreach (byte num in b... 阅读全文
posted @ 2014-08-21 14:39 红鲤鱼与驴与绿鲤鱼 阅读(261) 评论(0) 推荐(0) 编辑
摘要: //使用排序字典,默认只支持升序SortedDictionarysd=newSortedDictionary();sd.Add("TransactionID","110000000001");sd.Add("ServiceType","/SMSMT"); //先将参数以其参数名的字典序升序进行排序I... 阅读全文
posted @ 2014-08-21 14:38 红鲤鱼与驴与绿鲤鱼 阅读(399) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页