会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
想要逗逼的码农
博客园
首页
新随笔
新文章
联系
订阅
管理
上一页
1
2
2014年7月31日
jquery拼接和拆分字符串,并加入特殊符号
摘要: $.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)
2014年7月30日
MD5加密
摘要: public class MD5 { /// /// 32位MD5加密 /// /// 待加密字符 /// public static string GetMD5_32(string str) ...
阅读全文
posted @ 2014-07-30 08:38 想要逗逼的码农
阅读(141)
评论(0)
推荐(0)
2014年7月28日
中国网建的短信接口实现
摘要: 实现相对简单,发送手机号和内容到特定url就行了,代码如下:public string SendSMS(string mobile, string content) { string UserName = "账号";//网建账号 string...
阅读全文
posted @ 2014-07-28 11:21 想要逗逼的码农
阅读(372)
评论(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 想要逗逼的码农
阅读(614)
评论(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 想要逗逼的码农
阅读(383)
评论(0)
推荐(0)
上一页
1
2