码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
Easier Done Than Said?
Problem DescriptionPassword security is a tricky thing. Users prefer simple passwords that are easy to remember (like buddy), but such passwords are o...
分类:其他好文   时间:2014-11-10 13:34:20    阅读次数:189
【linux】文件隐藏属性
这些隐藏的属性确实对于系统有很大的帮助的~ 尤其是在系统安全 (Security) 上面,重要的紧呢!不过要先强调的是,底下的chattr指令只能在Ext2/Ext3的文件系统上面生效, 其他的文件系统可能就无法支持这个指令了。chattr (配置文件案隐藏属性)[root@www ~]# chat...
分类:系统相关   时间:2014-11-07 18:49:01    阅读次数:258
Spring Security怎样不让默认的ProviderManager清除密码等信息
...erase-credentials默认为true,会在public Authentication authenticate(Authentication authentication) throws AuthenticationException返回前调用((CredentialsContai...
分类:编程语言   时间:2014-11-05 19:19:17    阅读次数:193
ECSTORE2.0 下载 (变量标签)
条目用途备注coupon.mc.use_times优惠券可用次数-security.guest.enabled是否支持非会员购物-site.versionversion的最后修改时间-site.dateFormat商店日期格式-site.timeFormat商店日期时间格式-site.coupon_...
分类:其他好文   时间:2014-11-05 18:58:34    阅读次数:464
asp.net 操作word
参考一:点击这里参考二:点击这里using System;using System.Web.Security;using Microsoft.Office.Interop.Word;using System.IO;namespace WeixinService.Bll{ public clas...
分类:Web程序   时间:2014-11-05 18:54:16    阅读次数:240
Bad owner or permissions on .ssh/config
Bad owner or permissions on $HOME/.ssh/configThe ssh with RHEL 4 is a lot more anal about security checking. In my case, it was the fact that $HOME/.s...
分类:其他好文   时间:2014-11-05 16:43:54    阅读次数:170
asp.net的Form验证
配置文件的结点下添加如下代码: 登录的后台代码为(在这里用户名和密码都设置为admin,chkPWD:是否记住密码):首先导入命名空间:usingSystem.Web.Security;if(TextBox1.Text=="admin"&&TextBox2.Text=="admin") //将通过....
分类:Web程序   时间:2014-11-05 16:40:46    阅读次数:178
web.xml中<security-constraint>和四种认证类型
的子元素 是可选的,如果没有 元素,这表示将禁止所有 HTTP 方法访问相应的资源。  子元素 需要和 相配合使用,但可以被单独使用。如果没有 子元素,这表明任何身份的用户都可以访问相应的资源。也就是说,如果 中没有 子元素的话,配置实际上是不起中用的。如果加入了 子元素,但是其内容为空,这表示所有身份的用户都被禁止访问相应的资源。  web.xml:  Xml代...
分类:Web程序   时间:2014-11-05 13:09:00    阅读次数:294
Linux上iptables防火墙的基本应用教程
http://www.vpser.net/security/linux-iptables.htmliptables是Linux上常用的防火墙软件,下面vps侦探给大家说一下iptables的安装、清除iptables规则、iptables只开放指定端口、iptables屏蔽指定ip、ip段及解封、删...
分类:系统相关   时间:2014-11-05 12:13:29    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!