数据处理大致可以分成两大类:联机事务处理OLTP(on-line transaction processing)、联机分析处理OLAP(On-Line Analytical Processing)。OLTP是传统的关系型数据库的主要应用,主要是基本的、日常的事务处理,例如银行交易。OLAP是数据仓库...
分类:
其他好文 时间:
2014-11-16 21:35:30
阅读次数:
306
In computer science, string
interning is a method of storing only one copy
of each distinct string value,
which must be immutable.
Interning strings makes some string processing tasks more tim...
分类:
编程语言 时间:
2014-11-16 12:06:31
阅读次数:
221
Spring Batch_Multi-threaded Step_使用多线程的Step spring官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/scalability.html The simplest way to start parallel processing is to add a ...
分类:
编程语言 时间:
2014-11-13 22:40:22
阅读次数:
416
Android动画分为帧动画和补间动画.
补间动画的效果:
alpha-------渐变透明度动画效果scale--------渐变尺寸伸缩动画效果translate---画面转换位置移动动画效果rotate------画面转移旋转动画效果
具体属性:
<alpha
android:duration="3"
android:f...
分类:
移动开发 时间:
2014-11-13 20:48:09
阅读次数:
220
转自:http://blog.sina.com.cn/lyqmath1 综述Separating touching objects in an image is one of the more difficult image processing operations. The watershed ...
分类:
编程语言 时间:
2014-11-11 17:57:14
阅读次数:
377
============问题描述============ 我从谷歌下载最新的ADT,右键项目的时候找不到Annotationprocessing我记得以前的版本是有的啊。这个是要做什么设置还是装什么插件才有的的? ===...
分类:
其他好文 时间:
2014-11-11 15:52:53
阅读次数:
143
本文转自:开源中国社区 [http://www.oschina.net]本文标题:理解 PHP 中的 Streams本文地址:http://www.oschina.net/translate/understanding-streams-in-php参与翻译:YiHunter英文原文:Understa...
分类:
Web程序 时间:
2014-11-11 12:09:30
阅读次数:
282
最近学习BoW模型,将自己网上看到的资料及对论文的理解,将BoW模型总结如下!
BoW模型
Bag-of-words model (BoW model) 最早出现在自然语言处理(Natural Language Processing)和信息检索(Information
Retrieval)领域.。该模型忽略掉文本的语法和语序等要素,将其仅仅看作是若干个词汇的集合,文档中每个单词...
分类:
其他好文 时间:
2014-11-10 23:27:42
阅读次数:
1675
学电脑必懂的53个英文单词和缩写PC:个人计算机Personal Computer ·CPU:中央处理器Central Processing Unit ·CPU Fan:中央处理器的“散热器”(Fan) ·MB:主机板MotherBoard ·RAM:内存Random Access Memo...
分类:
其他好文 时间:
2014-11-10 21:45:36
阅读次数:
181
近来在学习linux跟shell脚本。英文又多年不用还给教师了。遇到不懂的单词都要开个词霸网页词典来翻译,久了多有不爽。偶然找到http://www.iteye.com/topic/819440中提到一个翻译英文单词的shell脚本,可惜是多年以前的,并且用的还是如今被墙的谷歌,当然失效了。translate(){
..
分类:
系统相关 时间:
2014-11-10 10:13:12
阅读次数:
266