一、安装ORACLE数据库软件OLTP:online transaction processing 指那些短事务,高并发,读写频繁的数据库系统。--DB_BLOCK_SIZE通常设置较小。OLAP:online analysis processing 指那些处理长事务,低并发,多读...
分类:
数据库 时间:
2014-11-23 11:41:48
阅读次数:
232
在处理和保存XML文件时,出现The processing instruction target matching "[xX][mM][lL]" is not allowed 错误,也就是你的xml配置文件格式错误。所以,要自己检查一下格式,这个在网上是搜不到的。最容易疏忽的错误就是,用eclips...
分类:
其他好文 时间:
2014-11-23 01:50:48
阅读次数:
201
ManagedSelector是整个Jetty NIO的核心实现它是SelectorManger的内部类, 本质上封装了java.nio.channels.Selector每个ManagedSelector存在PROCESSING,SELECTING和LOCKED三种状态ManagerdSelect...
分类:
其他好文 时间:
2014-11-23 00:35:37
阅读次数:
240
1.During data access through Information Access Service, Fuzzy Search queries are routed to the search engine, while linguistic processing is handled ...
分类:
其他好文 时间:
2014-11-21 12:03:45
阅读次数:
154
1.http://newzan.com/read/3603842.http://www.oschina.net/translate/creating-an-api-centric-web-application3.http://www.thinkphp.cn/topic/5023.html
分类:
移动开发 时间:
2014-11-21 12:02:58
阅读次数:
150
HIPO图(Hierarchy Plus Input/Processing/Output)是表示软件结构的一种图形工具,以模块分解的层次性以及模块内部输入、处理、输出三大基本部分为基础建立的。它由两部分组成:
H图(层次图):描述软件总的模块层次结构
矩形框表示一个模块,矩形框之间的直线表示模块之间的调用关系,同结构图一样未指明调用顺序。它的设计依据是系统的模块划分,主要由设计者决定...
分类:
其他好文 时间:
2014-11-20 22:04:30
阅读次数:
473
ASP.NET MVC 的 WebGrid 的 6 个重要技巧http://www.oschina.net/translate/webgrid-in-asp-net-mvc-important-tips
分类:
Web程序 时间:
2014-11-20 21:53:13
阅读次数:
163
[本文链接:http://www.cnblogs.com/breezedeus/p/4109456.html,转载请注明出处] 我的博客主营地迁至github,欢迎朋友们有空去看看:https://breezedeus.github.io/,阅读体验好很多。 本文具体内容:https://breez...
分类:
其他好文 时间:
2014-11-19 23:53:35
阅读次数:
724
Java代码:启动动画
Animation shake = AnimationUtils.loadAnimation(this, R.anim.shake);
findViewById(R.id.pw).startAnimation(shake);
anim/shake.xml
<translate xmlns:android="http://schemas.an...
分类:
移动开发 时间:
2014-11-19 16:05:13
阅读次数:
188
Transform字面上就是变形,改变的意思。在CSS3中transform主要包括以下几种:旋转rotate、扭曲skew、缩放scale和移动translate以及矩阵变形matrix。下面我们一起来看看CSS3中transform的旋转rotate、扭曲skew、缩放scale和移动translate具体如何实现,老样子,我们就从transform的语法开始吧。语法: transform...
分类:
Web程序 时间:
2014-11-17 12:22:04
阅读次数:
2562