<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Enjoy]]></title> 
<link>http://www.9enjoy.com/index.php</link> 
<description><![CDATA[分享、学习、提高]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Enjoy]]></copyright>
<item>
<link>http://www.9enjoy.com/xt800-modem/</link>
<title><![CDATA[电脑通过XT800上网]]></title> 
<author>enjoy &lt;&gt;</author>
<category><![CDATA[网站编程]]></category>
<pubDate>Wed, 14 Jul 2010 13:24:26 +0000</pubDate> 
<guid>http://www.9enjoy.com/xt800-modem/</guid> 
<description>
<![CDATA[ 
	1) 首先要有moto的驱动，moto官网上下载驱动USBdriver, 并安装。最新的4.5版本下载：<a href="http://direct.motorola.com/hellomoto/Common/Drivers%20and%20Plug%20ins/USB_Drivers_32_bit_4.5.0.zip" target="_blank">http://direct.motorola.com/hellomoto/Common/Drivers%20and%20Plug%20ins/USB_Drivers_32_bit_4.5.0.zip</a><br/><br/>2) 手机用数据线连接电脑，USB连接选择&quot;MOTO手机配套工具&quot;。<br/><br/>3) 网络连接属性打开, 创建新的连接 --&gt; 连接到internet--&gt;手动设置我的连接--&gt;用拨号调制解调器连接--&gt;连接名称：XT800，电话号码：#777, 用户名：card, 密码：card（或者用户名和密码都留空）&nbsp;&nbsp;--&gt;产生拨号图标<br/><br/>我的XT800连接上后，电脑上的连接图标显示：12M。下载了一个文件试试，速度好像是20多K。<br/><br/>如果上网资费有区分互联网计时和互连星空计量的话，那么请设为互联网(计时收费)， 一般不要设为星空(计量收费)。我的流量是没有区分的，因此还特意关闭了IE中的图片显示，以节省流量。另外，好像只有互联网设置才能浏览所有网页，设置成互联星空就只能上WAP站了。<br/><br/>注：C网是拨号#777，G网是拨号*99#<br/><br/><br/>这个方法虽说可操作性不高，因为现在一般电脑都有接宽带了。但也有特殊情况，比如在家里只有电脑没有上网，在小旅馆住宿没有提供上网环境等的情况下，这个方法还是可以解决一下燃眉之急的，毕竟用手机上屏幕还是小了点，操作比较不方便。还有一点就是，使用公共的网络其实是不太安全的，而使用自己手机的带宽会相对安全一些。<br/>Tags - <a href="http://www.9enjoy.com/tags/xt800/" rel="tag">xt800</a> , <a href="http://www.9enjoy.com/tags/android/" rel="tag">android</a> , <a href="http://www.9enjoy.com/tags/%25E4%25B8%258A%25E7%25BD%2591/" rel="tag">上网</a>
]]>
</description>
</item><item>
<link>http://www.9enjoy.com/python-basic/</link>
<title><![CDATA[Python基础知识]]></title> 
<author>enjoy &lt;&gt;</author>
<category><![CDATA[网站编程]]></category>
<pubDate>Thu, 24 Dec 2009 14:14:41 +0000</pubDate> 
<guid>http://www.9enjoy.com/python-basic/</guid> 
<description>
<![CDATA[ 
	这几天开始学习了下Python，从基础开始。下面就我了解的情况，做一下整理，记录下Python的基础知识和一些用得上的网址<br/><br/>Python的创始人为Guido van Rossum。Python是从ABC发展起来，主要受到了Modula-3（另一种相当优美且强大的语言，为小型团体所设计的）的影响。并且结合了Unix shell和C的习惯。<br/><br/>python应用广泛，如Google就在大量使用Python，在Nokia智能手机所采用的Symbian操作系统上，Python成为继C++,Java之后的第三个编程语言，开心农场的制作公司五分钟也是主要使用Python来开发。Python也可以用来开发Web，其Web 开发框架有不少，有Django、TurboGears、Zope、Quixote、CherryPy等。<br/><br/><br/>官方网址：<a href="http://www.python.org/" target="_blank">http://www.python.org/</a><br/><br/>可视化开发库<br/> wxpython：<a href="http://downloads.sourceforge.net/wxpython/" target="_blank">http://downloads.sourceforge.net/wxpython/</a><br/><br/>开发IDE<br/> Boa Constructor：<a href="http://downloads.sourceforge.net/boa-constructor/" target="_blank">http://downloads.sourceforge.net/boa-constructor/</a><br/><br/><br/>Python中文社区：<br/><br/><a href="http://bbs.chinaunix.net/forum-55-1.html" target="_blank">http://bbs.chinaunix.net/forum-55-1.html</a><br/>豆瓣的Python编程小组：<a href="http://www.douban.com/group/python/" target="_blank">http://www.douban.com/group/python/</a><br/>Google的Python：小组<a href="http://groups.google.com/group/python-cn" target="_blank">http://groups.google.com/group/python-cn</a> (MS被封了)<br/><br/>Python书籍：<br/><br/>Dive Into Python 中文版： <a href="http://www.woodpecker.org.cn/diveintopython/toc/index.html" target="_blank">http://www.woodpecker.org.cn/diveintopython/toc/index.html</a><br/>IBM的Python 技术专题： <a href="http://www.ibm.com/developerworks/cn/linux/theme/python/" target="_blank">http://www.ibm.com/developerworks/cn/linux/theme/python/</a><br/>简明Python教程(Swaroop, C. H. 著 沈洁元&nbsp;&nbsp;译)：<a href="http://www.itlearner.com/code/python/index.html" target="_blank">http://www.itlearner.com/code/python/index.html</a><br/>Tags - <a href="http://www.9enjoy.com/tags/python/" rel="tag">python</a>
]]>
</description>
</item>
</channel>
</rss>