摘要:
1 //推送代码 2 private void send() 3 { 4 #region 安卓推送 5 XingeApp app = new XingeApp("accessId", "secretKey")... 阅读全文
摘要:
首页 给出 DataTable 转Json 的方法: 1 public static string TableToJson(DataTable dt) 2 { 3 List> list = new List>(); 4 forea... 阅读全文
摘要:
首先需要引用 js 和css1 2 3 4 Img_List.js 如下: 1 /// 2 //显示 3 function imgshow(obj) { 4 //$(obj).find("a").show(); 5 } 6 7 //隐藏 8 function im... 阅读全文
摘要:
前台代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 阅读全文
摘要:
1 private void LogWrite(string text)2 {3 FileStream fs = new FileStream(this.Server.MapPath("/log.txt"), FileMode.Append);4 ... 阅读全文
摘要:
1 #region 跨平台加解密(c# 安卓 IOS) 2 3 // public static string sKey = "12345678"; 4 5 // /// 6 7 // /// 解密 8 9 //... 阅读全文
摘要:
/// <summary> /// Excel导出数据 /// </summary> /// <param name="sbHtml">html标签</param> /// <param name="fileName">文件名</param> public static void ExportExc 阅读全文
摘要:
1 #region 异步测试 2 //委托 3 public delegate void PrintDelegate(string s); 4 [WebMethod] 5 public string yibu() 6 ... 阅读全文
摘要:
1 1.文本框只能输入数字代码(小数点也不能输入) 2 3 4 2.只能输入数字,能输小数点. 5 6 7 8 3.数字和小数点方法二 9 10 11 4.只能输入字母和汉字12 13 14 5.只能输入英文字母和数字,不能输入中文15 16 17 6.只能输入数字和英文chun18 1... 阅读全文
摘要:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 230 231 232 233 234 235 236 237 添加 编辑 删除241 242 产品名称:243 搜索245 246... 阅读全文