<?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; Web</title>
	<atom:link href="http://www.cumt.org/blog/category/web/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cumt.org</link>
	<description>Visual Studio, Oracle, Java, Visual Basic, PHP, Mac, Windows, Linux, FreeBSD</description>
	<lastBuildDate>Wed, 01 Feb 2012 02:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>列出 Java 环境可用的所有字体名称</title>
		<link>http://www.cumt.org/blog/502</link>
		<comments>http://www.cumt.org/blog/502#comments</comments>
		<pubDate>Wed, 11 May 2011 02:42:53 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=502</guid>
		<description><![CDATA[import java.awt.GraphicsEnvironment; &#160; public class ListJavaFonts &#123; &#160; public static void main&#40;String&#91;&#93; args&#41; &#123; String fonts&#91;&#93; = GraphicsEnvironment.getLocalGraphicsEnvironment&#40;&#41;.getAvailableFontFamilyNames&#40;&#41;; &#160; for &#40; int i = 0; i &#60; fonts.length; i++ &#41; &#123; System.out.println&#40;fonts&#91;i&#93;&#41;; &#125; &#125; &#160; &#125;]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/502/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用 Javascript 控制记事本</title>
		<link>http://www.cumt.org/blog/21</link>
		<comments>http://www.cumt.org/blog/21#comments</comments>
		<pubDate>Mon, 24 Nov 2008 13:53:49 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=21</guid>
		<description><![CDATA[var WshShell = WScript.CreateObject&#40;&#34;WScript.Shell&#34;&#41;; WshShell.AppActivate&#40;&#34;notepad&#34;&#41;; WshShell.Run&#40;&#34;notepad&#34;, 1, false&#41;; WScript.Sleep&#40;500&#41;; WScript.Sleep&#40;300&#41;; WshShell.SendKeys&#40;&#34;1{+}&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;2&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;~&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;*3&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;~&#34;&#41;; WScript.Sleep&#40;250&#41;;]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/21/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

