会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HI,大家好!多多交流!
己所不欲勿施于人、授人以鱼不如授人以渔
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2015年5月22日
.net Aop 实现原理
摘要: 本文实现所有继承BaseModel的类都通过代理拦截using System;using System.Reflection;using System.Collections.Generic;using System.Runtime.Remoting.Proxies;using System.Run...
阅读全文
posted @ 2015-05-22 16:14 魏巍(QQ:68235081)
阅读(1607)
评论(0)
推荐(0)
2015年5月14日
关于使用jquery form submit出现多次提交的问题
摘要: 错误的写法:$(this).submit(function () { $(this).ajaxSubmit({ url: opts.url, type: 'post', ...
阅读全文
posted @ 2015-05-14 17:33 魏巍(QQ:68235081)
阅读(2335)
评论(0)
推荐(0)
MVC视图中 TextBoxFor 数据格式化
摘要: @Html.TextBoxFor(m => m.Birthday,"{0:yyyy-MM-dd}", new { @class = "m-wrap small", @readonly = "true" })
阅读全文
posted @ 2015-05-14 17:30 魏巍(QQ:68235081)
阅读(304)
评论(0)
推荐(0)
2015年4月30日
去掉a标签点击后的虚边框
摘要: a { cursor: pointer; text-decoration: none; hide-focus: expression(this.hideFocus=true); outline: none;} a:link, a:visited, a:hover, a:...
阅读全文
posted @ 2015-04-30 13:12 魏巍(QQ:68235081)
阅读(148)
评论(0)
推荐(0)
2015年4月22日
DIV中的文字垂直并且水平居中的CSS
摘要: .MsgPopup { height: 100px; line-height: 100px; text-align: center;}
阅读全文
posted @ 2015-04-22 15:00 魏巍(QQ:68235081)
阅读(154)
评论(0)
推荐(0)
jQuery.Form.js使用方法
摘要: 一、jQuery.Form.js 插件的作用是实现Ajax提交表单。 方法: 1.formSerilize() 用于序列化表单中的数据,并将其自动整理成适合AJAX异步请求的URL地址格式。 2.clearForm() 清除表单中所有输入值的内容。 3.restForm 重置表单...
阅读全文
posted @ 2015-04-22 14:42 魏巍(QQ:68235081)
阅读(556)
评论(0)
推荐(0)
2015年4月20日
自己用JQueryUI封装了几个系统常用对话框
摘要: /* * @功能描述:各种系统消息框 * @前置插件:JQueryUI * @开 发 者:魏巍 * @开发日期:2015-04-15 * @version 1.0 */var SF = {};SF.Msg = function () { var $msgbox, offTimer; va...
阅读全文
posted @ 2015-04-20 10:36 魏巍(QQ:68235081)
阅读(264)
评论(0)
推荐(0)
2015年4月15日
Javascript判断参数类型
摘要: function (options, param) { alert(typeof options); if (typeof options == "string") { alert("字符串"); } if (typeof...
阅读全文
posted @ 2015-04-15 16:19 魏巍(QQ:68235081)
阅读(123)
评论(0)
推荐(0)
关于MVC接收Ajax调用无法访问的问题
摘要: 例如:下面代码有两个int类型的参数,如果Ajax调用时没有在data属性中为其赋值,AJAX会出500异常。public JsonResult GetList(int pageIndex, int pageSize) { int total = 0; ...
阅读全文
posted @ 2015-04-15 13:03 魏巍(QQ:68235081)
阅读(271)
评论(0)
推荐(0)
2015年4月14日
反射之关于MethodInfo的使用
摘要: 1、MethodInfo类是在System.Reflection命名空间底下,既然是在Reflection空间底下。故名思议关于反射相关的操作,其中比较重要的方法是Invoke()方法,它是加载相同程序集的方法。简单用法 string command = "AnnouncementSa...
阅读全文
posted @ 2015-04-14 10:03 魏巍(QQ:68235081)
阅读(419)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告