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

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

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

2012年2月24日

摘要: linux设置开机服务自动启动/关闭自动启动命令_我断了思念的空间_百度空间linux设置开机服务自动启动/关闭自动启动命令2012-02-06 15:13[root@localhost ~]# chkconfig --list 显示开机可以自动启动的服务[root@localhost ~]# chkconfig --add *** 添加开机自动启动***服务[root@localhost ... 阅读全文
posted @ 2012-02-24 08:25 lexus 阅读(19927) 评论(0) 推荐(0)

摘要: Win配置Apache+mod_wsgi+django环境+域名|落Win配置Apache+mod_wsgi+django环境+域名05.14.2010 · Posted in PythonPython是落落的最爱,Django是Python web framework中的佼佼者,所以一直超爱。当然,Python web server也有N多选择,这里落落使用Apache+mod_wsgi来配置(... 阅读全文
posted @ 2012-02-24 08:19 lexus 阅读(338) 评论(0) 推荐(0)

摘要: 安装reviewboard 碰到pycrypto的问题装reviewboard 碰到pycrypto的问题 by: admin - 十一月 12th, 2011 Add Commenteasy_install reviewboard reviewboard 版本为1.6.2 检查pycrypto版本,找到了2.4版本,安装时碰到以下问题 ... 阅读全文
posted @ 2012-02-24 08:03 lexus 阅读(272) 评论(0) 推荐(0)

摘要: 如何在windows下安装reviewboard | i flym如何在windows下安装reviewboard2011/04/19 09:53:21 10 Comments Tags: codereview, python, reviewboard, 代码复查 Posted :编程开发 reviewboard作为一个开源的代码复查工具,已经受到越来越多的开发人员喜爱。然而,也是由于其开源... 阅读全文
posted @ 2012-02-24 08:02 lexus 阅读(1440) 评论(0) 推荐(0)

摘要: linux 下 apache启动、停止、重启命令linux 下 apache启动、停止、重启命令2009年7月13日阅读评论 发表评论基本的操作方法: 本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况apahce启动命令: 推荐/usr/local/apache2/bin/apachectl start apaceh启动apache停止命令 /usr/l... 阅读全文
posted @ 2012-02-24 07:33 lexus 阅读(290) 评论(0) 推荐(0)

摘要: Install Python 2.6 on CentOS 5Install Python 2.6 on CentOS 5CentOS 5 is the most common Python hosting environment in the market, but the default version of python it is 2.4 now. As some projects requ... 阅读全文
posted @ 2012-02-24 00:40 lexus 阅读(292) 评论(0) 推荐(0)

摘要: CentOS下编译64位的libpython2.6.so.1.0库 - Cody的专栏 - 博客频道 - CSDN.NET CentOS下编译64位的libpython2.6.so.1.0库 2011-07-18 14:57 193人阅读 评论(1) 收藏 举报python下默认的python版本是2.4。如果你不幸用yum installpython26来安装了python2.6,虽然安装的时候... 阅读全文
posted @ 2012-02-24 00:33 lexus 阅读(476) 评论(0) 推荐(0)

摘要: centos + apache + mod_wsgi + python2.6 + django web环境搭建 - 望仔的日志 - 网易博客centos + apache + mod_wsgi + python2.6 + django web环境搭建 2011-12-17 14:14:55|分类: python |标签: |字号大中小订阅一、环境,python2.6.5 1、contos 5... 阅读全文
posted @ 2012-02-24 00:23 lexus 阅读(406) 评论(0) 推荐(0)

摘要: Tutorial: Installing Django 1.1. on CentOS 5.4 | Fresh BlurbsTutorial: Installing Django 1.1. on CentOS 5.4Fri, 11/27/2009 - 23:50.Tags: centosdjangodjangoprojectinstallmod_wsgimysqlpythonredhat elset... 阅读全文
posted @ 2012-02-24 00:12 lexus 阅读(187) 评论(0) 推荐(0)

摘要: 利用apache+wsgi运行你的django网站 - Open Idea - 博客大巴利用apache+wsgi运行你的django网站 - [开发]2010-09-18 | Tag:Django Python版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://open-idea.blogbus.com/logs/75217788.htmlWSGI和mod_wsgi是p... 阅读全文
posted @ 2012-02-24 00:10 lexus 阅读(296) 评论(0) 推荐(0)

摘要: Django | Quick install guide | Django documentationQuick install guide¶Before you can use Django, you’ll need to get it installed. We have a complete installation guide that covers all the possibiliti... 阅读全文
posted @ 2012-02-24 00:08 lexus 阅读(253) 评论(0) 推荐(0)

摘要: IntegrationWithDjango - modwsgi - How to use Django with mod_wsgi. - Python WSGI adapter module for Apache. - Google Project HostingIf you are using mod_wsgi, please consider making a donation.Integra... 阅读全文
posted @ 2012-02-24 00:05 lexus 阅读(213) 评论(0) 推荐(0)

摘要: Ubuntu 10.04 下django 部署到apache服务器 - webdancer's BlogUbuntu 10.04 下django 部署到apache服务器 - webdancer's Blogpython学习python连接MySQL数据库Ubuntu 10.04 下django 部署到apache服务器 webdancer posted @ 2011年4月02日 21:40 in... 阅读全文
posted @ 2012-02-24 00:03 lexus 阅读(194) 评论(0) 推荐(0)

2012年2月23日

摘要: FindingFiles - Community Ubuntu DocumentationFindingFiles 目录 Graphically Places --> Search for Files Thunar (File Manager for Xubuntu) Tracker Beagle Command Line apt-file dpkg -L dpkg -S find locate ... 阅读全文
posted @ 2012-02-23 23:58 lexus 阅读(233) 评论(0) 推荐(0)

摘要: ubuntu 下搜索文件_让爱走吧~!_百度空间ubuntu 下搜索文件2009-09-18 11:17在ubuntu下如何搜索文件?1.whereis 文件名特点:快速,但是是模糊查找,例如 找 #whereis mysql 它会把mysql,mysql.ini,mysql.*所在的目录都找出来.我一般的查找都用这条命令.2.find / -name 文件名特点:准确,但速度慢,消耗资源大,例如... 阅读全文
posted @ 2012-02-23 23:57 lexus 阅读(227) 评论(0) 推荐(0)

摘要: 4 Great Tools to Find Files Quickly in Ubuntu :: Chris Jean4 Great Tools to Find Files Quickly in Ubuntuby Chris JeanMarch 4th, 2009Many of you fellow Ubuntu users will be familiar with the “Search fo... 阅读全文
posted @ 2012-02-23 23:57 lexus 阅读(251) 评论(0) 推荐(0)

摘要: ubuntu下安装apache2.2+mod_wsgi+django(一) - huangxiansheng1980的专栏 - 博客频道 - CSDN.NET ubuntu下安装apache2.2+mod_wsgi+django(一) 分类: Python Web Server Linux系统学习 2012-01-15 12:13 67人阅读 评论(0) 收藏 举报为了让apache或者ngi... 阅读全文
posted @ 2012-02-23 23:27 lexus 阅读(2597) 评论(0) 推荐(0)

摘要: Ubuuntu10.04上配置Django、Apache、mod_wsgi - Finger Blog - ITeye技术网站Ubuuntu10.04上配置Django、Apache、mod_wsgi 博客分类:DjangoPythondjangopython1、更新服务 Java代码 sudoapt-getupdatesudoapt-getupgradesudo apt-get update ... 阅读全文
posted @ 2012-02-23 23:26 lexus 阅读(311) 评论(0) 推荐(0)

摘要: Madhouse » ubuntu server 下部署apache+django+mod_wsgi环境首页 > Python > ubuntu server 下部署apache+django+mod_wsgi环境ubuntu server 下部署apache+django+mod_wsgi环境2011年11月15日 Neo 发表评论 阅读评论终于要开始折腾django了,慢慢来 1 开发环境... 阅读全文
posted @ 2012-02-23 23:23 lexus 阅读(426) 评论(0) 推荐(0)

摘要: CentOS下配置Django环境步骤_redice's Blogredice's Blog现专注于Web数据抓取 当前位置: 主页 > 日志 > Django >CentOS下配置Django环境步骤 日期:2011-08-13| 来源:未知| 作者:redice| 357 人围观| 1 人鼓掌了! 美国、日本极速稳定免备案主机,支持月付,即刻开通,7×24小时技术支持... 阅读全文
posted @ 2012-02-23 23:14 lexus 阅读(525) 评论(0) 推荐(0)

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