摘要: 文本非法字符过滤 简体转换繁体 阅读全文
posted @ 2013-12-21 14:45 AikyZhu 阅读(594) 评论(0) 推荐(0) 编辑
摘要: /// ////// /// 手机号码 /// 短信内容 /// 账号 /// 密码 /// 返回值 /// 1则成功 private static string SendMsgByRuiHua(string phone, string content, string UserID, string PassWord, ref string result) { string contents = System.Web.HttpUtility.UrlEncode(content,... 阅读全文
posted @ 2013-11-26 12:51 AikyZhu 阅读(385) 评论(0) 推荐(0) 编辑
摘要: JSusing System;using System.Web;using GIS.Service;using System.Text;public class Handler : IHttpHandler, System.Web.SessionState.IReadOnlySessionState{ public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; context.Response.Cache.SetNoStore... 阅读全文
posted @ 2013-11-15 11:48 AikyZhu 阅读(275) 评论(0) 推荐(0) 编辑
摘要: /// 手机号码 /// 短信内容 /// 账号 /// 密码 /// 返回值 /// 1则成功 private static string SendMsgByRuiHua(string phone, string content, string UserID, string PassWord, ref string result) { string contents = System.Web.HttpUtility.UrlEncode(content, System.Text.Encoding.GetEncoding("UTF-8")); string strSend = 阅读全文
posted @ 2013-11-15 10:50 AikyZhu 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 二维码其实有很多,支持中文的很少。我周六做了一个二维码生成器,支持中文。其实QRcode组件支持中文。此组件只要添加也引用即可。这是我最近无聊时做的更新,支持图片:http://download.csdn.net/detail/zhuyuhong88/5801607友情帮助公司:http://www... 阅读全文
posted @ 2013-06-24 10:22 AikyZhu 阅读(279) 评论(0) 推荐(0) 编辑