- 浏览: 11610 次
- 性别:
- 来自: 杭州
最新评论
文章列表
参考:
1、如何升级python版本
http://myhat.blog.51cto.com/391263/788552
2、如何安装easy_install
http://blog.codylab.com/install-setuptools-on-cento/
3、安装easy_install脚本之后,再安装pip
easy_install pip
4、安装requests包
pip install requests
安装并运行tornado的demo【blog】失败
NameError: global name 'CONVERSIONS' is not defined
原因:My ...
先备忘着,后续再补充。
卸载OpenJDK:
1、http://www.cnblogs.com/zsxfbj/archive/2010/09/22/1833181.html
2、http://blog.csdn.net/cyq1984/article/details/5754958
参考url:
1、http://crazyming.blog.51cto.com/1048571/510659
注:该链接内容有一处错误,【utf8-general_ci】 ...
1、需要到:https://fedoraproject.org/wiki/EPEL/zh-cn,下载epel的rpm包并安装
rpm -Uvh epel-release-5-4.noarch.rpm
2、导入repo
wget -O /etc/yum.repos.d/epel-erlang.repo http://repos.fedorapeople.org/repos/peter/erlang/epel-erlang.repo
3、yum install erlang
安装成功之后,再下载rabbitmq-server并安装
4、下载rabbitmq的服务器包
wget http:// ...
参考url:
http://linux.fcbu.com/nginx-upgrade-tengine.htm
相关网站:
1、http://pcre.org/
2、http://tengine.taobao.org/
3、http://www.openssl.org/
1、安装pcre-8.31
tar zxvf /tmp/pcre-8.31.tar.gz && cd pcre-8.31
./configure --prefix=/usr/local/pcre
make
make install
2、安装tengine-1.4.1,如果make的时候遇到如下错误:
--- ...
引用自:http://blog.s135.com/httpsqs/
1、ulimit -SHn 65535
或者永久加入profile文件:
# echo "ulimit -SHn 65535" >> /etc/profile
# source /etc/profile
2、从 http://libevent.org/ 处下载最新版本的libevent
目前是:https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
tar zxvf libevent-2.0.2 ...
在一个小项目试用之后,开发效率和结果没达到预期,最终放弃。
1、没有好的封装包支持,Spring出的包不好用
2、能做的事情用MySQL + Memcached +其他开源包都可以完成
另,Mongodb对树形结构的数据支持不好,建议数据库设计时采用平铺结构。
关于flex下的parsley框架
- 博客分类:
- parsley
有人在论坛问parsley有无打算整合 ActionScript Workers
Quote:
Are there any plans to integrate ActionScript Workers into the Parlsey Framework?
结果作者说:
Not from my side. With the current uncertainty around Flex/Flash, my technical focus has shifted elsewhere. Parsley will only get critical bugfixes, no significan ...