码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
简单说说Spring Security 使用(附加验证码登录,自定义认证)
先看官方文档:http://docs.spring.io/spring-security/site/docs/4.0.x/reference/htmlsingle/spring security4已经加入了注解的方式,但是为了比较清晰了解,还是使用了配置的方式。第一步:web.xml 加入拦截、 ....
分类:编程语言   时间:2014-10-15 19:41:01    阅读次数:275
wp调用百度服务api
通过百度开放平台申请api成功后,百度会提供一个application key简称ak和一个security key简称sk。看一下某个服务url的格式1. url前缀2. 服务类型3. 参数4. md5算法下面是sn签名的方法,得到sn的值。有个地方要注意的是签名前,先对每个参数值进行一次urle...
分类:Windows程序   时间:2014-10-15 19:19:11    阅读次数:188
不同的角色用户显示不同的页面
http://forums.asp.net/t/2012341.aspx?Diffrent+login+viewshttp://www.asp.net/web-forms/tutorials/security/roles/creating-and-managing-roles-cs
分类:其他好文   时间:2014-10-15 19:07:11    阅读次数:110
星座查询演示示例
星座查询演示示例代码:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Net.Security;usingSystem.Security.Cryptography.X5...
分类:其他好文   时间:2014-10-15 18:48:21    阅读次数:147
三方控件的登陆和注销--Facebook,Google,Microsoft,Twitter etc.
http://www.asp.net/web-pages/overview/security/enabling-login-from-external-sites-in-an-aspnet-web-pages-sitehttp://www.asp.net/web-api/overview/secur...
分类:其他好文   时间:2014-10-15 17:43:01    阅读次数:141
星座查询演示示例代码
星座查询演示示例代码:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Net.Security;usingSystem.Security.Cryptography.X5...
分类:其他好文   时间:2014-10-15 17:23:41    阅读次数:216
CreateEvent和SetEvent及WaitForSingleObject的用法
CreateEvent: 1、函数功能:    创建一个命名或匿名的事件对象   2、函数原型:   HANDLE CreateEvent(   LPSECURITY_ATTRIBUTES lpEventAttributes,                       // pointer to security attributes   BOOL bMa...
分类:其他好文   时间:2014-10-15 13:32:20    阅读次数:220
DES加密算法
1 package com.tem1.util; 2 3 import java.security.InvalidKeyException; 4 import java.security.NoSuchAlgorithmException; 5 import java.security.S...
分类:编程语言   时间:2014-10-14 22:42:29    阅读次数:203
spring security(原名Acegi Security)的使用简介
官网:http://docs.spring.io/spring-security/site/docs/4.0.x/reference/htmlsingle/定义:Spring Security是一个能够为基于Spring的企业应用系统提供声明式的安全访问控制解决方案的安全框架。它提供了一组可以在Sp...
分类:编程语言   时间:2014-10-14 20:53:39    阅读次数:165
火狐浏览器中表单内容在表单刷新时候不重置表单信息
在表单元素上设置autocomplete="off" ,只对此一个元素生效在表单上设置autocomplete="off" 对整个表单中的元素生效https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turn...
分类:其他好文   时间:2014-10-14 16:52:23    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!