码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
EBS预置文件作用收集整理
http://blog.csdn.net/rfb0204421/article/details/7589514在EBS之中,有很多的配置选项(profile),系统管理员只需要对它们做一些简单的配置,就可以达到控制流程开关、安全访问、个人喜好等等方面的要求。以HR: Security Profile...
分类:其他好文   时间:2014-10-24 18:46:02    阅读次数:255
ado.net c#基本的增加,修改,删除,查询
自己初次学习用的,各种不规范,注释没写class AdoDemo { static string strConn = @"Data Source=server1;Initial Catalog=NameCard;Integrated Security=False;User ID=...
分类:Windows程序   时间:2014-10-24 16:08:24    阅读次数:306
DES、MD5、RSA加密算法
本篇主要是实现标题中的三个加密算法,至于机制大家自行百度吧。一、DES实现类:DES.javapackage com.kale.des;import java.security.SecureRandom;import javax.crypto.Cipher;import javax.crypto.S...
分类:编程语言   时间:2014-10-24 09:07:13    阅读次数:302
C# Regex正则常用方法的使用
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
分类:Windows程序   时间:2014-10-23 22:20:03    阅读次数:237
Vulnerability checks
Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-side script into Web pages viewed by ot...
分类:其他好文   时间:2014-10-23 17:43:24    阅读次数:390
Understanding and Using HRMS Security in Oracle HRMS
Understanding and Using HRMS Security in Oracle HRMS Product:Oracle Human Resources Minimum Version:11.5.9 An Oracle White Paper Abstract Understanding and Using HRMS Security in Oracle HRMS...
分类:数据库   时间:2014-10-23 16:21:41    阅读次数:292
微信企业号接入JDK6和JDK7及JDK8加解密失败处理(Java)
微信企业号接入JDK6和JDK7及JDK8加解密失败处理(Java)使用文章 http://blog.csdn.net/omsvip/article/details/39926493 提供的接入代码,可以根据自己jdk版本编译,如jdk7或者jdk6 ,此时部署后提示报错:java.security.InvalidKeyException:illegal Key Size...
分类:微信   时间:2014-10-22 22:08:52    阅读次数:357
YZMHelper(验证码类)
using System;using System.Web;using System.Drawing;using System.Security.Cryptography;/// /// 验证码类/// public class Rand{ #region 生成随机数字 /// /// 生成随机数....
分类:其他好文   时间:2014-10-22 17:50:12    阅读次数:308
ADHelp
using System;using System.Collections.Generic;using System.Text;using System.DirectoryServices;using System.Security.Principal;using System.Runtime.In...
分类:其他好文   时间:2014-10-22 17:40:31    阅读次数:224
Encrypt(加密解密)
using System;using System.Security.Cryptography; using System.Text;using System.IO;public class Encrypt{ public Encrypt() { } #region MD5加密 /// /// M....
分类:其他好文   时间:2014-10-22 17:30:25    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!