1、openssl里的fips是什么意思? openssl-fips是符合FIPS标准的Openssl。 联邦信息处理标准(Federal Information Processing Standards,FIPS)是一套描述文件处理、加密算法和其他信息技术标准(在非军用政府机构和与这些机构合作的政...
分类:
其他好文 时间:
2015-11-29 21:09:38
阅读次数:
246
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, ...
分类:
其他好文 时间:
2015-11-27 17:18:58
阅读次数:
125
问题是这样的,最近部署一个项目,发现每次访问首页的时候老是报如下的错误:org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoCl...
分类:
Web程序 时间:
2015-11-21 21:10:53
阅读次数:
871
本次实践效果仅有Atmospheric Scattering和AA,并无其他post-processing,看到类似depth of field等的效果全部是Atmospheric Scattering的效果!!总共改进三次,一次比一次效果真实,下面上三个版本的效果图ver0ver1no Rayle...
分类:
编程语言 时间:
2015-11-21 08:19:20
阅读次数:
183
http://www.ifp.illinois.edu/~chenyq/research/Utils/DxVideoAppWiz/DxVideoAppWiz.html一个非常棒的DirectX Video Processing AppWizard,备忘。
分类:
移动开发 时间:
2015-11-14 23:16:23
阅读次数:
339
Jackson:processing JSON1.Streaming API2.Tree Model3.Data BindingXML:processing XML1.StAX API2.JAXB3.XML DOM
分类:
Web程序 时间:
2015-11-13 11:40:12
阅读次数:
174
http://stackoverflow.com/questions/20458401/how-to-insert-multiple-rows-into-database-using-hibernate accepted There‘s a very nice chapter about batch processing in the Hibernate docs. Set the prop...
分类:
Web程序 时间:
2015-11-12 23:42:24
阅读次数:
335
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
Image=imread('4.jpg');
Image=double(Image)/255;
% % imshow(Image)
%%
% set the gain value 0-1
% set the...
分类:
其他好文 时间:
2015-11-11 16:37:23
阅读次数:
372
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
I=imread('4.jpg');
Image=double(I)/255;
[height, width, depth]=size(Image);
rays = 25;
radius = 25;
a...
分类:
其他好文 时间:
2015-11-11 16:37:14
阅读次数:
298
mysql官方的介绍In some cases, the server creates internal temporary tables while processing queries. Such a table can be held in memory and processed by th...
分类:
数据库 时间:
2015-11-10 23:48:56
阅读次数:
340