码迷,mamicode.com
首页 >  
搜索关键字:secure    ( 2824个结果
【转】ATA Secure Erase
ATA Secure EraseThis procedure describes how to use thehdparmcommand to issue aSecure EraseATA instruction to a target storage device. When a Secure E...
分类:其他好文   时间:2015-12-19 15:00:03    阅读次数:210
在HTTPS环境下使用NSURLSession,证书验证无法通过
调试信息:测试环境是SSL3.0/TLS1.0,证书是通过Verisign颁发的错误信息是:9846, An ssl error has occurred and a secure connection to the server cannot be made实现了“NSURLSession:did...
分类:Web程序   时间:2015-12-16 21:02:14    阅读次数:6153
SharePoint Secure Store Service(SSSS)的使用(一)
SSS在案例中的应用:SSS介绍SSS部署SSS应用http://www.cnblogs.com/renzh/archive/2013/03/31/2990280.html创建、部署、应用SSS:配置SSS(安全存储):注册域账户、开启服务、新建Secure Store Service服务使用加密秘...
分类:其他好文   时间:2015-12-15 18:18:11    阅读次数:139
iOS9适配中的各种问题
1、http在ios9上不能在使用、需要进行配置、the resource could not be loaded because the app transport security policy requires the use of a secure connection资源不能被加载,因为该...
分类:移动开发   时间:2015-12-14 18:40:46    阅读次数:269
ubuntu服务器与本地文件传输
ubuntu SSH 连接、远程上传下载文件博客分类:Ubuntu安装 SSH(Secure Shell) 服务以提供远程管理服务sudo apt-get install sshSSH 远程登入 Ubuntu 机ssh username@192.168.0.1将 文件/文件夹 从远程 Ubuntu ...
分类:系统相关   时间:2015-12-14 16:17:29    阅读次数:292
setcookie函数的注意事项
函数说明 bool setcookie ( string $name [, string $value = "" [, int $expire = 0 [, string $path = "" [, string $domain = "" [, bool $secure = false [, ...
分类:其他好文   时间:2015-12-13 23:24:47    阅读次数:153
ios 学习笔记之控件属性
1.文本框设置密码属性:Secure Text Entry 勾选;设置文本框带清除属性: Clear Button =Is always visible; 默认是不带清除属性:Never appears设置文本框默认带出文字属性:Placeholder=用户自定义输入;设置文本框键盘用户输入完成隐藏...
分类:移动开发   时间:2015-12-10 19:22:10    阅读次数:164
SELinux安全系统基础
一、SELinux简介SELinux(Secure Enhanced Linux)安全增强的Linux是由美国国家安全局NSA针对计算机基础结构安全开发的一个全新的Linux安全策略机制。SELinux可以允许系统管理员更加灵活的来定义安全策略。SELinux是一个内核级别的安全机制,从Linux2...
分类:系统相关   时间:2015-12-10 13:11:57    阅读次数:232
SSH
SSH (安全外壳协议)为 Secure Shell的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。SSH 是目前较可靠,专为远程登录会话和其他网络服务提供安全性的协议。利用 SSH 协议可以有效防止远程管理过...
分类:其他好文   时间:2015-12-09 13:44:37    阅读次数:128
cookie那些事
本文面向对cookie有基本了解的读者,小白出门左转设置cookie (HTTP 响应头)Set-Cookie: {name}={value};path={path};domain={domain};expires={expires},secure;HttpOnly;(多个cookie就发送多个Se...
分类:其他好文   时间:2015-12-08 18:30:09    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!