摘要: 1: 设置Cookin 方法一 请参考我的另一篇: Connkin 方法一 2: 设置Cookin 方法二 //Cookie 的设置读取 HttpCookie coo = HttpContext.Current.Request.Cookies["BF"]; if (coo == null) { co 阅读全文
posted @ 2022-08-16 11:20 风儿_VIP 阅读(422) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Configuration; using System.IO; namespace ToIO { public class WritLogAdapter { public static readonly WritLogAdapter Instan 阅读全文
posted @ 2022-08-04 17:52 风儿_VIP 阅读(160) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Net.Http; 阅读全文
posted @ 2021-06-16 17:11 风儿_VIP 阅读(266) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatter 阅读全文
posted @ 2021-06-11 11:33 风儿_VIP 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 解决jquery操作checkbox全选全不选无法勾选问题最近在工作中使用jquery操作checkbox,使用下面方法进行全选、反选:$("input[name='checkbox']").attr("checked","checked");调试时,前两次都没有问题,可以正常显示选中和取消,但当再 阅读全文
posted @ 2021-06-08 16:26 风儿_VIP 阅读(169) 评论(0) 推荐(0) 编辑
摘要: //写cookies function setCookie(name, value) { var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000); document.co 阅读全文
posted @ 2021-06-06 15:47 风儿_VIP 阅读(215) 评论(0) 推荐(0) 编辑
摘要: // 函数(1):允许输入正数和负数的表达式 function (num){ var reg = /^(\-|\+)?(\d{1,8})?([\.]\d*)?$/; re.test(num) } // 函数(2):允许输入正数和负数的表达式 function (num){ var reg = /^( 阅读全文
posted @ 2021-05-17 15:26 风儿_VIP 阅读(291) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; using System. 阅读全文
posted @ 2020-09-05 15:46 风儿_VIP 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 创建三个项目,空项目即可。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BFKR.Date 阅读全文
posted @ 2020-09-04 16:44 风儿_VIP 阅读(376) 评论(0) 推荐(0) 编辑
摘要: The Matrix Do You Know HACKER-2 Your browser does not support the HTML5 canvas tag. ... 阅读全文
posted @ 2017-10-11 17:03 风儿_VIP 阅读(74294) 评论(0) 推荐(1) 编辑