extjs4 作为前段框架,封装grid window form treegrid等。2.EF codefirst作为orm底层。3.使用ioc 依赖注入作为程序注入。4.使用aop作为权限、日志、异常的拦截。避免程序中大量使用日志权限异常代码。5.面向接口的服务,使用泛型模板作为数据操作。6.使用...
分类:
其他好文 时间:
2015-01-15 15:48:18
阅读次数:
226
extjs4 作为前段框架,封装grid window form treegrid等。2.EF codefirst作为orm底层。3.使用ioc 依赖注入作为程序注入。4.使用aop作为权限、日志、异常的拦截。避免程序中大量使用日志权限异常代码。5.面向接口的服务,使用泛型模板作为数据操作。6.使用...
分类:
其他好文 时间:
2015-01-15 12:29:42
阅读次数:
312
1.extjs4 作为前段框架,封装grid window form treegrid等。2.EF codefirst作为orm底层。3.使用ioc 依赖注入作为程序注入。4.使用aop作为权限、日志、异常的拦截。避免程序中大量使用日志权限异常代码。5.面向接口的服务,使用泛型模板作为数据操作。6....
分类:
Web程序 时间:
2015-01-15 10:35:30
阅读次数:
252
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2015-01-15 09:28:07
阅读次数:
124
Muddy Fields
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 8434
Accepted: 3124
Description
Rain has pummeled the cows' field, a rectangular grid of R r...
分类:
其他好文 时间:
2015-01-14 18:03:16
阅读次数:
259
当我们在使用column属性时,添加sortable:true属性,该列本身应该是可以手动点击排序的,即API中所示:
sortable
: Boolean
(可选)设置为true,此列允许排序。默认值为Ext.grid.ColumnModel.defaultSortable
属性值...
(可选)设置为true,此列允许排序。默认值为Ext.grid.ColumnModel....
分类:
编程语言 时间:
2015-01-14 14:20:05
阅读次数:
362
适用平台: AIX hp linux win Solaris
适用版本:所有数据库10.1.0.2 to12.1.0.1
适用于 rac和 standalone
以RAC 环境为例: 假设 oracle 为oracle rdbms 属组;grid 为 gi 属组;
For ASMLIB users:
RAC 环境 gi owner 执行以下命令
1、# /etc/init...
分类:
数据库 时间:
2015-01-13 23:19:00
阅读次数:
323
.header .grid a:before{background:url(../image/user/avatar.jpg) no-repeat;}小米自带浏览器不支持a:before,直接写成.header .grid a{background:url(../image/user/avatar....
分类:
其他好文 时间:
2015-01-13 21:22:33
阅读次数:
183
在开发web信息管理系统时,使用Web前端框架可以帮助我们快速搭建一组风格统一的界面效果,而且能够解决大多数浏览器兼容问题,提升开发效率。在这里给大家介绍Liger UI框架中一些常见组件的用法。...
分类:
Web程序 时间:
2015-01-13 12:38:11
阅读次数:
635