码迷,mamicode.com
首页 >  
搜索关键字:processing mousex    ( 1402个结果
OpenSSL基础知识
1、openssl里的fips是什么意思? openssl-fips是符合FIPS标准的Openssl。 联邦信息处理标准(Federal Information Processing Standards,FIPS)是一套描述文件处理、加密算法和其他信息技术标准(在非军用政府机构和与这些机构合作的政...
分类:其他好文   时间:2015-11-29 21:09:38    阅读次数:246
Guava学习笔记:Google Guava 类库简介
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, ...
分类:其他好文   时间:2015-11-27 17:18:58    阅读次数:125
同样版本的jstl,都是jstl1.2版本,有个有问题,另一个没有问题
问题是这样的,最近部署一个项目,发现每次访问首页的时候老是报如下的错误:org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoCl...
分类:Web程序   时间:2015-11-21 21:10:53    阅读次数:871
Atmospheric Scattering in Unity5
本次实践效果仅有Atmospheric Scattering和AA,并无其他post-processing,看到类似depth of field等的效果全部是Atmospheric Scattering的效果!!总共改进三次,一次比一次效果真实,下面上三个版本的效果图ver0ver1no Rayle...
分类:编程语言   时间:2015-11-21 08:19:20    阅读次数:183
DirectX Video Processing AppWizard--CDxVideoGraphBase
http://www.ifp.illinois.edu/~chenyq/research/Utils/DxVideoAppWiz/DxVideoAppWiz.html一个非常棒的DirectX Video Processing AppWizard,备忘。
分类:移动开发   时间:2015-11-14 23:16:23    阅读次数:339
XML JSON 解析类库
Jackson:processing JSON1.Streaming API2.Tree Model3.Data BindingXML:processing XML1.StAX API2.JAXB3.XML DOM
分类:Web程序   时间:2015-11-13 11:40:12    阅读次数:174
hibernate批量插入collection,同一类实体,不通实例
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
PS 图像调整— — gain and bias
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
PS 滤镜— — sparkle 效果
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】关于临时表
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
1402条   上一页 1 ... 80 81 82 83 84 ... 141 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!