码迷,mamicode.com
首页 >  
搜索关键字:control character    ( 15441个结果
mysql delimiter
mysql delimiterdelimiter:分隔符escape character:转义符mysql delimiter刚才试图搞mysql的存储过程,被郁闷了一回,最简单的存储过程,只要加上begin 和end就有莫名其妙的错误。比如 CREATE PROCEDURE p() BEGIN ....
分类:数据库   时间:2014-06-29 06:35:31    阅读次数:187
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
ASP.NET MVC中简单使用Autofac
项目中引入Autofac的目的是为了实现控制反转,即IoC,Inversion of Control。控制反转可以有效的降低类之间的相互依赖关系,增加架构的弹性,降低软件复杂度。 示例代码: IProvinceRepository.csusing System;using System.Co...
分类:Web程序   时间:2014-06-18 13:07:58    阅读次数:178
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
迷上了代码!