码迷,mamicode.com
首页 >  
搜索关键字:haproxy ssl https    ( 138522个结果
[转] 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
android-menudrawer 和SlidingMenu 用法
项目地址:https://github.com/gokhanakkurt/android-menudrawerhttps://github.com/jfeinstein10/SlidingMenuandroid-menudrawer用法: protected MenuDrawer mDra...
分类:移动开发   时间:2014-07-02 19:07:37    阅读次数:232
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
ubuntu 下NetworkX的安装和使用
http://networkx.github.io/documentation/networkx-1.9/install.html1. 安装setuptoolswget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python2. 安装netw...
分类:Web程序   时间:2014-07-02 17:10:16    阅读次数:337
数学之路-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
迷上了代码!