<?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>Mingbo &#187; 批处理</title>
	<atom:link href="http://shao.mingbo.de/tag/%e6%89%b9%e5%a4%84%e7%90%86/feed/" rel="self" type="application/rss+xml" />
	<link>http://shao.mingbo.de</link>
	<description>包括教育技术，编程，互联网等方面的文章及随想。</description>
	<lastBuildDate>Thu, 26 Aug 2010 02:57:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WMEncoder批处理功能实现</title>
		<link>http://shao.mingbo.de/2009/10/18/wmencoder-batch-function-completed/</link>
		<comments>http://shao.mingbo.de/2009/10/18/wmencoder-batch-function-completed/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 17:20:30 +0000</pubDate>
		<dc:creator>邵 明博</dc:creator>
				<category><![CDATA[我的碎碎念]]></category>
		<category><![CDATA[教育技术学]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[总结]]></category>
		<category><![CDATA[批处理]]></category>

		<guid isPermaLink="false">http://shao.mingbo.de/?p=138</guid>
		<description><![CDATA[这段时间的学习和工作很难用乐观的言语表述。从接到这个任务的那天开始，不知不觉的，提交一份完整可用的代码变成了我生活的中心。可怕的是，周围的人都用异样的眼光看待我宅代码的行为。我能猜到他们在想什么，但，我就是不自觉的被这个中心左右着。 如果接下来的周一和张博后的交流没有问题，那么这个批处理功能的实现，应该就是我功成身退的礼物。第一次做转换工具，第一次看全英文的sdk，第一次和博后级的牛人交流，第一次用c#建立一个工程文件夹，很多个第一次都将变成美好的回忆&#8230; 很自然地，做项目的过程中，看到了自己很多知识还很不到位：本科时，《操作系统》完全没怎么重视，只是等到考试才临时抱佛脚，而今遇到有关线程的问题，又要重头来过；基础的算法思想没有打牢，没有打牢的直接后果是，代码臃肿而低效。工具语言没摸透，使用起来，生搬硬套&#8230;哎，说得自己一无是处了。 不过好在，接下来的日子里，我还有有机会&#8230;呃，希望在转角，命运在手中，笑一个吧？ update: 今天把技术文档写了下，呃，这里是在线浏览地址 相关文章2010年05月9日 -- 设计模式学习总结2010年02月26日 -- 超文本转移协议与万维网高速缓存2009年10月10日 -- 六十岁的中国，二十岁的我(2)2009年09月28日 -- 为什么我和别人不一样]]></description>
			<content:encoded><![CDATA[<p><a href="http://shao.mingbo.de/wp-content/uploads/2009/10/newTool.jpg"><img class="alignleft size-thumbnail wp-image-139" title="批处理" src="http://shao.mingbo.de/wp-content/uploads/2009/10/newTool-150x150.jpg" alt="批处理" width="150" height="150" /></a>这段时间的学习和工作很难用乐观的言语表述。从接到这个任务的那天开始，不知不觉的，提交一份完整可用的代码变成了我生活的中心。可怕的是，周围的人都用异样的眼光看待我宅代码的行为。我能猜到他们在想什么，但，我就是不自觉的被这个中心左右着。</p>
<p>如果接下来的周一和张博后的交流没有问题，那么这个批处理功能的实现，应该就是我功成身退的礼物。第一次做转换工具，第一次看全英文的sdk，第一次和博后级的牛人交流，第一次用c#建立一个工程文件夹，很多个第一次都将变成美好的回忆&#8230;</p>
<p>很自然地，做项目的过程中，看到了自己很多知识还很不到位：本科时，《操作系统》完全没怎么重视，只是等到考试才临时抱佛脚，而今遇到有关线程的问题，又要重头来过；基础的算法思想没有打牢，没有打牢的直接后果是，代码臃肿而低效。工具语言没摸透，使用起来，生搬硬套&#8230;哎，说得自己一无是处了。</p>
<p>不过好在，接下来的日子里，我还有有机会&#8230;呃，希望在转角，命运在手中，笑一个吧？</p>
<p>update: 今天把技术文档写了下，呃，这里是<a href="http://docs.google.com/fileview?id=0B-rB_h6wwwpEODNlMzEwM2UtMDhjNi00ZjVkLTg0ZmItY2MzNDZkMDZiZmVm&amp;hl=zh_CN" target="_blank">在线浏览地址</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>2010年05月9日 -- <a href="http://shao.mingbo.de/2010/05/09/design-pattern/" title="设计模式学习总结">设计模式学习总结</a></li><li>2010年02月26日 -- <a href="http://shao.mingbo.de/2010/02/26/proxy-server-with-web-cache-and-http/" title="超文本转移协议与万维网高速缓存">超文本转移协议与万维网高速缓存</a></li><li>2009年10月10日 -- <a href="http://shao.mingbo.de/2009/10/10/ipv6-web-auto-adaptation/" title="六十岁的中国，二十岁的我(2)">六十岁的中国，二十岁的我(2)</a></li><li>2009年09月28日 -- <a href="http://shao.mingbo.de/2009/09/28/why-not-the-same-as-others/" title="为什么我和别人不一样">为什么我和别人不一样</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://shao.mingbo.de/2009/10/18/wmencoder-batch-function-completed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
