摘要:
第一:escape():对字符串进行编码,escape()不编码的字符:@*/+ 第二:encodeURI() 函数可把字符串作为 URI 进行编码。不会进行转义的:;/?:@&=+$,# 第三:encodeURIComponent() 函数可把字符串(有 URI 组件或其他要编码的文本)作为 UR 阅读全文
摘要:
.net操作系统文件(ini与dat)的帮助类View Code 1 using System; 2 using System.Text; 3 using System.Runtime.InteropServices; 4 using System.Diagnostics; 5 6 using System.IO; 7 using System.Data; 8 9 /// <summary> 10 /// edit by: 201206.14.1535 11 /// </summary> 12 public class Ini 13 { 14 /// <summ. 阅读全文
摘要:
SQLiteHelper 帮助类 [一]SQLiteHelper 帮助类 [二]SQLiteHelper 帮助类 [三]View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data.SQLite;// 6 using System.Data;// 7 using System.IO;// 8 using System.Data.Common;// 9 using System.Configu... 阅读全文
摘要:
SQLiteHelper 帮助类 [一]SQLiteHelper 帮助类 [二]SQLiteHelper 帮助类 [三]View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data.SQLite;// 6 using System.Data;// 7 using System.IO;// 8 using System.Data.Common;// 9 using System.Configu... 阅读全文