摘要: $.fn.combineInput = function (_config) { var _config = $.extend({ addStr: "" }); var td = $(this); var input = td.find("input"); ... 阅读全文
posted @ 2014-07-31 09:35 想要逗逼的码农 阅读(599) 评论(0) 推荐(0)
摘要: public class MD5 { /// /// 32位MD5加密 /// /// 待加密字符 /// public static string GetMD5_32(string str) ... 阅读全文
posted @ 2014-07-30 08:38 想要逗逼的码农 阅读(141) 评论(0) 推荐(0)
摘要: 实现相对简单,发送手机号和内容到特定url就行了,代码如下:public string SendSMS(string mobile, string content) { string UserName = "账号";//网建账号 string... 阅读全文
posted @ 2014-07-28 11:21 想要逗逼的码农 阅读(372) 评论(0) 推荐(0)
摘要: 想要操作wps或office表格需要引入相对应的dll,office好找,wps在扩展中找到kingsoft的一些dll.其中通过特性描述来获取泛型的中文名.具体实现代码如下:using System;using System.Collections.Generic;using System.Lin... 阅读全文
posted @ 2014-07-28 09:06 想要逗逼的码农 阅读(614) 评论(0) 推荐(0)
摘要: 想要操作wps或office表格需要引入相对应的dll,office好找,wps在扩展中找到kingsoft的一些dll.其中通过特性描述来获取泛型的中文名.具体实现代码如下: using System;using System.Collections.Generic;using System.L... 阅读全文
posted @ 2014-07-28 08:58 想要逗逼的码农 阅读(383) 评论(0) 推荐(0)