上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: var DateBoxHandler = {}; DateBoxHandler.onlyShowMonth = function(id) { function padding(v) {if (v < 10) return '0' + v;return v; }//格式化类,小于10前面增加0 $('#' + id).datebox({ onShowPanel: f... 阅读全文
posted @ 2016-09-20 09:45 米姐 阅读(482) 评论(0) 推荐(0) 编辑
摘要: AbpCoreInstaller只是完成注册系统框架级的所有配置类。Abp支持自动完成符合Conventional(基于约定)的组件的注册。 Conventional 的规则要通过继承IConventionalDependencyRegistrar接口实现。 如下图,ABP中继承自IConventi 阅读全文
posted @ 2016-07-26 21:39 米姐 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1在AbpWebApplication中的的构造函数中创建abpBootstrapper 实例,在Application_Start执行AbpBootstrapper值初始化方式 2AbpBootstrapper的初始化方法中 2.1安装AbpCoreInstaller 2.11 安装注册核心类 2 阅读全文
posted @ 2016-07-26 21:08 米姐 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 本文转载地址http://www.cnblogs.com/zhangpengshou/archive/2012/07/19/2599053.html 2 阅读全文
posted @ 2016-07-05 09:32 米姐 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1.利用js 2.容器里添加图片,让图片的等比缩放撑大容器,图片z-index=负数, 阅读全文
posted @ 2016-05-19 12:57 米姐 阅读(230) 评论(0) 推荐(0) 编辑
摘要: var url = new UrlHelper(HttpContext.Current.Request.RequestContext); url.Content(FormsAuthentication.LoginUrl) ; FormsAuthentication.LoginUrl='~/Login 阅读全文
posted @ 2016-04-12 11:00 米姐 阅读(392) 评论(0) 推荐(0) 编辑
摘要: Easyui Tree一直就没有提供这个方法,以前没有用到,所 以一直没怎么在意,这次自己用到了,顺便扩展了一个方法,分享给大家. 用法: 转载自--http://www.jeasyuicn.com/the-extended easyui-tree-method-getlevel-access-no 阅读全文
posted @ 2016-03-29 13:48 米姐 阅读(192) 评论(0) 推荐(0) 编辑
摘要: <img src="..." class="img-responsive" alt="响应式图像"> 通过添加 img-responsive class 可以让 Bootstrap 3 中的图像对响应式布局的支持更友好。 接下来让我们看下这个 class 包含了哪些 css 属性。 在下面的代码中, 阅读全文
posted @ 2016-02-16 19:54 米姐 阅读(284) 评论(0) 推荐(0) 编辑
摘要: document.body.appendChild(jForm) won't work because jForm is not a dom element, it is a jQuery object so add the below script before jForm.submit(... 阅读全文
posted @ 2016-01-05 11:29 米姐 阅读(1329) 评论(0) 推荐(0) 编辑
摘要: 原博客地址:http://www.w3cplus.com/css/css-sticky-foot-at-bottom-of-the-page作为一个Web的前端攻城师,在制作页面效果时肯定有碰到下面这种现象:当一个HTML页面中含有较少的内容时,Web页面的“footer”部分随着飘上来,处在页面的... 阅读全文
posted @ 2015-12-23 13:50 米姐 阅读(737) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页