一、安装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
吞吐率ab -n1000 -c 100 http://new.dangdang.com/测试结果重点关注:1个Requests per second,2个Time per request影响吞吐率的因素:并发策略、I/O模型、I/O性能、CPU核数、程序本身逻辑复杂度1、CPU并发计算系统负载:ca...
分类:
Web程序 时间:
2014-07-02 22:56:26
阅读次数:
208
项目地址:https://github.com/gokhanakkurt/android-menudrawerhttps://github.com/jfeinstein10/SlidingMenuandroid-menudrawer用法: protected MenuDrawer mDra...
分类:
移动开发 时间:
2014-07-02 19:07:37
阅读次数:
232
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
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
当我们监控一些东西需要使用zabbix模版的时候,而模版没有怎么办?最简单的方法就是导入模版了模版可以去https://www.zabbix.org/wiki/Zabbix_Templates/Official_Templates这里下载而在导入的时候会报一些错误,下面给出导入vmwaretemplate报错的解决办法:首先检查zabbix中是..
分类:
其他好文 时间:
2014-07-02 15:58:35
阅读次数:
368
repo init -u https://android.googlesource.com/platform/manifest -b l-preview
repo sync -j16
如果有以前同步的aosp源码, 则只需要在源码目录下, repo init -b l-preview 然后repo sync -j16 即可
另外Android源码的git地址是:
git...
分类:
移动开发 时间:
2014-07-02 15:28:38
阅读次数:
195
(www.|[a-zA-Z].)[a-zA-Z0-9\-\.]+\.(com|edu|gov|mil|net|org|biz|info|name|museum|us|ca|uk)www.xx00.com^(((ht|f)tp(s?))\://)?(www.|[a-zA-Z].)[a-zA-Z0-9\...
分类:
Web程序 时间:
2014-07-02 14:12:06
阅读次数:
216
git clone https://bitbucket.org/pypy/numpy.gitcd numpypypy setup.py install...
分类:
编程语言 时间:
2014-07-02 10:43:25
阅读次数:
222