%%% Inverse_Spherize
%%% 逆球面化
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
I=imread('4.jpg');
Image=double(I);
[row, col,layer]=size(Image);
R=floor(...
分类:
其他好文 时间:
2015-02-08 18:11:45
阅读次数:
687
第一步:下载chrome的deb安装包,我下载的是google-chrome-stable_current_i386.deb;
第二步:安装chrome,使用命令:sudo dpkg -i google-chrome-stable_current_i386.deb;
我按装时出现如下错误:
Errors were encountered while processing: google...
分类:
系统相关 时间:
2015-02-06 11:17:55
阅读次数:
157
今日英文: http://docs.oracle.com/javase/tutorial/jaxp/index.html Java API for XML Processing (JAXP) javax.xml.parsers: 通用接口 org.w3c.dom: DOM org.xml.sax: ...
分类:
其他好文 时间:
2015-02-06 00:42:13
阅读次数:
235
该文章转自:http://www.cnblogs.com/qingxinblog/p/3437169.html 最近做一个web项目中有上传文件的功能,已经写出并在本地和部署到服务器上测试了好几个文件上传都没问题(我用的是tomcat)。后来又上传了一个700多K的文件(前边的都是不足600K的,....
分类:
数据库 时间:
2015-02-05 17:51:33
阅读次数:
1509
The installation of Elasticsearch is very simple. It's a server for processing texts.Elasticsearch is a standalone Java app, and can be easily started...
分类:
其他好文 时间:
2015-02-04 21:44:57
阅读次数:
300
Components of the Impala ServerThe Impala server is a distributed, massively parallel processing (MPP) database engine. It consists of different daemo...
分类:
其他好文 时间:
2015-02-04 10:44:55
阅读次数:
372
%%%% Skewing
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
Image=imread('4.jpg');
Image=double(Image);
theta=pi/9; % 控制倾斜的角度
[row, col, layer]=siz...
最近开始研究单片机相关的知识,好多名词都容易混淆,所以做了个总结,可以直接用来查找索引,持续更新ing
CPU
Central Processing Unit,中央处理器,是一台计算机的运算核心和控制核心。它的功能主要是解释计算机指令以及处理计算机软件中的数据。中央处理器主要包括运算器(ALU,ArithmeticLogic
Unit)和高速缓冲存储器(Cache)及实现它们之间联系...
分类:
其他好文 时间:
2015-01-30 19:45:58
阅读次数:
217
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bean': Post-processing of the FactoryBean's object failed; nested exception is org.springfra...
分类:
编程语言 时间:
2015-01-30 15:51:33
阅读次数:
2718