一.错误问题[root@RedHat-5pam.d]#tail/var/log/secure
Sep1211:39:48RedHat-5vsftpd:PAMaddingfaultymodule:/lib/security/pam_mysql.so
Sep1211:42:39RedHat-5vsftpd:PAMunabletodlopen(/lib/security/pam_mysql.so)
Sep1211:42:39RedHat-5vsftpd:PAM[error:/lib/security/pa..
分类:
数据库 时间:
2015-09-12 16:20:00
阅读次数:
203
重定向以及文件扫描
#define _CRT_SECURE_NO_WARNINGS//关闭安全检查
#include
#include
void main1()
{
char str[100] = { 0 };
scanf("%s", str);
printf("str=%s\n", str);
system(str);...
分类:
编程语言 时间:
2015-09-10 14:27:35
阅读次数:
284
HTTPS简介 HTTPS(全称:Hyper Text Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HTTP的安全版。即HTTP下加入SSL层,HTTPS的安全基础是SSL,因此加密的详细内容就需要SSL。 它是一个....
分类:
Web程序 时间:
2015-09-07 22:50:09
阅读次数:
234
https协议了解,以及相关协议的解析HTTPS简介 HTTPS(全称:Hyper Text Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HTTP的安全版。即HTTP下加入SSL层,HTTPS的安全基础是SSL,因此....
分类:
Web程序 时间:
2015-09-07 19:25:35
阅读次数:
193
以为编译wxsqlite是很难的事情,竟然这么顺利。1、下载wxsqlite代码,解压(wxcode.sourceforge.net/components/wxsqlite3/)2、下载Premake,解压到wxsqlite3-3.2.1\sqlite3\secure目录(http://indust...
分类:
数据库 时间:
2015-09-07 12:24:02
阅读次数:
500
今天升级Xcode 7.0 bata发现网络访问失败。输出错误信息The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.Go...
分类:
移动开发 时间:
2015-09-06 22:57:54
阅读次数:
188
在VS2013下如果使用strcpy有时候会报这个错误,解决方法是找到该项目的属性:在预处理定义中添加:_CRT_SECURE_NO_WARNINGS即可
分类:
其他好文 时间:
2015-09-06 12:40:53
阅读次数:
552
1,下载php5.4版本,参考网站安装:https://secure.php.net/manual/en/install.unix.apache2.php2,源码安装php时出现错误:configure error xml2-config not found. please check your l...
分类:
Web程序 时间:
2015-09-06 01:03:12
阅读次数:
155
前几天讲了《nginx下载防盗链》,今天继续说下图片防盗链. 他们两个使用的指令不同,前者使用secure link,并且需要程序配合,但是效果非常好;后者不需要程序配合,根据图片来源来实现,但是只能先限制基本的图片盗用,无法防止图片采集.nginxreferer指令简介nginx模块ngx_htt...
分类:
其他好文 时间:
2015-09-05 20:41:08
阅读次数:
132
http://searchenterprisewan.techtarget.com/tip/GRE-tunnel-vs-IPsec-tunnel-What-is-the-differenceEncapsulating a packet for secure transportation on the...
分类:
其他好文 时间:
2015-09-04 19:56:24
阅读次数:
207