07 2014 档案
jquery拼接和拆分字符串,并加入特殊符号
摘要:$.fn.combineInput = function (_config) { var _config = $.extend({ addStr: "" }); var td = $(this); var input = td.find("input"); ... 阅读全文
posted @ 2014-07-31 09:35 想要逗逼的码农 阅读(600) 评论(0) 推荐(0)
MD5加密
摘要:public class MD5 { /// /// 32位MD5加密 /// /// 待加密字符 /// public static string GetMD5_32(string str) ... 阅读全文
posted @ 2014-07-30 08:38 想要逗逼的码农 阅读(144) 评论(0) 推荐(0)
中国网建的短信接口实现
摘要:实现相对简单,发送手机号和内容到特定url就行了,代码如下:public string SendSMS(string mobile, string content) { string UserName = "账号";//网建账号 string... 阅读全文
posted @ 2014-07-28 11:21 想要逗逼的码农 阅读(376) 评论(0) 推荐(0)
C#保存wps和office表格.数据源为list<T>类型,
摘要:想要操作wps或office表格需要引入相对应的dll,office好找,wps在扩展中找到kingsoft的一些dll.其中通过特性描述来获取泛型的中文名.具体实现代码如下:using System;using System.Collections.Generic;using System.Lin... 阅读全文
posted @ 2014-07-28 09:06 想要逗逼的码农 阅读(621) 评论(0) 推荐(0)
C#保存wps和office表格.数据源为list<T>类型
摘要:想要操作wps或office表格需要引入相对应的dll,office好找,wps在扩展中找到kingsoft的一些dll.其中通过特性描述来获取泛型的中文名.具体实现代码如下: using System;using System.Collections.Generic;using System.L... 阅读全文
posted @ 2014-07-28 08:58 想要逗逼的码农 阅读(390) 评论(0) 推荐(0)