> 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
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
一、修改操作系统核心参数在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 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
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)整合项目demo...
分类:
编程语言 时间:
2014-08-13 13:03:49
阅读次数:
468
分析问题 System.Security.SecureString被设计用来保存一些机密的字符串,完成传统字符串所不能做到的工作。传统字符串以明码的形式分配在内存上,一个简单的内存读写软件可以轻易地捕获这些字符串,这在有些机密系统中是不被允许的。读者可能觉得对字符串加密会解决类似的问题,但事实上对....
分类:
其他好文 时间:
2014-08-13 12:26:36
阅读次数:
154
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
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, 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