原文:http://www.lovelucy.info/nginx-ssl-certificate-https-website.html一、什么是 SSL 证书,什么是 HTTPSSSL 证书是一种数字证书,它使用 Secure Socket Layer 协议在浏览器和 Web 服务器之间建立一条安...
分类:
Web程序 时间:
2014-08-08 12:28:35
阅读次数:
354
A system switches between non-secure and secure modes by making processes, applications, and data for the non-secure mode unavailable to the secure mo...
分类:
其他好文 时间:
2014-08-07 12:55:00
阅读次数:
318
这几天在介入之前没有接触过的系统,搭建环境的使用用到了 scp命令,于是查询下资料怎么使用。
scp是secure copy的缩写,主要用来linux系统之间的文件和目录的远程拷贝
可以很简单的从另一台服务器上远程拷贝文件和目录,一般是远程服务器没有开启ftp,文件共享或者web文件服务等情况下使用...
分类:
系统相关 时间:
2014-08-06 14:56:41
阅读次数:
299
1.设置Cookie ①.setcookie(name,value,expire,path,domain,secure)参数描述name必需。规定 cookie 的名称。value必需。规定 cookie 的值。expire可选。规定 cookie 的有效期。path可选。规定 cookie 的服....
分类:
Web程序 时间:
2014-08-06 01:37:30
阅读次数:
289
一、什么是 SSL 证书,什么是 HTTPS SSL 证书是一种数字证书,它使用 Secure Socket Layer 协议在浏览器和 Web 服务器之间建立一条安全通道,从而实现: 1、数据信息在客户端和服务器之间的加密传输,保证双方传递...
分类:
其他好文 时间:
2014-08-05 16:04:30
阅读次数:
287
Embodiments of the present invention address deficiencies of the art in respect to secure communications for multiple hosts in an address translation ...
分类:
Web程序 时间:
2014-08-05 02:54:48
阅读次数:
381
the host may be down,or there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfigured firewall.遇到这样...
分类:
其他好文 时间:
2014-08-05 00:19:28
阅读次数:
454
??
1.编写头文件
#define
_CRT_SECURE_NO_WARNINGS
//#pragmawarning(disable:4996)
#include
#include
#include
struct
CString
{
char *p;
//保存字符串首地址
i...
分类:
编程语言 时间:
2014-08-03 23:27:26
阅读次数:
557
A method, a system, an apparatus, and a computer program product are presented for an authentication process. A host application or system within a di...
分类:
移动开发 时间:
2014-08-03 20:20:35
阅读次数:
453
<?php//setcookie(name,value,expire,path,domain,secure):函数向客户端发送一个HTTPcookie。//domain:可选,规定cookie的域名//secure:可选规定是否通过安全的https链接来传输cookie//setrawcookie(name,value,expire,path,secure):函数不对cookie进行URL编码,发送一个H..
分类:
Web程序 时间:
2014-08-01 07:01:21
阅读次数:
252