摘要:
using System; using System.Configuration; using System.IO; namespace ToIO { public class WritLogAdapter { public static readonly WritLogAdapter Instan 阅读全文
摘要:
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Net.Http; 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatter 阅读全文
摘要:
//写cookies function setCookie(name, value) { var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000); document.co 阅读全文
摘要:
// 函数(1):允许输入正数和负数的表达式 function (num){ var reg = /^(\-|\+)?(\d{1,8})?([\.]\d*)?$/; re.test(num) } // 函数(2):允许输入正数和负数的表达式 function (num){ var reg = /^( 阅读全文
摘要:
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; using System. 阅读全文
摘要:
创建三个项目,空项目即可。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BFKR.Date 阅读全文