码迷,mamicode.com
首页 >  
搜索关键字:apply security setting    ( 14715个结果
R语言基础(二) 可视化基础
> which.max(apply(x[c("x1","x2","x3")], 1, sum))49> x$num[which.max(apply(x[c("x1","x2","x3")], 1, sum))][1] 2005138149> hist(x$x1)> plot(x$x1,x$x2)> ...
分类:其他好文   时间:2014-08-14 01:15:17    阅读次数:197
列出本机JCE提供者,支持消息摘要算法,支持公钥私钥算法
import java.security.Provider;import java.security.Security;public class TestBouncyCastle { public static void main(String[] args) { Provide...
分类:其他好文   时间:2014-08-13 21:45:27    阅读次数:213
Linux_x64安装Oracle11g(完整版)
一、修改操作系统核心参数在Root用户下执行以下步骤:1)修改用户的SHELL的限制,修改/etc/security/limits.conf文件输入命令:vi /etc/security/limits.conf,按i键进入编辑模式,将下列内容加入该文件。oracle soft nproc 2047o...
分类:数据库   时间:2014-08-13 21:42:38    阅读次数:412
Axapta 3 COM Connector
Axapta 3 COM ConnectorCopy from blogHaving fun setting up the COM+ connector for Enterprise Portal forAxapta 3 SP3Eventually did the following to get ...
分类:其他好文   时间:2014-08-13 17:45:46    阅读次数:211
用JAVA实现的DES加密解密算法
package Encrypt; import java.security.*; import javax.crypto.*; import sun.misc.*; /** * 使用DES加密与解密,可对byte[],String类型进行加密与解密 * 密文可使用String,byte[]存储. * 方法: * v...
分类:编程语言   时间:2014-08-13 13:08:56    阅读次数:237
springMVC3+apache CXF+spring security3+mybatis3(proxool)整合项目
springMVC3+apache CXF+spring security3+mybatis3(proxool)整合项目demo...
分类:编程语言   时间:2014-08-13 13:03:49    阅读次数:468
SecureString的实例如何被分配和释放
分析问题 System.Security.SecureString被设计用来保存一些机密的字符串,完成传统字符串所不能做到的工作。传统字符串以明码的形式分配在内存上,一个简单的内存读写软件可以轻易地捕获这些字符串,这在有些机密系统中是不被允许的。读者可能觉得对字符串加密会解决类似的问题,但事实上对....
分类:其他好文   时间:2014-08-13 12:26:36    阅读次数:154
Network Attack
Network AttackNicola regularly inspects the local networks for security issues. He uses a smart and aggressive program which takes control of computer...
分类:Web程序   时间:2014-08-13 10:18:05    阅读次数:247
QTP连接sqlserver
Dim conn,strSql '定义变量set conn = CreateObject("ADODB.Connection") '创建连接conn.ConnectionString="Provider=SQLOLEDB.1;Password=rcdb@2009;Persist Security.....
分类:数据库   时间:2014-08-12 21:29:34    阅读次数:354
SSH basics
SSH, SecureSHell, was designed and created to provide the best security when accessing another computer remotely.Not only does it encrypt the remote s...
分类:其他好文   时间:2014-08-12 18:39:54    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!