How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development to...
分类:
系统相关 时间:
2014-06-07 01:23:47
阅读次数:
317
题目如下;
Quadtrees
A quadtree is a representation format used to encode images. The fundamental ideabehind the quadtree is that any image can be split into four quadrants. Each...
分类:
其他好文 时间:
2014-06-05 04:20:06
阅读次数:
226
最近做的一个小项目中的用到ckeditor就去官网看了一下如何使用?
1、到官网下载ckedtor的包和ckeditor-java-core-3.5.3.zip和ckeditor-java-3.6.4.war这两个我下的时候都是最新的
2、将ckeditor-java-core-3.5.3.zip解压其中有三个包但是只有一个有用将不含有javadoc和sources的那个包放进web项...
分类:
编程语言 时间:
2014-06-05 02:52:51
阅读次数:
347
MySQL Cluster Core Concepts
NDBCLUSTER (also known as
NDB) is an in-memory storage engine offering high-availability and data-persistence features.
NDBCLUSTER(也叫做NDB)是一种提供了高可用性和数据持久性特征的内存式存储引擎。...
分类:
数据库 时间:
2014-06-03 05:51:53
阅读次数:
469
已知一副RGB图像中的的像素值,利用matlab将其分割出来并以二进制图像形式显示:
%extract.m
clear all;
I=imread('new_original.png');
figure,imshow(I),title('Original Image');
bw=im2bw(I,0.3);
%figure,imshow(bw),title('Gray Image');
rgb=[...
分类:
其他好文 时间:
2014-06-03 02:46:26
阅读次数:
989
界面效果
应用的权限
布局文件
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
andr...
分类:
移动开发 时间:
2014-06-03 00:45:02
阅读次数:
303
1 ENVIRONMENTS
Table 1 ENV A
CPU
Intel(R) Xeon(R) CPU E7- 4870 @
2.40GHz 10-core
Memory
100G
Linux Version
3.11.0
Ubuntu Version
...
分类:
其他好文 时间:
2014-06-02 23:27:40
阅读次数:
397
1、错误描述
freemarker.core.ParseException: Encountered "string" at line 21, column 21 in type.ftl.
Was expecting one of:
"}" ...
"." ...
"[" ...
"(" ...
"?" ...
"!" ...
......
分类:
其他好文 时间:
2014-06-02 23:10:09
阅读次数:
327
闲来无事、想搭个框架试试
分析一般应用 将资料整理整理
粗略统计 需要以下资料
android-pulltorefresh SlidingMenu AndroidWheel Android Wheel
Android-Universal-Image-Loade android-async-http...
分类:
移动开发 时间:
2014-06-01 10:00:00
阅读次数:
330
About Core ImageCore Image is an image
processing and analysis technology designed to provide near real-time processing
forstill and video images. It ...
分类:
其他好文 时间:
2014-05-31 18:22:41
阅读次数:
289