码迷,mamicode.com
首页 >  
搜索关键字:apply security setting    ( 14715个结果
windows登录安全账户文件SAM
windows的登录账号密码存放在系统文件Windows\System32\config\SAM文件中。SAM文件即security account manager的缩写,也就是安全账户管理文件。当我们登录系统时,系统会自动地和SAM文件比对。当你输入的用户名和密码与SAM文件中的加密数据符合时,你...
分类:Windows程序   时间:2014-05-16 19:44:25    阅读次数:401
asp.net 的加密Encode和解密Decode.
asp.net 的加密和解密(c#):1. 导入所需包:using System.IO;using System.Text;using System.Security.Cryptography;2.加密1)MD5普通加密//获取要加密的字段,并转化为Byte[]数组byte[] data = Sys...
分类:Web程序   时间:2014-05-16 18:53:50    阅读次数:375
Selenium的显示等待
Function waitFn = new Function() {@Overridepublic Boolean apply(WebDriver driver) { Point newPos = page.getWDGAttrDetail().getLocation(); return newPo...
分类:其他好文   时间:2014-05-16 07:42:46    阅读次数:259
android sdk api结构解析
一、系统级:android.accounts android.app 1、OS 相关 android.os android.os.storage android.hardware(传感器) android.security android.drm(这个应该是为所有app服务的) 2、V...
分类:移动开发   时间:2014-05-15 16:14:52    阅读次数:282
linux CentOs 权限导致的Apache - "DocumentRoot must be a directory"的解决方案
在配置apache服务时经常遇到DocumentRoot must be a directory的错误提示,刚接触到apache时折腾了几个小时才找到错误的原因,出现这样的错误一般都是由于selinux的原因。SELinux(Security-Enhanced Linux) 是美国国家安全局(NSA...
分类:系统相关   时间:2014-05-15 10:07:38    阅读次数:561
JAVA年度安全 第六周 防止CSRF
本系列的译文暂停很久了,今后每周一篇直至完成 原文地址: http://www.jtmelton.com/2012/02/07/year-of-security-for-java-week-6-csrf-prevention-in-java/ Whatis it and why should I care? 跨站点请求伪造(CSRF)是指受害者当被一个网站授权后,在其未知觉的情况下...
分类:编程语言   时间:2014-05-15 05:39:02    阅读次数:322
Hadoop 2.0 Queue
Hadoop 2.0 Queue setting 解析...
分类:其他好文   时间:2014-05-15 05:03:25    阅读次数:544
怎么解决导入项目后乱码问题
window->preference->General->workspace->Text file encoding->utf-8->Apply->ok project->clean...
分类:其他好文   时间:2014-05-15 03:48:15    阅读次数:320
OpenSSL重大漏洞-Heartbleed之漏洞利用脚本POC讲解
OpenSSL Security Advisory [07 Apr 2014]========================================TLS heartbeat read overrun (CVE-2014-0160)=============================...
分类:其他好文   时间:2014-05-14 18:07:34    阅读次数:1036
Json数据转换
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:Web程序   时间:2014-05-14 13:33:33    阅读次数:510
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!