• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
wood132
博客园    首页    新随笔    联系   管理    订阅  订阅
2017年11月2日
c# 笔记cookie
摘要: if (Request.Cookies["svpoint"] != null) { Request.Cookies["svpoint"].Value = lst[0].s_SvcID.ToString(); } else ... 阅读全文
posted @ 2017-11-02 09:42 wood132 阅读(99) 评论(0) 推荐(0)
sql sugar
摘要: 事务 判断字段不为空且值==1 order by , page 阅读全文
posted @ 2017-11-02 09:28 wood132 阅读(1230) 评论(0) 推荐(0)
js 笔记
摘要: 提交表单 jquery ready html编辑器 ueditor select change 事件 select 异步请求获取数据 jquery ul 添加 li数据 post 方式 返回前一个页面 选中第1个 c# 提交html字符 MVC返回json list 数据 js radio 判断是否 阅读全文
posted @ 2017-11-02 09:23 wood132 阅读(171) 评论(0) 推荐(0)
cshtml razor
摘要: 禁止转换字符 @(Html.Raw(@item.conent)) 三目运算 @(ViewBag.submitType==1?"blue":"") 阅读全文
posted @ 2017-11-02 09:01 wood132 阅读(154) 评论(0) 推荐(0)
2017年10月23日
js 常用代码
摘要: //获取url中的参数 //检查特殊字符 function CheckKeyCharacters(strString) { var flag = true; if (strString.length > 0) { if (strString.indexOf('<') > -1) { alert("检 阅读全文
posted @ 2017-10-23 13:37 wood132 阅读(158) 评论(0) 推荐(0)
2017年10月22日
js 对象
摘要: function Person() { } var per = new Person(); per.Name = "pan"; per.Age = 10; alert(per.Name); alert(per.Age); function Person(name,age) { this.Name = 阅读全文
posted @ 2017-10-22 09:06 wood132 阅读(103) 评论(0) 推荐(0)
2017年10月21日
js 字符串操作
摘要: 1、charCodeAt方法返回一个整数,代表指定位置字符的Unicode编码。 strObj.charCodeAt(index) 说明: index将被处理字符的从零开始计数的编号。有效值为0到字符串长度减1的数字。 如果指定位置没有字符,将返回NaN。 例如: var str = "ABC"; 阅读全文
posted @ 2017-10-21 18:21 wood132 阅读(170) 评论(0) 推荐(0)
2017年10月16日
css
摘要: 图片自动缩放 阅读全文
posted @ 2017-10-16 14:56 wood132 阅读(91) 评论(0) 推荐(0)
2017年10月15日
js 常用代码
摘要: 日期 日期 校验正则表达式 string 转int 控件 enabled disable js 设置样式 js 设置attr js 设置 input 值 js 设置 控件文字或 html 数组包含 show hide radio checkbox ajax 非空 、 空 常用正则表达式 身份证验证 阅读全文
posted @ 2017-10-15 17:11 wood132 阅读(229) 评论(0) 推荐(0)
2017年5月19日
tcp ip 协议安全
摘要: ARP(地址解析协议) 地址解析协议,即ARP(Address Resolution Protocol),是根据IP地址获取物理地址的一个TCP/IP协议。主机发送信息时将包含目标IP地址的ARP请求广播到网络上的所有主机,并接收返回消息,以此确定目标的物理地址;收到返回消息后将该IP地址和物理地址 阅读全文
posted @ 2017-05-19 15:19 wood132 阅读(351) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3