<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fresker小站 &#187; python开发工具</title>
	<atom:link href="http://www.fresker.com/old2/archives/tag/python%e5%bc%80%e5%8f%91%e5%b7%a5%e5%85%b7-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fresker.com/old2</link>
	<description>天将降大任于斯人也，必先苦其心志，劳其筋骨，饿其体肤，空乏其身....</description>
	<lastBuildDate>Sat, 05 May 2018 04:20:42 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Django学习笔记——Django在windows上运行及开发</title>
		<link>http://www.fresker.com/old2/archives/597</link>
		<comments>http://www.fresker.com/old2/archives/597#comments</comments>
		<pubDate>Thu, 01 Nov 2012 06:22:10 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Python开发工具]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[开发工具]]></category>
		<category><![CDATA[教程类]]></category>
		<category><![CDATA[python开发工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/597</guid>
		<description><![CDATA[college admission essays div>总结一下django在windows上的开发 &#160; 开发工具使用pycharm2.6(window下或者linux下安装方法：pycharm安装及激活http://www.fresker.com/archives/586） //小注：下面提到pycharm开发django的便利性，此文基本基于pycharm做 &#160; 此处只是作为测试，使用sqlite3,免去安装数据库的繁琐，大家可相应修改（配置文件在settings.py) &#160; 由于django对python支持的原因 python2.7.3（python3.3貌似对django1.4.2的支持还有一点问题，此处的报错主要在except处经常出现） &#160; django1.4.2 &#160; python2.7.3在官网下载，一路next到底，选择安装路径依照个人喜欢（如d:/python27/)，在windows的环境变量中path添加;d:/python27/ django1.4.2在官网下载，解压到d:/django1.4.2/ &#160; window+r ==&#62; cmd&#160;&#160;&#160;&#160;//cmd下工作 &#160;d: cd django1.4.2&#160;&#160;&#160;&#160; python setup.py install&#160;&#160;&#160;&#160;//前面添加python安装路径到path是为了此处使用 &#160; 在pycharm中 new project 设置python编译器位置为上面的d:/python27/python.exe,填写project name,选择project type为django project，点击ok继续 &#160; 添加app name,点击ok继续 &#160; 可以得到一个常见的项目窗口 &#160;修改settings.py文件，设置databases DATABASES = {&#160;&#160;&#160;&#160;'default': {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'NAME': r'd:/sqlite3/test.db',&#160;&#160;&#160;&#160;&#160;#注意此处的r非常重要，否则容易出现路径无法识别的错误 My [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/597/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pycharm安装及激活</title>
		<link>http://www.fresker.com/old2/archives/586</link>
		<comments>http://www.fresker.com/old2/archives/586#comments</comments>
		<pubDate>Tue, 11 Sep 2012 06:35:25 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Python开发工具]]></category>
		<category><![CDATA[开发工具]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python开发工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/586</guid>
		<description><![CDATA[pycharm安装下载地址： http://www.jetbrains.com/pycharm/download/index.html window下安装： 一路next基本就ok了，激活方式下面 ubuntu12.04下安装： 系统需求里提到需要sun jdk1.6+ 编译安装jdk可以参考下面文章http://www.arthurtoday.com/2012/05/ubuntu-11-oracle-sun-jdk-6.html#.UE63_o0gfRg sudo add-apt-repository ppa:flexiondotorg/java sudo apt-get update sudo apt-get install sun-java6-jdk sun-java6-plugin 安装完之后，可能需要切换sunjdk，如之前安装了openjdk,手动切换成sunjdk： sudo update-alternatives --config java 查看java版本 java -version 解压pycharm linux下安装文件 tar zxvf pycharm.tar.gz cd pycharm/bin/ sudo ./pycharm.sh 激活（如果能消费得起，请支持正版）： EMBRACE ===== LICENSE BEGIN ===== 14203-12042010 0000107Iq75C621P7X1SFnpJDivKnX 6zcwYOYaGK3euO3ehd1MiTT"2!Jny8 bff9VcTSJk7sRDLqKRVz1XGKbMqw3G ===== LICENSE END ===== 添加到桌面 桌面或面板右击－添加到面板－自定义应用程序启动器－名称随便填，单击命令后面的“浏览”，找到pycharm.sh，注意：要在路径前加上sh，这个要切记！！！！否则启动不了！！！ 通过 为知笔记 发布]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/586/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenBSD发布了5.0 beta版</title>
		<link>http://www.fresker.com/old2/archives/398</link>
		<comments>http://www.fresker.com/old2/archives/398#comments</comments>
		<pubDate>Thu, 21 Jul 2011 07:36:14 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[版本控制工具]]></category>
		<category><![CDATA[随笔]]></category>
		<category><![CDATA[python开发工具]]></category>
		<category><![CDATA[UNIX/Linux编程相关工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=398</guid>
		<description><![CDATA[OpenBSD发布了5.0 beta版，正式版将于11月1日发布。 OpenBSD的开发发布周期为半年，但每次版本号只增加0.1，最新的正式版是5月1日发布的OpenBSD 4.9。5.0的主要特性包括：amd64架构默认启用BIGMEM；支持Disk UID；proxies (ftp-proxy(8)，tftp-proxy(8))使用divert(4) socket，等等。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/398/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->