<?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>前端之路 &#187; system</title>
	<atom:link href="http://www.simcn.com/tag/system/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simcn.com</link>
	<description>网站开发, 前端开发, 高性能前端开发</description>
	<lastBuildDate>Tue, 27 Mar 2012 04:26:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>python改变系统hosts</title>
		<link>http://www.simcn.com/python-chang-system-hosts</link>
		<comments>http://www.simcn.com/python-chang-system-hosts#comments</comments>
		<pubDate>Mon, 02 Nov 2009 10:22:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[后端技术]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.simcn.com/?p=213</guid>
		<description><![CDATA[因工作需要一直修改系统hosts，以切换内网，外网，其他测试服务器。 天天改比较麻烦写了这个小工具比较简单， 打包成EXE后比较大(不过自己用的东西就没啥讲究了) 贴上源代码 #-* coding:GBK *- import os import wx def create(parent): return Frame1(parent) # assign ID numbers [wxID_FRAME1, wxID_FRAME1BUTTON1, wxID_FRAME1BUTTON2, wxID_FRAME1LISTBOX1, ] = [wx.NewId() for _init_ctrls in range(4)] class Frame1(wx.Frame): def _init_ctrls(self, prnt): # BOA generated methods wx.Frame.__init__(self, id=wxID_FRAME1, name='', parent=prnt, pos=wx.Point(400, 400), size=wx.Size(500, 400), style=wx.DEFAULT_FRAME_STYLE, title='改系统hosts，需要把要修改的hosts文件放在hosts目录下面') self.SetClientSize(wx.Size(750, 300)) self.listBox1 = wx.ListBox(choices=[], id=wxID_FRAME1LISTBOX1, [...]]]></description>
		<wfw:commentRss>http://www.simcn.com/python-chang-system-hosts/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

