LibShortText 是林智仁老师继 libsvm、liblinear 之后的另一力作,主要有几大特征:It is more efficient than general text-mining packages. On a typical computer, processing and tr...
分类:
其他好文 时间:
2014-11-06 19:43:42
阅读次数:
579
Android的animation由四种类型组成
XML中
alpha
渐变透明度动画效果
scale
渐变尺寸伸缩动画效果
translate
画面转换位置移动动画效果
rotate
画面转移旋转动画效果
JavaCode中
AlphaAnimation
渐变透明度动画效果
ScaleAnimation
渐变尺寸伸缩动画效果
Tr...
分类:
移动开发 时间:
2014-11-06 11:01:51
阅读次数:
233
A mechanism is provided in a data processing system for reliable asynchronous solid-state device based de-duplication. Responsive to receiving a write...
分类:
其他好文 时间:
2014-11-05 19:34:27
阅读次数:
304
Transform基本移动函数:
transform.Translate(Vector3.forward *TranslateSpeed);
//向x轴移动xSpeed,同时想z轴移动zSpeed,y轴不动
transform.Translate(xSpeed,0,zSpeed);
//直接将当前物体移动到x轴为xPostion,y轴为0,z轴为zPostion的三维空...
分类:
移动开发 时间:
2014-11-04 21:10:58
阅读次数:
223
HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerExceptiontype Exception reportmessage Request processing failed; nested exception is java.lang.NullPointerExceptio...
分类:
编程语言 时间:
2014-11-04 19:42:27
阅读次数:
284
HTTP Status 500 - Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException:type Exception reportmessage Request processing failed; nested exception is org.springf...
分类:
数据库 时间:
2014-11-04 19:41:30
阅读次数:
357
Spring Batch_官网DEMO实现 http://spring.io/guides/gs/batch-processing/ 使用spring xml方式实现了spring batch官网的demo,现在把具体的代码贴出来,具体的细节配置还要参考官网的说明。 首先建立maven项目,...
分类:
编程语言 时间:
2014-11-03 21:06:30
阅读次数:
354
css3的3D旋转:rorateX():参数为正值时,盒子是围绕x轴,完成从Y轴正方向到Y轴负方向的旋转,视觉上呈现高度上的变化。rorateY():参数为正值时,盒子是围绕Y轴,完成从X轴正方向到X轴负方向的旋转,视觉上呈现盒子宽度上的变化。css2D旋转:translate(a,b):a,b,均...
分类:
Web程序 时间:
2014-11-03 20:50:23
阅读次数:
326
Spring Batch学习_ItemReaders and ItemWriters All batch processing can be described in its most simple form as reading in large amounts of data, performing some type of calculation or transformation...
分类:
编程语言 时间:
2014-11-03 14:47:54
阅读次数:
407
在Android中listview是最常用的控件之一,但是有时候我们会觉得千篇一律的listview看起来过于单调,于是就产生了listView动画,listview加载了动画会让用户体验更好,本期就分享一些listview动画以及实现方法,效果图
相信大家都熟悉Android的Tween动画,前四种动画就是Translate,Alpha,Rotate,Scale,最后一种Rot...
分类:
移动开发 时间:
2014-11-03 13:11:18
阅读次数:
130