码迷,mamicode.com
首页 >  
搜索关键字:grid control    ( 14682个结果
sublime添加ctags实现代码跳转
本次操作是在sublime text 2下进行。1、先到http://sublime.wbond.net/Package%20Control.sublime-package下载Package Control.sublime-package,然后打开Preferences->Browes Packag...
分类:其他好文   时间:2014-06-29 06:18:13    阅读次数:258
ASP.NET MVC中简单使用Autofac
项目中引入Autofac的目的是为了实现控制反转,即IoC,Inversion of Control。控制反转可以有效的降低类之间的相互依赖关系,增加架构的弹性,降低软件复杂度。 示例代码: IProvinceRepository.csusing System;using System.Co...
分类:Web程序   时间:2014-06-18 13:07:58    阅读次数:178
windows 环境如何恢复 (oracle 11g grid) ocr voting 损坏的集群
windows 环境如何恢复 (oracle 11g grid) ocr voting 损坏的集群 oracle 11g 以后 ocr 可以放到 asm 磁盘上,而ASM的启动依赖于ocr和votedisk,所以在丢失ocr或votedisk 会导致cluter无法正常启动 如果原来的ocr 位置已经不存在,则必须使用相同的名字在原来相同的位置创建一个空 OCR 。...
分类:数据库   时间:2014-06-18 12:42:06    阅读次数:241
Rapidly detecting large flows, sFlow vs. NetFlow/IPFIX
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:Windows程序   时间:2014-06-18 10:58:32    阅读次数:1043
ASP.NET MVC 入门4、Controller与Action
Controller类继承自ControllerBase类, ControllerBase类实现了IController接口.ControllerBase类实现了Exceute方法, 当URL路由匹配到Controller后,就会执行Excecute方法进行Controller的处理.Control...
分类:Web程序   时间:2014-06-18 09:31:28    阅读次数:149
HTTP头的Expires与Cache-control
简单介绍:这是HTTP头的Expires与Cache-control的具体页面,介绍了和javascript,Web综合 HTTP头的Expires与Cache-control有关的知识、技巧、经验,和一些javascript源代码等。 1.概念 Cache-control用于控...
分类:其他好文   时间:2014-06-18 09:03:47    阅读次数:147
linux下Oracle11g RAC搭建(八)
linux下Oracle11g RAC搭建(八) 七、安装oracle软件   直接在图形界面里安装oracle,在node1操作 在虚拟机界面中,直接切换到oracle用户下: [grid@node1 grid]$ su – oracle [oracle@node1 ~]$ cd /soft/database [oracle@node1 d...
分类:数据库   时间:2014-06-18 06:49:31    阅读次数:283
UML的基础元件之架构元件(三)
Structural Things An active class is a class whose objects own one or more processes or threads and therefore can initiate control activity. An active class is just like a class except that it...
分类:其他好文   时间:2014-06-17 22:44:27    阅读次数:310
linux下Oracle11g RAC搭建(七)
linux下Oracle11g RAC搭建(七) 六、安装Grid 启动GRID安装界面 方式一:redhat下调整分辨率 [root@node1 ~]# xhost +        //授权 [root@node1 ~]# su - grid [grid@node1 ~]$ cd /soft/grid [g...
分类:数据库   时间:2014-06-17 22:40:17    阅读次数:473
spring--IoC--2
2.1.1 IoC是什么Ioc—Inversion of Control,即“控制反转”,不是什么技术,而是一种设计思想。在Java开发中,Ioc意味着将你设计好的对象交给容器控制,而不是传统的在你的对象内部直接控制。如何理解好Ioc呢?理解好Ioc的关键是要明确“谁控制谁,控制什么,为何是反转(有...
分类:编程语言   时间:2014-06-17 20:56:13    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!