python 2.6+1. 先安装nodejs2. 安装hyperdex
默认安装即可,默认都是enable = yes3. 给node添加node-gyp npm install -g node-gyp, 全局安装。
参考:https://www.npmjs.org/package/node...
分类:
其他好文 时间:
2014-05-08 11:46:20
阅读次数:
301
HTTPS(Secure Hypertext Transfer
Protocol)安全超文本传输协议它是一个安全通信通道,它基于HTTP开发,用于在客户计算机和服务器之间交换信息。它使用安全套接字层(SSL)进行信息交换,简单来说它是HTTP的安全版。http与https的区别在于http一般使用的...
分类:
其他好文 时间:
2014-05-08 11:40:59
阅读次数:
309
Download any version source code of Windows
Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases
Downdload Wix ToolSet from http://...
模拟登陆的方式从获取微信公众平台消息列表和用户头像的库,之后还会继续增加相关功能,github地址https://github.com/btyh17mxy/wxwall...
分类:
微信 时间:
2014-05-07 15:05:43
阅读次数:
761
http://www.oschina.net/news/49207/best-php-debugging-tools
调试相关工具https://github.com/barryvdh/laravel-debugbarhttp://identicon-php.org/https://github.c...
分类:
Web程序 时间:
2014-05-07 14:16:02
阅读次数:
364
从微博上看到有人提及Mariadb,搜索了一下,找到地址https://mariadb.org/,这是mysql的一个分支,由原作者维护,意在与oracle分庭抗礼,避免oracle将来毕源。
目前版本Mariadb 10.0.10,我下载了一个,准备编译一个64位版本,下载地址:
https://downloads.mariadb.org/mariadb/10.0.10/
下载后用cm...
分类:
数据库 时间:
2014-05-07 03:31:48
阅读次数:
400
前段时间为是练习JQuery和Java遍历目录,写了一个JavaWeb(使用Jsp+Servlet)的例子。源代码下载:https://github.com/liaoyu/uudisk上述源码是Myeclipse新建的项目,需要配置一些环境,比如JRE路径,以下是运行截图,界面模仿新浪微盘
...
分类:
编程语言 时间:
2014-05-07 00:24:56
阅读次数:
591
转载自:http://blog.csdn.net/showhilllee/article/details/19541493
提交完成后进入加急审核页面。
链接:https://developer.apple.com/appstore/contact/appreviewteam/index.html
在i would like to里选择加急审核...
分类:
移动开发 时间:
2014-05-06 22:50:03
阅读次数:
500
可以使用python3中的concurrent模块,如果python环境是2.7的话,需要下载https://pypi.python.org/packages/source/f/futures/futures-2.1.6.tar.gz#md5=cfab9ac3cd55d6c7ddd0546a9f22f453此futures包即可食用concurrent模块。官方文档:http://pythonhosted.org//futures/对于..
分类:
编程语言 时间:
2014-05-06 20:22:07
阅读次数:
725
一、 安装准备
1. 安装Openssl
要使Apache支持SSL,需要首先安装Openssl支持。这里使用的是openssl-0.9.8k.tar.gz
下载Openssl:http://www.openssl.org/source/
tar -zxf openssl-0.9.8k.tar.gz //解压安装包...
分类:
系统相关 时间:
2014-05-06 19:34:35
阅读次数:
335