码迷,mamicode.com
首页 >  
搜索关键字:security onion    ( 6056个结果
[android警告] AndroidManifest.xml警告 Should explicitly set android:allowBackup to true or false
Android中AndroidManifest.xml警告Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implica...
分类:移动开发   时间:2014-07-09 23:52:04    阅读次数:431
强制PowerShell脚本以管理员权限运行
param($a,$b )#region 关键代码:强迫以管理员权限运行$currentWi =[Security.Principal.WindowsIdentity]::GetCurrent()$currentWp =[Security.Principal.WindowsPrincipal]$cu...
分类:其他好文   时间:2014-06-28 10:32:29    阅读次数:797
HBase的伪分布模式安装
HBase是依赖Hadoop的数据存储系统,可以实现大数据(过亿条记录)的存储,进行并行化处理。在特定的场景下HBase有自己的用武之地。下面讲述如何进行伪分布模式安装1.设置环境变量我使用的HBase版本是hbase-0.94.7-security.tar.gz,安装在机器hadoop0的/usr...
分类:其他好文   时间:2014-06-28 09:46:59    阅读次数:266
java.security.InvalidKeyException: Illegal key size or default parameters
EjbcaException_Exception: exception encrypting data - java.security.InvalidKeyException: Illegal key size java.security.InvalidKeyException: Illegal key size or default parameters 秘钥长度太长的问题...
分类:编程语言   时间:2014-06-28 07:00:49    阅读次数:374
Xmanager远程管理Centos桌面
Xmanager远程管理Centos桌面1.安装gdmyum-yinstallgdm2.修改系统启动界面vim/etc/inittabid:5:initdefault:#(把3或者其他数字改为5)3.配置gdm文件vim/etc/gdm/custom.conf字段下分别添加如下内容(默认[security]和[xdmcp]没有任何内容,需要手动添加):[security]AllowRemote..
分类:其他好文   时间:2014-06-27 06:20:57    阅读次数:312
Android 数据加密算法 Des,Base64详解
一,DES加密:首先网上搜索了一个DES加密算法工具类:import java.security.*;import javax.crypto.*;public class DesHelper { private static String strDefaultKey = "national"; .....
分类:移动开发   时间:2014-06-26 20:17:26    阅读次数:295
.Net执行cmd命令
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
分类:Web程序   时间:2014-06-25 21:16:23    阅读次数:263
asp.net生成HTML静态页
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:Web程序   时间:2014-06-25 19:35:14    阅读次数:262
Win7无法访问Windows共享文件夹
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
分类:Windows程序   时间:2014-06-24 15:07:53    阅读次数:292
HTTPS Web配置举例
http://www.h3c.com.cn/Products___Technology/Technology/Security_Encrypt/Other_technology/Representative_collocate_enchiridion/201010/697325_30003_0.ht...
分类:Web程序   时间:2014-06-24 11:32:01    阅读次数:318
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!