码迷,mamicode.com
首页 >  
搜索关键字:nginx https    ( 155376个结果
python及其模块下载集合
1)python平台https://www.python.org/downloads/2)打包工具cx-freeze(python3以上版本打包工具)http://cx-freeze.sourceforge.net/py2exehttp://sourceforge.net/projects/py2e...
分类:编程语言   时间:2014-04-28 08:47:06    阅读次数:620
nginx: [emerg] the size 10485760 of shared memory zone "cache_one" conflicts with already declared size 0
注意配置段中的区域包含关系.proxy_cache_patch 要在proxy_cache前已经定义.>>>> what seems to be the problem?>>>>>>>> [emerg]: the size 52428800 of shared memory zone "media"...
分类:其他好文   时间:2014-04-28 04:33:03    阅读次数:1157
《Apache数据传输加密、证书的制作》——涉及HTTPS协议
首先了解http和https: HTTPS(Secure Hypertext Transfer Protocol)安全超文本传输协议。 HTTPS和HTTP的区别: http是超文本传输协议,信息是明文传输,https 则是具有安全性的ssl加密传输协议 http和https使用的是...
分类:其他好文   时间:2014-04-28 02:48:33    阅读次数:496
iOS数据持久化存储
本文中的代码托管在github上:https://github.com/WindyShade/DataSaveMethods相对复杂的App仅靠内存的数据肯定无法满足,数据写磁盘作持久化存储是几乎每个客户端软件都需要做的。简单如“是否第一次打开”的BOOL值,大到游戏的进度和状态等数据,都需要进行本...
分类:移动开发   时间:2014-04-27 22:44:13    阅读次数:819
Ubuntu Linux下通过代理(proxy)使用git上github.com
github.com,作为程序员的代码仓库,我们经常会用到。但有时候我们不能直接通过网络链接它,只能通过代理。 这里我有一台代理服务器,起初我以为在终端设置了代理环境就行了,其设置为在你的~/.bashrc里增加以下几行: export http_proxy="http://proxy-server:3128/" export https_proxy="http://proxy-server:...
分类:系统相关   时间:2014-04-27 19:50:27    阅读次数:1181
155376条   上一页 1 ... 15536 15537 15538
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!