码迷,mamicode.com
首页 >  
搜索关键字:httpd-2.4 安全访问 https 虚拟主机    ( 135518个结果
[转] AppArmor
AppArmor https://help.ubuntu.com/14.04/serverguide/apparmor.html AppArmor 是一个实施了基于名称强制存取控制的Linux安全模组。AppArmor 界定了单个程序进入一组文件列表的权限并遵循posix 1003.1e 草稿的能力...
分类:移动开发   时间:2014-07-03 11:03:07    阅读次数:303
python + pycurl + 高效批量get请求
pycurl包是用C编写的libcurl python接口,速度高于urllib。Libcurl 是一个支持FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 和 LDAP的客户端URL传输库.libcurl也支持HTTPS认证,HTTP POST,...
分类:编程语言   时间:2014-07-03 09:21:22    阅读次数:453
常用正则
1. 网址String regEx = "^(http|https|ftp)\\://([a-zA-Z0-9\\.\\-]+(\\:[a-zA-" + "Z0-9\\.&%\\$\\-]+)*@)?((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{" ...
分类:其他好文   时间:2014-07-03 06:59:58    阅读次数:195
基于jquery的邮箱输入联想插件开发
js代码:/*create by code_bunny 20140701 973295131@qq.com https://github.com/OOP-Code-Bunny*/(function ($) { $.fn.autoComplate = function (opts) { ...
分类:Web程序   时间:2014-07-03 06:15:27    阅读次数:1529
python通信串口pyserial安装及常用语句
一、安装1.下载软件包pyserial-2.7.tar.gz 网址:https://pypi.python.org/pypi/pyserial2.8uftp上传至/usr/local/src/目录下3.cd/usr/local/src/4.解压tar -zxvf pyserial-2.7.tar.....
分类:编程语言   时间:2014-07-03 06:05:52    阅读次数:1432
apache2.2 虚拟主机配置
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:其他好文   时间:2014-07-02 22:24:59    阅读次数:221
android-menudrawer 和SlidingMenu 用法
项目地址:https://github.com/gokhanakkurt/android-menudrawerhttps://github.com/jfeinstein10/SlidingMenuandroid-menudrawer用法: protected MenuDrawer mDra...
分类:移动开发   时间:2014-07-02 19:07:37    阅读次数:232
tomcat建立虚拟主机
WEB浏览器与WEBserver建立连接后,除了将请求URL中的资源路径发送给WEBserver外,还会将URL中的主机名部分作为HTTP请求消息的Host头发送给WEBserver。比如,在浏览器地址栏中输入http://www.it315.org,浏览器发送给www.it315.org主机上的W...
分类:其他好文   时间:2014-07-02 17:42:06    阅读次数:266
x265
1、编译库https://bitbucket.org/multicoreware/x265/src/tip/build/README.txt?at=default2、x265 Documentation :http://x265.readthedocs.org/en/default/
分类:其他好文   时间:2014-07-02 17:28:28    阅读次数:158
数学之路-python计算实战(5)-初识numpy以及pypy下运行numpy
git clone https://bitbucket.org/pypy/numpy.gitcd numpypypy setup.py install...
分类:编程语言   时间:2014-07-02 10:43:25    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!