码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
车辆违章查询接口
车辆违章查询演示示例using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptograp...
分类:其他好文   时间:2014-09-24 15:39:06    阅读次数:285
Security arrangements for extended USB protocol stack of a USB host system
Securityarrangements for a universal serial bus (USB) protocol stack of aUSB host system are provided. Thesecurityarrangements prevent an unauthorized...
分类:其他好文   时间:2014-09-24 13:07:06    阅读次数:309
welogic启动慢得解决方案(redhat)
找到weblogic使用的jdk路径 $JAVA_HOME/jre/lib/security/java.security 将? securerandom.source=file:/dev/urandom 修改为: securerandom.source=file:/dev/./urandom...
分类:其他好文   时间:2014-09-24 13:03:17    阅读次数:216
android 如何通过软件方法disable JTAG
方法如下: (1) 将Efuse如下Enable_SW_JTAG_CON bit烧起来        [ Security control ]        ; if Enable_SW_JTAG_CON = 1, enable sw control to jtag        Enable_SW_JTAG_CON = 1 (2) 将alps\mediatek\custom\$...
分类:移动开发   时间:2014-09-24 11:06:56    阅读次数:199
Dynamices CRM Permission Issue (Security role UI to privilege mapping)'s solution
select * from privilege where privilegeid = 'a4736385-9763-4a64-a44b-cd5933edc631'Security role UI to privilege mapping Dynamics CRM 2013 Applies To:....
分类:移动开发   时间:2014-09-23 22:52:25    阅读次数:1556
linux中Samba匿名访问简单配置(以RHEL为例)
第一步:在根下执行:mkdir/public修改下权限:chmod777/public第二步:备份smb.conf:mv/etc/samba/smb.conf/etc/samba/smb.conf.bak编辑配置文件:vim/etc/samba/smb.conf[global]security=share[public]comment=publicpath=/publicpublic=yesreadonly=no第三步:重启smb服务..
分类:系统相关   时间:2014-09-23 18:28:25    阅读次数:256
最火的.NET开源项目(beta)【转】
2014-09-2314:09:55文章出处:http://my.oschina.net/Yamazaki/blog/225936综合类微软企业库微软官方出品,是为了协助开发商解决企业级应用开发过程中所面临的一系列共性的问题, 如安全(Security)、日志(Logging)、数据访问(Data ...
分类:Web程序   时间:2014-09-23 17:09:14    阅读次数:302
航班查询接口演示
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:其他好文   时间:2014-09-23 16:07:34    阅读次数:250
Chapter 2 User Authentication, Authorization, and Security(11):在已还原的数据库中修正登录映射错误
如果你把非包含数据库从一个服务器移到另外一个服务器,不管是备份还原还是分离附加,都有可能导致SQL用户变成孤立用户,意味着他们没有对应的登录关联。因为登录名和用户之间的映射是基于SID的,即使新服务器上有相同的登录名,但是由于SID不同,也会使得用户无法被识别,从而形成孤立用户。 如果在同一个域中迁移,那么映射问题仅会影响SQL登录,因为域账号(Windows身份验证)的SID在活动目录中是相同的。...
分类:数据库   时间:2014-09-23 15:21:04    阅读次数:201
samba and rsyncd 配置文件
[global] workgroup=MYGROUP serverstring=SambaServerVersion%v interfaces=loeth0192.168.1.19/24 hostsallow=192.168. logfile=/var/log/samba/log.%m maxlogsize=50 security=user passdbbackend=tdbsam loadprinters=yes cupsoptions=raw [homes] comment=HomeDirectorie..
分类:其他好文   时间:2014-09-23 03:04:54    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!