摘要: //字符串 string result = "<?xml version=\"1.0\" encoding=\"utf-8\"?><speed><is_success>T</is_success><response><protocol><partner>123456</partner><sign>1 阅读全文
posted @ 2016-05-10 11:48 D调灬仔 阅读(5947) 评论(0) 推荐(1) 编辑
摘要: /// <summary> /// des加密 /// </summary> /// <param name="text">加密内容</param> /// <param name="key">密码(可自己设置8位数密码)</param> /// <returns></returns> public 阅读全文
posted @ 2016-05-09 15:54 D调灬仔 阅读(161) 评论(0) 推荐(0) 编辑
摘要: JavaScriptSerializer s = new JavaScriptSerializer(); string jsonTexts = "{\"count\":\"5550\",\"status\": \"200\",\"message\": \"success\",\"show_data\ 阅读全文
posted @ 2016-05-05 13:40 D调灬仔 阅读(15181) 评论(0) 推荐(1) 编辑
摘要: DataTable table = new DataTable(); StringWriter sw = new StringWriter(); string tabltitle = "客户名称,电话号码,导入时间,分组编号,透传号码,预测状态";//excel表头 sw.WriteLine(tab 阅读全文
posted @ 2016-04-28 13:11 D调灬仔 阅读(150) 评论(0) 推荐(0) 编辑
摘要: HttpRuntime.Cache.Insert("缓存key", "缓存content", null, DateTime.Now.AddMinutes(3), TimeSpan.Zero);//存入本地服务端string cacheContent = string.Empty; if... 阅读全文
posted @ 2015-08-16 10:38 D调灬仔 阅读(885) 评论(0) 推荐(0) 编辑
摘要: 一:枚举的绑定 定义一个枚举 public enum ArticleCategory { /// <summary> /// 头条 /// </summary> Headlines = 10, /// <summary> /// 资讯 /// </summary> Imformation = 20, 阅读全文
posted @ 2015-03-29 10:02 D调灬仔 阅读(189) 评论(0) 推荐(0) 编辑
摘要: //js$(function(){ var name=""; var kmname=[]; var n= $("input[type=checkbox]").click(function(){ kmname.length=0; $("input[name=\"inputcheck\"]:checked").each(function(){ kmname.push($(this).val()); }) name=kmname.join(',')... 阅读全文
posted @ 2013-10-17 21:35 D调灬仔 阅读(2465) 评论(0) 推荐(0) 编辑
摘要: //js代码//html代码 (限30字以内,您还可以输入 字) 阅读全文
posted @ 2013-10-17 13:34 D调灬仔 阅读(2168) 评论(0) 推荐(1) 编辑

作者D调灬仔

出处:https://www.cnblogs.com/chj929555796/

如果觉得这篇文章对你有小小的帮助的话,记得在右下角点个“推荐”哦,博主在此感谢!