最近在做3DES加密,在本地window下面运行ok的程序,放到linux环境上竟然报错:
java.security.NoSuchAlgorithmException: Cannot find any provider supporting DESede/CBC/PKCS5Padding
at javax.crypto.Cipher.getInstance(Ciphe...
分类:
编程语言 时间:
2014-07-22 23:05:35
阅读次数:
1021
static int GetRandomSeed( ){byte[] bytes = new
byte[4];System.Security.Cryptography.RNGCryptoServiceProvider rng = new
System.Security.Cryptography.RN...
分类:
其他好文 时间:
2014-05-12 16:10:44
阅读次数:
269
以下为加密的工具类:import
java.io.UnsupportedEncodingException;import
java.security.InvalidKeyException;import java.security.MessageDigest;import
java.security...
分类:
编程语言 时间:
2014-05-12 15:53:13
阅读次数:
467
控制namenode检查点发生的频率。环境:OS:Centos 6.5 x64 &
Soft:Hadoop 1.2.11、修改core-site.xml,设置参数。 fs.checkpoint.period
1802、重启集群,查看namenode下文件更新频率,每隔180秒更新一次。[huser@...
分类:
其他好文 时间:
2014-05-06 00:26:48
阅读次数:
429
jxl是一个韩国人写的java操作excel的工具,在开源世界中,有两套比较有影响的API可
供使用,一个是POI,一个是jExcelAPI。其中功能相对POI比较弱一点。但jExcelAPI对中文支持非常好,API是纯Java的,并不
依赖Windows系统,即使运行在Linux下,它同样能够正确...
分类:
其他好文 时间:
2014-05-06 00:14:20
阅读次数:
439
using System;using System.Data;using
System.Configuration;using System.Collections;using System.Web;using
System.Web.Security;using System.Web.UI;usin...
分类:
其他好文 时间:
2014-05-01 13:28:29
阅读次数:
274
using System;using System.Collections;using
System.Configuration;using System.Data;using System.Linq;using System.Web;using
System.Web.Security;using ...
分类:
其他好文 时间:
2014-05-01 13:25:21
阅读次数:
380
无意中遇到需要以管理员方式运行的程序,最终找到如下的解决方法:在程序中加入MANIFEST资源文件首先打开Vs工程,看在Properties下是否有app.manifest这个文件;如没有,右击工程在菜单中选择“Properties”,出现界面如下图:选中"Security",在界面中勾选"Enab...
分类:
其他好文 时间:
2014-05-01 12:35:22
阅读次数:
342
detect 发现 察觉workstation 工作站/计算机proceed vi 进行
继续abort n 中止计划 vi/vt 流产 发育不全 使…流产security 安全guideline 指导enhancement 增强interface
接口definition 清晰度multmedia...
分类:
其他好文 时间:
2014-05-01 10:47:53
阅读次数:
338
将内容管理简单进行到底,鼠标一点,轻松建设属于你自己的网站。
该开源CMS使用技术,SpringMVC,Spring Security. Hibernate jQuery及其扩展插件 ,Tiles2和FreeMark。伪静态,.html请求,基于.html页面与数据库缓存Ehcache,顶住高访问量,页面缓存可设置启用关闭。...
分类:
编程语言 时间:
2014-04-27 21:13:06
阅读次数:
413