浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 445 446 447 448 449 450 451 452 453 ··· 630 下一页

2012年2月23日

摘要: linux下重启网络服务---转 - zhanglyung的专栏 - 博客频道 - CSDN.NETDN亲密携手阿里云 重磅推出云邮箱服务 HTML5群组诚募管理员,“活跃之星”活动火热进行中 linux下重启网络服务---转 分类: Linux 2011-04-12 12:53 10人阅读 评论(0) 收藏 举报linux下重启网络服务在更改ip后,如果没有重启服务... 阅读全文
posted @ 2012-02-23 22:56 lexus 阅读(460) 评论(0) 推荐(0)

摘要: How To Install Python 2.7 with mod_wsgi on CentOS 5.6 with cPanel - Software Documentation KitHow To Install Python 2.7 with mod_wsgi on CentOS 5.6 with cPanel09.04.2011, Linux, Programming, Tutorial,... 阅读全文
posted @ 2012-02-23 22:50 lexus 阅读(733) 评论(0) 推荐(0)

摘要: Centos5配置Python mod_wsgi Django安装osqa – 远方博客Centos5配置Python mod_wsgi Django安装osqa 作者 FarLee 2011年9月29日 22:17:37 ‖浏览(2,503)评论 (4)Unix/Linux系统下基本上都预安装了Python,但有时候它的版本可能不是符合我们要求的。比如在安装osqa–一个基于python和Dja... 阅读全文
posted @ 2012-02-23 22:45 lexus 阅读(4106) 评论(0) 推荐(0)

摘要: centos5.6下编译安装python2.7.1备忘 « 舒博的个人博客编译安装python2.7wgethttp://python.org/ftp/python/2.7.1/Python-2.7.1.tgztar xvzf Python-2.7.1.tgzcd Python-2.7.1./configure --prefix=/usr/local/pythonmake && make inst... 阅读全文
posted @ 2012-02-23 22:31 lexus 阅读(225) 评论(0) 推荐(0)

摘要: Install python 2.6 / turbogears 1.1 on CentOS_胡说八道_百度空间Install python 2.6 / turbogears 1.1 on CentOS2010-12-19 22:48脑残百度空间还设了个标题max length 50,搞笑么。目前很多主机都用CentOS,这个上面默认的Python是2.4,很弱。Python2.6:$ sudo r... 阅读全文
posted @ 2012-02-23 22:27 lexus 阅读(321) 评论(0) 推荐(0)

摘要: Installing software from RPM packages in Linux< Installing software from RPM packages - 1.0 >Learn how to install software from RPM packages in Linux. You'll also learn how to upgrade, remove and admi... 阅读全文
posted @ 2012-02-23 21:28 lexus 阅读(256) 评论(0) 推荐(0)

摘要: How to install Apache Server on CentOS RedHat Linux, How to configure Apacahe Server on CentOS RedHat Linux | Antoine Solutions DevelopmentApache ServerApache HTTP Server is an open-source HTTP server... 阅读全文
posted @ 2012-02-23 20:11 lexus 阅读(407) 评论(0) 推荐(0)

摘要: BiLOT » How to install Apache2 (CentOS 5.4)How to install Apache2 (CentOS 5.4)May 5, 2010 admin Leave a comment Go to comments# yum install httpd httpd-devel# chkconfig --levels 235 httpd on# /etc/ini... 阅读全文
posted @ 2012-02-23 20:10 lexus 阅读(179) 评论(0) 推荐(0)

摘要: django_apache_and_mod_wsgi – DjangoHow to use django with mod_wsgi ¶This is a very simple recipe to deploy a django application with mod_wsgi. This procedure has been tested on Windows but should work... 阅读全文
posted @ 2012-02-23 20:06 lexus 阅读(324) 评论(0) 推荐(0)

摘要: http://www.iteye.com/topic/1116637Tao-ReviewBoard(reviewboard的eclipse插件)开源了 - 配置管理,项目管理 - Tech - ITeye论坛 Tao-ReviewBoard(reviewboard的eclipse插件)开源了 精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0) 作者 正文 taobao... 阅读全文
posted @ 2012-02-23 20:04 lexus 阅读(474) 评论(0) 推荐(0)

摘要: linux启动mysql和memcached - 苹果树下 - 开源中国社区linux启动mysql和memcached 2人收藏此文章, 收藏此文章 发表于1年前 , 已有240次阅读 共1个评论 2人收藏此文章好吧.我承认自己记性差.每次都忘...现在记下来.启动mysql# cd /usr/local/mysql/support-files/# ./mysql.s... 阅读全文
posted @ 2012-02-23 19:48 lexus 阅读(270) 评论(0) 推荐(0)

摘要: 启动和停止 Apache HTTPd 及 MySQL 服务器 - Web Stack 入门指南启动和停止 Apache HTTPd 及 MySQL 服务器 注 - 启动组件之前,必须针对您的登录帐户初始化开发环境。要在开发环境中启动或停止服务器,请单击“启动”菜单,然后选择“所有应用程序”>“开发者工具”> "Web Stack Admin" > "Start Apache2/MySQL Serv... 阅读全文
posted @ 2012-02-23 19:47 lexus 阅读(166) 评论(0) 推荐(0)

摘要: memcached安装和启动 - 秋水流年 - 博客园memcached安装和启动1.安装libevent由于Memcached是用libevent库来处理很多打开的连接,所以要先安装libevent。(libevent API提供了一种执行回调函数的机制,使一个文件描述符触发了某个事件或者在达到超时之后执行这个回调函数。)下载libevent,最新版本为libevent-1.4.7-stable... 阅读全文
posted @ 2012-02-23 19:46 lexus 阅读(259) 评论(0) 推荐(0)

摘要: centos在局域网内如何设置代理?(页 1) - ★ 问题解答 ★ - CentOS Pub 论坛 --- 中文 CentOS 攻略站 - Powered by Discuz! Archiverexport http_proxy=http://user:pass@proxy.proxy.com:8080 阅读全文
posted @ 2012-02-23 19:42 lexus 阅读(219) 评论(0) 推荐(0)

摘要: python安装.egg文件_芳草地-小狍子的空间_百度空间python安装.egg文件2008-07-21 11:17到http://peak.telecommunity.com/DevCenter/EasyInstall下载ez_setup.py,然后运行它,它会下载你安装的python版本所对应的setuptools.它会把easy_install.exe安装到$PYTHON-HOME/Sc... 阅读全文
posted @ 2012-02-23 18:50 lexus 阅读(421) 评论(0) 推荐(0)

摘要: Fast portable non-blocking network programming with LibeventFast portable non-blocking network programming with LibeventLearning LibeventChapter 0: About this documentChapter 1: A tiny introduction to... 阅读全文
posted @ 2012-02-23 18:15 lexus 阅读(358) 评论(0) 推荐(0)

摘要: 升级CentOS 5.3遇到Python版本不匹配问题?_Teach Yourself Programming in 10 Years - Peter Norvig_百度空间升级CentOS 5.3遇到Python版本不匹配问题?2009年08月05日 星期三 11:11 A.M.如题: 今天第一次运行升级命令时遇到包依赖错误:Missing Dependency: /usr/lib/pytho... 阅读全文
posted @ 2012-02-23 17:11 lexus 阅读(230) 评论(0) 推荐(0)

摘要: 翻译解释downtime是什么意思,downtime在线翻译,英语downtime的中文解释,downtime的音标读音发音及例句用法 - Dict.CN 海词词典downtime['dauntaim; 'daun.taim] 功能设置 改进词条 求助词友n.停机时间,停工期,不工作时间 阅读全文
posted @ 2012-02-23 17:00 lexus 阅读(194) 评论(0) 推荐(0)

摘要: Take the pain out of code review | Review BoardReview Board is a powerful web-based code review tool that offers developers an easy way to handle code reviews. It scales well from small projects to ... 阅读全文
posted @ 2012-02-23 16:57 lexus 阅读(495) 评论(0) 推荐(0)

摘要: 最佳代理软件 - 突破网络障碍,保障个人私隐,提升网络速度面向内网外网的最佳通讯代理软件,我的网络我做主English产品教程如何购买软件下载技术支持用户论坛媒体评价案例与答疑 消 息 公 告迎新春庆祝活动一年一度的迎新活动现正举行,免费开放及会员提升亦同时进行。以目前价格优惠购买最后机会,感谢拥护支持![详情][中国网通服务区]带宽扩容春节后,[中国网通服务区]的网络容量获加倍提升,欢迎会员选择... 阅读全文
posted @ 2012-02-23 15:21 lexus 阅读(1633) 评论(0) 推荐(0)

上一页 1 ··· 445 446 447 448 449 450 451 452 453 ··· 630 下一页