码迷,mamicode.com
首页 >  
搜索关键字:secure    ( 2824个结果
ftp服务结合pam_mysql 使用错误
一.错误问题[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
【C/C++学院】0801-重定向以及文件扫描/二进制加密解密/简单加密/按照密码加密/动态库与静态库
重定向以及文件扫描 #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简介 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简介 HTTPS(全称:Hyper Text Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HTTP的安全版。即HTTP下加入SSL层,HTTPS的安全基础是SSL,因此....
分类:Web程序   时间:2015-09-07 19:25:35    阅读次数:193
编译带加密功能的wxsqlite
以为编译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
iOS9 HTTP 不能正常使用的解决办法
今天升级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
错误: error C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. 的处理方法
在VS2013下如果使用strcpy有时候会报这个错误,解决方法是找到该项目的属性:在预处理定义中添加:_CRT_SECURE_NO_WARNINGS即可
分类:其他好文   时间:2015-09-06 12:40:53    阅读次数:552
php配置问题及解决方案
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实现图片防盗链(referer指令)
前几天讲了《nginx下载防盗链》,今天继续说下图片防盗链. 他们两个使用的指令不同,前者使用secure link,并且需要程序配合,但是效果非常好;后者不需要程序配合,根据图片来源来实现,但是只能先限制基本的图片盗用,无法防止图片采集.nginxreferer指令简介nginx模块ngx_htt...
分类:其他好文   时间:2015-09-05 20:41:08    阅读次数:132
gre tunnel
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!