本次操作是在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
在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
2014-06-18 BaoXinjian一、摘要Control层位于Model层和View层的中间,连接了Model层和View层,主要存在两个功能操作/初始化UI和数据接受和处理页面上的用户的各种事件,并进行分发本文的基本结构Designand Create an OA Controller -...
分类:
Web程序 时间:
2014-06-28 20:53:56
阅读次数:
336
1.直接安装安装Sublime text 2插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages)。 2.使用Package Control组件安装也可以安装package control组件,然后直接在线安装:(1) 按Ctrl+`调出c....
分类:
其他好文 时间:
2014-06-28 20:43:33
阅读次数:
691
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
1 设置对话框透明在设置控件颜色中要使用nCtlColor Contains one of the following values, specifying the type of control:CTLCOLOR_BTNButton controlCTLCOLOR_DLGDialog boxCTL...
分类:
其他好文 时间:
2014-06-20 20:20:34
阅读次数:
240
本章主要介绍如何使用标签(Label),该类位于JavaFX API的javafx.scene.control包中,用于显示一个文本元素。 接下来会介绍如何让文本元素自动换行来适应受限空间,添加一个图标,或使用视觉特效。
分类:
编程语言 时间:
2014-06-20 19:04:15
阅读次数:
349
private void FocusFirstTabIndex(Control container){ // init search result varialble Control searchResult = null; // find the control with the...
分类:
其他好文 时间:
2014-06-20 17:43:54
阅读次数:
178
原文http://stamen.iteye.com/blog/1489223引述:IoC(控制反转:Inverse of Control)是Spring容器的内核,AOP、声明式事务等功能在此基础上开花结果。但是IoC这个重要的概念却比较晦涩隐讳,不容易让人望文生义,这不能不说是一大遗憾。不过IoC...
分类:
编程语言 时间:
2014-06-20 14:58:34
阅读次数:
383
简单介绍:这是HTTP头的Expires与Cache-control的具体页面,介绍了和javascript,Web综合 HTTP头的Expires与Cache-control有关的知识、技巧、经验,和一些javascript源代码等。 1.概念 Cache-control用于控...
分类:
其他好文 时间:
2014-06-18 09:03:47
阅读次数:
147