会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生为卒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
30
下一页
2016年10月11日
判断浏览器
摘要: 转载:http://fp-moon.iteye.com/blog/1142629 使用navigator.userAgent来判断浏览器类型 转载:http://fp-moon.iteye.com/blog/1142629 使用navigator.userAgent来判断浏览器类型 使用naviga
阅读全文
posted @ 2016-10-11 17:22 人生为卒
阅读(235)
评论(0)
推荐(0)
2016年10月10日
jquery中cookie用法实例详解(获取,存储,删除等)
摘要: 这篇文章主要介绍了jquery中cookie用法,结合实例详细分析了jQuery操作cookie的获取,存储,删除等操作,并附带了Jquery操作Cookie记录用户查询过信息实现方法,需要的朋友可以参考下 这篇文章主要介绍了jquery中cookie用法,结合实例详细分析了jQuery操作cook
阅读全文
posted @ 2016-10-10 16:44 人生为卒
阅读(567)
评论(0)
推荐(0)
Cookie的使用与实现记住用户名案例
摘要: 转载 :http://www.cnblogs.com/genesis/p/4677679.html 学习web开发,使用Cookie是不可避免的,个人感觉Cookie的使用和ASP.NET中的Session非常像,只不过Cookie是保存在客户端,而Session是在服务器端,两者都以记录信息为目的
阅读全文
posted @ 2016-10-10 14:08 人生为卒
阅读(213)
评论(0)
推荐(0)
2016年10月8日
list<T>转换为datatable
摘要: /// /// 将list转换为datatable /// /// 需要转换的数据 /// private DataTable getDT(List list) { AddMemberLog(VarKey.Page.SearchRecord.ToS...
阅读全文
posted @ 2016-10-08 11:44 人生为卒
阅读(176)
评论(0)
推荐(0)
2016年9月30日
html 重置表单
摘要: //清空表单 $('#SearchForm').form('clear'); var fdate = (new Date().getFullYear()) + "-" + (new Date().getMonth() + 1) + "-" + (new Date().getDate() - 7);
阅读全文
posted @ 2016-09-30 14:31 人生为卒
阅读(656)
评论(0)
推荐(0)
$.ajax{} post 和 get
摘要: [HttpGet] controller方法前面加上 效率比post高,但是http请求有长度限制,不同浏览器处理不一样(如下) 各浏览器HTTP Get请求URL最大长度并不相同,几类常用浏览器最大长度及超过最大长度后提交情况如下: IE6.0 :url最大长度2083个字符,超过最大长度后无法提
阅读全文
posted @ 2016-09-30 10:01 人生为卒
阅读(247)
评论(0)
推荐(0)
2016年9月29日
html 使用方法
摘要: Html TODO: html中@和@:的作用 @if (RoleOperate.IsOperateType(ViewBag.RoleInfo, EnumOperateType.Delete) ) { //已报价则不能删除 @:if (row.State != 1) { @:operation +=
阅读全文
posted @ 2016-09-29 09:28 人生为卒
阅读(243)
评论(0)
推荐(0)
2016年9月21日
重新安装IE
摘要: http://jingyan.baidu.com/article/380abd0a1fd86c1d90192c06.html
阅读全文
posted @ 2016-09-21 10:37 人生为卒
阅读(111)
评论(0)
推荐(0)
2016年9月18日
js 验证
摘要: //自定义规则验证 $.validator.addMethod("onlycode", function (value, element, params) { var re = new RegExp(params); if ($.trim(value).length < 0 || $.trim(value) == "") ...
阅读全文
posted @ 2016-09-18 10:18 人生为卒
阅读(192)
评论(0)
推荐(0)
2016年9月2日
根据string获取对应类型的对应属性
摘要: //获取类【OflSchApplyVM】的所有属性 PropertyInfo[] _PropertyInfo = typeof(OflSchApplyVM).GetProperties(); //对应属性 PropertyInfo _pro = null; ...
阅读全文
posted @ 2016-09-02 16:01 人生为卒
阅读(807)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
30
下一页
公告