码迷,mamicode.com
首页 >  
搜索关键字:security update    ( 22747个结果
[转载]信息摘录-2014.5.16
2014年快过半了,在这几个月里,微软诸多产品技术的更新陆陆续续的发布,包括 Windows 8.1 更新包,Windows Phone 8.1 developer preview,SQL Server 2014,Visual Studio 2013 update 2,Office for iPad...
分类:其他好文   时间:2014-08-01 15:31:31    阅读次数:266
CAS客户端配置
1. 导出证书 以上操作会在当前目录产生文件:ssodemo.crt(需要用到的文件请看CAS服务端配置那篇文章)2. 客户端导入证书 以上操作会在jdk安装目录jre\lib\security下产生文件:cacerts 注意:多台电脑要重复以上操作,每个jdk都要导入这个文件 另一种导...
分类:其他好文   时间:2014-08-01 15:23:42    阅读次数:217
蜗牛—ORACLE基础之事务学习(五)
---------------事务---当执行到commit时 事务才算是完成,不然 会执行rollback操作。 declare v_money acount.money%type:=1223; ex exception; begin update acount set money=money-v_money where id=1; raise ex; update acount ...
分类:数据库   时间:2014-08-01 13:39:21    阅读次数:222
Oracle菜鸟之grant授权
1、给数据库用户授权(对象为用户表) GRANT privilege[, ...] ON object[, ...] TO { PUBLIC | GROUP group| username} privilege: select:查询 insert:插入 update:更新 delete:删除 rule: all:所有 grant select,insert,update on ta...
分类:数据库   时间:2014-08-01 13:36:51    阅读次数:340
LeetCode "Jump Game II"
Greedy, Greedy, Greedy.. It is all about maximum interval update.One trick is, we start looping over each element from the one nearest to end to farth...
分类:其他好文   时间:2014-08-01 13:32:21    阅读次数:283
Mingyang.net:如何获取所有的请求参数?
第一种方法:用@RequestParam。@RequestMapping(params="m=update", method=RequestMethod.POST)public String updateAction(Model model, @RequestParam Map all...
分类:Web程序   时间:2014-08-01 13:11:41    阅读次数:207
Chapter 1 Securing Your Server and Network(9):使用Kerberos用于身份验证
在活动目录(Active Directory)中,有两种身份验证机制:NTLM和Kerberos。其中NTLM(NT LAN Manager)是基于旧版加密方式的授权协议,微软不建议再使用。...
分类:Web程序   时间:2014-08-01 10:50:41    阅读次数:250
ubifs文件系统简介
一、Flash文件系统设计思路为flash 设计的文件系统要求异地更新(out-of-place update)。这是因为flash 在写之前必须要先擦除,且再次擦除之前只能写一次。如果擦除块(eraseblocks)很小且可以快速擦除,那么可以将它们看作磁盘扇区(disk sector),但是实际...
分类:其他好文   时间:2014-08-01 10:32:41    阅读次数:344
预装win8系统用U盘改装win7
联想ThinkPadT440预装win8用U盘引导改装win70.开机按enter键,然后选择F1进入BIOS1.修改security中secureboot选项中secureboot为Disabled2.修改starup中UEFI/Legacyboot为Both3.修改restart选项中OSOptimizedDefaults为Disabled4.F10选择yes,回车5.电脑重启按enter键,并选择F..
分类:Windows程序   时间:2014-07-31 21:21:18    阅读次数:357
SharePoint CMAL方式处理的 增,删,查,改
SPContext.Current.Web.Lists["UserInfo"]:获取网站的List,名称是:UserInfo userlist.AddItem():添加数据到List里 user.Update():将数据保存到List里,更新的List里的数据 GetItemById:获取当前行的....
分类:其他好文   时间:2014-07-31 20:30:07    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!