码迷,mamicode.com
首页 >  
搜索关键字:control    ( 10555个结果
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
Hadoop 2.4.0新特性介绍
在2014年4月7日,Apache公布了Hadoop 2.4.0 。相比于hadoop 2.3.0,这个版本号有了一定的改进,突出的变化能够总结为下列几点(官方文档说明):1 支持HDFS訪问控制列表(ACL,Access Control Lists) 这个特性攻克了在一定情况下,文件权限訪...
分类:其他好文   时间:2014-06-29 06:07:36    阅读次数:299
OAF_OAF架构MVC系列 - Control的概述(概念)
2014-06-18 BaoXinjian一、摘要Control层位于Model层和View层的中间,连接了Model层和View层,主要存在两个功能操作/初始化UI和数据接受和处理页面上的用户的各种事件,并进行分发本文的基本结构Designand Create an OA Controller -...
分类:Web程序   时间:2014-06-28 20:53:56    阅读次数:336
Sumblime Text 2 常用插件以及安装方法
1.直接安装安装Sublime text 2插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages)。 2.使用Package Control组件安装也可以安装package control组件,然后直接在线安装:(1) 按Ctrl+`调出c....
分类:其他好文   时间:2014-06-28 20:43:33    阅读次数:691
PatentTips - Control register access virtualization performance improvement
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:数据库   时间:2014-06-21 00:36:46    阅读次数:377
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
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
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
迷上了代码!