<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>dllee</title>
<link>http://blog.yam.com/dllee</link>
<description>
除了忙與盲之外，也要停下來想一想、看一看... 建議使用  FireFox  或 IE7 以上版本瀏覽。  使用 IE6 若看不到網頁請留個言唷    
 
 
 
 
 
 
 
 ☞ 網誌分類列表 ☜ 
  
 ※ 網誌分類列表 ※ 
  　　自製軟體  
  　　程式語言  
  　　├ 程式語言.BCB  
  　　└ 程式語言.C#  
  　　應用軟體  
  　　└ MSN  
  　　網站架設  
  　　└ 部落軌道  
  　　電腦硬體  
  　　遊戲育樂  
  　　日常生活  
  　　網路硬碟  
  　◎不分類網誌列表◎　  
  
 
 

 
jQuery(document).ready(function(){
  jQuery(&quot;#boxVisit a[class!=&#039;boxVisitSelf&#039;],#boxRecommend a,#boxRecommended a&quot;).unbind(&#039;click&#039;);
  jQuery(&quot;#boxVisit a[class!=&#039;boxVisitSelf&#039;],#boxRecommend a,#boxRecommended a&quot;).click(function(){
    window.open(this.href);return false;
  }).attr(&#039;target&#039;,&#039;&#039;);
});
 

  
function toggle() {
	var ele = document.getElementById(&quot;navbarb&quot;);
	var text = document.getElementById(&quot;displayText&quot;);
	if(ele.style.display == &quot;block&quot;) {
    		ele.style.display = &quot;none&quot;;
		text.innerHTML = &quot;☞ 顯示工具列 ☜&quot;;
  	}
	else {
		ele.style.display = &quot;block&quot;;
		text.innerHTML = &quot;☞ 隱藏工具列 ☜&quot;;
	}
} 
 
 
  ☞ 顯示工具列 ☜   
</description>
<language>zh-tw</language>
<generator>blog.yam.com</generator>
<copyright>All Rights Reserved</copyright>
<item>
  <title>截長補短的檔案工具 FileResize</title>
  <description>
最近使用 &lt;a target=&quot;_blank&quot; href=&quot;http://www.miroko.tw&quot;&gt;miroko&lt;/a&gt; 下載檔案時，常常發生「多」下載資料的狀況，多的資料還很固定，就多 &lt;u&gt;12 Bytes&lt;/u&gt;。&lt;br /&gt;&lt;br /&gt;對於 rar 壓縮檔來說，如果某個分割檔多出資料，就算是多出那小小的 12 Bytes，整個壓縮檔就無法正常解壓縮。&lt;br /&gt;&amp;nbsp;&lt;br /&gt;如果您只使用「檔案總管」來看檔案大小的話，您可能會看到下載回來的檔案都一樣大，因為檔案總管顯示檔案時，使用 KB 為單位，在無法解壓的狀況下，您可能就選擇重新下載了。 &lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/angry_smile.gif&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;&lt;br /&gt;dllee 分析了檔案，多 12 Bytes 的與重新下載正常大小的檔案，兩著的內容完全一樣，除了那個多出的 12 Bytes。&lt;br /&gt;因此，自己寫一個 FireResize 的工具，把那個多出來的 12 Bytes 去掉，這樣，就可以省下重新下載的時間。 &lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/otaface7.gif&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://pics9.blog.yam.com/16/userfile/d/dllee/album/14a04cabd04774.png&quot; /&gt;&lt;/div&gt;
  &lt;a href=&quot;http://blog.yam.com/dllee/article/20844212&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
最近使用 <a target="_blank" href="http://www.miroko.tw">miroko</a> 下載檔案時，常常發生「多」下載資料的狀況，多的資料還很固定，就多 <u>12 Bytes</u>。<br /><br />對於 rar 壓縮檔來說，如果某個分割檔多出資料，就算是多出那小小的 12 Bytes，整個壓縮檔就無法正常解壓縮。<br />&nbsp;<br />如果您只使用「檔案總管」來看檔案大小的話，您可能會看到下載回來的檔案都一樣大，因為檔案總管顯示檔案時，使用 KB 為單位，在無法解壓的狀況下，您可能就選擇重新下載了。 <img src="http://pics.blog.yam.com/images/smiley/msn/angry_smile.gif" alt="" /><br /><br />dllee 分析了檔案，多 12 Bytes 的與重新下載正常大小的檔案，兩著的內容完全一樣，除了那個多出的 12 Bytes。<br />因此，自己寫一個 FireResize 的工具，把那個多出來的 12 Bytes 去掉，這樣，就可以省下重新下載的時間。 <img src="http://pics.blog.yam.com/images/smiley/msn/otaface7.gif" alt="" /><br /><br /><div style="text-align: center;"><img alt="" src="http://pics9.blog.yam.com/16/userfile/d/dllee/album/14a04cabd04774.png" /></div>
<a href="http://blog.yam.com/dllee/article/20844212">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/20844212</link>
  <category>自製軟體</category>
  <pubDate>Sat, 09 May 2009 09:18:20 +0800</pubDate>
</item>
<item>
  <title>寶寶學數字、形狀及顏色 真人發音版 [補]</title>
  <description>
「寶寶學數字、形狀及顏色」是我在 2002-2003 年間，寫給我兒子(當時 3 歲)玩的小遊戲，當時放在 &lt;a href=&quot;http://toget.pchome.com.tw/intro/home_children/15724.html&quot; target=&quot;_blank&quot;&gt;PCHome Toget&lt;/a&gt; 給人下載，每週的下載都有好幾百，平均每天 100 下載人次，但後來我更新到 2.0 版，再申請更新，竟然到了我 3.0 版都出來了，還不見更新，於是就算了，不再放軟體到 &lt;a href=&quot;http://toget.pchome.com.tw/intro/home_children/15724.html&quot; target=&quot;_blank&quot;&gt;PCHome Toget&lt;/a&gt; 了。用 google 搜尋「&lt;a href=&quot;http://www.google.com.tw/search?q=%E5%AF%B6%E5%AF%B6%E5%AD%B8%E6%95%B8%E5%AD%97%E3%80%81%E5%BD%A2%E7%8B%80%E5%8F%8A%E9%A1%8F%E8%89%B2&amp;amp;ie=utf-8&amp;amp;oe=utf-8&quot; target=&quot;_blank&quot;&gt;寶寶學數字、形狀及顏色&lt;/a&gt;」，您會發現還真多網站有收錄耶&amp;nbsp;&lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/teeth_smile.gif&quot; alt=&quot;&quot; /&gt; 目前 &lt;a href=&quot;http://toget.pchome.com.tw/intro/home_children/15724.html&quot; target=&quot;_blank&quot;&gt;PCHome Toget&lt;/a&gt; 也下載不到這個遊戲了，因為 PCHome 本身沒有儲存空間，再加上之前都放在免費的網頁空間，又那些空間都被收走了 &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/cry_smile.gif&quot; /&gt;&amp;nbsp; 如果您還在找這個小遊戲，可以到本頁來下載 &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif&quot; /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd27d95f9.gif&quot; target=&quot;_blank&quot;&gt;&lt;img height=&quot;240&quot; width=&quot;320&quot; src=&quot;http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd27d95f9.gif&quot; alt=&quot;寶寶學數字及顏色 (1.0 版)&quot; /&gt;&lt;/a&gt; &amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd298c91c.gif&quot; target=&quot;_blank&quot;&gt;&lt;a href=&quot;http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd2a078cd.gif&quot;&gt;&lt;img height=&quot;240&quot; width=&quot;320&quot; src=&quot;http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd2a078cd.gif&quot; alt=&quot;寶寶學數字、形狀及顏色 (2.0, 3.0)&quot; /&gt;&lt;/a&gt;&lt;/a&gt;&lt;/div&gt;
  &lt;a href=&quot;http://blog.yam.com/dllee/article/19528557&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
「寶寶學數字、形狀及顏色」是我在 2002-2003 年間，寫給我兒子(當時 3 歲)玩的小遊戲，當時放在 <a href="http://toget.pchome.com.tw/intro/home_children/15724.html" target="_blank">PCHome Toget</a> 給人下載，每週的下載都有好幾百，平均每天 100 下載人次，但後來我更新到 2.0 版，再申請更新，竟然到了我 3.0 版都出來了，還不見更新，於是就算了，不再放軟體到 <a href="http://toget.pchome.com.tw/intro/home_children/15724.html" target="_blank">PCHome Toget</a> 了。用 google 搜尋「<a href="http://www.google.com.tw/search?q=%E5%AF%B6%E5%AF%B6%E5%AD%B8%E6%95%B8%E5%AD%97%E3%80%81%E5%BD%A2%E7%8B%80%E5%8F%8A%E9%A1%8F%E8%89%B2&amp;ie=utf-8&amp;oe=utf-8" target="_blank">寶寶學數字、形狀及顏色</a>」，您會發現還真多網站有收錄耶&nbsp;<img src="http://pics.blog.yam.com/images/smiley/msn/teeth_smile.gif" alt="" /> 目前 <a href="http://toget.pchome.com.tw/intro/home_children/15724.html" target="_blank">PCHome Toget</a> 也下載不到這個遊戲了，因為 PCHome 本身沒有儲存空間，再加上之前都放在免費的網頁空間，又那些空間都被收走了 <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/cry_smile.gif" />&nbsp; 如果您還在找這個小遊戲，可以到本頁來下載 <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif" /><br /><div style="text-align: center;"><a href="http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd27d95f9.gif" target="_blank"><img height="240" width="320" src="http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd27d95f9.gif" alt="寶寶學數字及顏色 (1.0 版)" /></a> &nbsp;&nbsp; <a href="http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd298c91c.gif" target="_blank"><a href="http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd2a078cd.gif"><img height="240" width="320" src="http://pics9.blog.yam.com/11/userfile/d/dllee/album/14994fd2a078cd.gif" alt="寶寶學數字、形狀及顏色 (2.0, 3.0)" /></a></a></div>
<a href="http://blog.yam.com/dllee/article/19528557">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/19528557</link>
  <category>自製軟體</category>
  <pubDate>Fri, 13 Feb 2009 12:30:12 +0800</pubDate>
</item>
<item>
  <title>StatPlus★CatchBO★踢寶提示特別更新版</title>
  <description>
&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;※ 2008-01-25 除夕發紅包囉&lt;/span&gt;&lt;/strong&gt; &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/taface11.gif&quot; /&gt;&lt;br /&gt;　 &lt;strong&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;感謝以下 Bo 動客的留言、鼓勵及支持，一點點小小紅包，不成敬意 ~ ~&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;　 &lt;strong&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;再次&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;感&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;謝，並祝大家「新年快樂、踢寶順利」&amp;nbsp; ( 我得脫軌去囉&amp;nbsp;&lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif&quot; /&gt; 過年期間留言慢回, 請見諒&amp;nbsp;&lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/embaressed_smile.gif&quot; /&gt; )&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;　 (順序只是按留言反順序整理, 沒有特別意思唷 &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/otaface7.gif&quot; /&gt;&lt;br /&gt;&lt;center&gt;&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;1&quot; width=&quot;600&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align=&quot;left&quot; style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://blog.yam.com/cctsai/&quot; target=&quot;_blank&quot;&gt;cctsai 佶也&lt;/a&gt;, &lt;a href=&quot;http://rain338.pixnet.net/blog&quot; target=&quot;_blank&quot;&gt;rain338 雨&lt;/a&gt;, &lt;a href=&quot;http://www.sonys.tw/&quot; target=&quot;_blank&quot;&gt;索尼斯&lt;/a&gt;, &lt;a href=&quot;http://ucloudy.pixnet.net/blog&quot; target=&quot;_blank&quot;&gt;ucloudy 恩恩媽&lt;/a&gt;, &lt;a href=&quot;http://www.calldoor.com.tw/mystore/jonba5&quot; target=&quot;_blank&quot;&gt;jonba5&amp;nbsp; 妞&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/sj16888&quot; target=&quot;_blank&quot;&gt;sj16888 樂樂&lt;/a&gt;, &lt;a href=&quot;http://celestechien.pixnet.net/blog&quot; target=&quot;_blank&quot;&gt;Celeste&lt;/a&gt;, &lt;a href=&quot;http://g30601.pixnet.net/blog&quot; target=&quot;_blank&quot;&gt;Max&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/ya0410&quot; target=&quot;_blank&quot;&gt;ya0410 ☆那個誰★&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/cuw1202&quot; target=&quot;_blank&quot;&gt;cuw1202 化老&lt;/a&gt;, &lt;a href=&quot;http://blog.save-earn.info/&quot;&gt;willy&lt;/a&gt;, &lt;a href=&quot;http://dmedia.centerbbs.com/blog/&quot; target=&quot;_blank&quot;&gt;彥子&lt;/a&gt;, &lt;a href=&quot;http://kellyisland.pixnet.net/blog/&quot; target=&quot;_blank&quot;&gt;Frank n Kelly&lt;/a&gt;, &lt;a href=&quot;http://blog.sina.com.tw/s224467/&quot; target=&quot;_blank&quot;&gt;歌未央&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/celia05168&quot; target=&quot;_blank&quot;&gt;celia05168 小咪&lt;/a&gt;, &lt;a href=&quot;http://hir818.pixnet.net/&quot;&gt;阿肥&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/ctc99999&quot; target=&quot;_blank&quot;&gt;ctc99999 公爵&lt;/a&gt;, &lt;a href=&quot;http://www.lusoft.idv.tw/&quot; target=&quot;_blank&quot;&gt;LuSoft&lt;/a&gt;, &lt;a href=&quot;http://hare48.pixnet.net/blog&quot; target=&quot;_blank&quot;&gt;hare48 野兔&lt;/a&gt;, &lt;a href=&quot;http://www.wretch.cc/blog/ludwig&quot; target=&quot;_blank&quot;&gt;小律&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/blue2510&quot; target=&quot;_blank&quot;&gt;blue2510 美娜&lt;/a&gt;, &lt;a href=&quot;http://blog.xuite.net/frank.hgs/GE&quot; target=&quot;_blank&quot;&gt;Frank&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/neko0719&quot; target=&quot;_blank&quot;&gt;neko0179 neko&lt;/a&gt;, &lt;a href=&quot;http://blog.yam.com/cx65jc&quot; target=&quot;_blank&quot;&gt;cx65jc longlong&lt;/a&gt;, &lt;a href=&quot;http://blog.joytown.tw/&quot; target=&quot;_blank&quot;&gt;Arno Ruan 敗家誌&amp;deg;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/center&gt;&lt;br /&gt;※ 有踢寶達人代言的喔&lt;/div&gt;&lt;center&gt;&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;1&quot; width=&quot;600&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align=&quot;left&quot; style=&quot;text-align: left;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://hare48.pixnet.net/blog&quot;&gt;野兔&lt;/a&gt;(踢寶達兔)：&lt;span class=&quot;WgtLink_CrystalBlue&quot;&gt;有在用，不只提示器好用，其它功能也不錯唷！ &lt;img align=&quot;absmiddle&quot; alt=&quot;&quot; src=&quot;http://ico.myweb.hinet.net/img/emotion/emotion_thumb.gif&quot; /&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/center&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt;(下載試用後，若覺得不錯，請留個言，讓我感動一下&lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/heart.gif&quot; /&gt; 也歡迎批評指教&lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif&quot; /&gt; 但廣告..刪無赦&lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/taface38.gif&quot; /&gt;)&lt;br /&gt;(&lt;/span&gt;&lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt; 即日起,&lt;/span&gt;&lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt; 使用 StatPlus 踢寶提示器,&lt;/span&gt;&lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt; 踢中寶的 Bo 動客, 若到此留下踢寶感言並註明踢寶時間 )&lt;br /&gt;( 將獲得 dllee 的微小投資喔, 限前 30 位 Bo 動客, 每位限一次, 請儘早來簽名唷 &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/taface14.gif&quot; /&gt;  )&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;上回發表的「&lt;a href=&quot;http://blog.yam.com/dllee/article/19121175&quot;&gt;StatPlus ★CatchBO★踢寶提示特別版&lt;/a&gt;」，相信幫不少人(包含我)踢到了寶箱 &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/otaface8.gif&quot; /&gt;&lt;br /&gt;&lt;br /&gt;不過，部分功能過於簡陋，導致提示效果不佳，或是因強制切換視窗的提示方式，導致正在&lt;br /&gt;線上打怪的玩家被怪物 KO &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/tounge_smile.gif&quot; /&gt;&amp;nbsp; 也因此有了這個更新版的出現，希望大家能繼續支持及愛用 &lt;img alt=&quot;&quot; src=&quot;http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif&quot; /&gt;&lt;br /&gt;&lt;br /&gt;本次將踢寶提示的所有設定整理成一個畫面：&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;img height=&quot;369&quot; width=&quot;680&quot; alt=&quot;&quot; src=&quot;http://pics9.blog.yam.com/11/userfile/d/dllee/album/1496c901bc9fab.png&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;在畫面中，可以看到新增「是否強制切換視窗」,「提示音選擇」,「選擇音效檔」,「循環播放設定」等&lt;br /&gt;設定，這些應該玩一玩就可以知道有些什麼差異了。&lt;/div&gt;&lt;br /&gt;
  &lt;a href=&quot;http://blog.yam.com/dllee/article/19177108&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
<div style="text-align: left;"><strong><span style="color: rgb(255, 0, 0);">※ 2008-01-25 除夕發紅包囉</span></strong> <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/taface11.gif" /><br />　 <strong><span style="color: rgb(255, 0, 0);">感謝以下 Bo 動客的留言、鼓勵及支持，一點點小小紅包，不成敬意 ~ ~</span></strong><br />　 <strong><span style="color: rgb(255, 0, 0);">再次</span></strong><strong><span style="color: rgb(255, 0, 0);">感</span></strong><strong><span style="color: rgb(255, 0, 0);">謝，並祝大家「新年快樂、踢寶順利」&nbsp; ( 我得脫軌去囉&nbsp;<img alt="" src="http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif" /> 過年期間留言慢回, 請見諒&nbsp;<img alt="" src="http://pics.blog.yam.com/images/smiley/msn/embaressed_smile.gif" /> )</span></strong><br />　 (順序只是按留言反順序整理, 沒有特別意思唷 <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/otaface7.gif" /><br /><center><table cellspacing="1" cellpadding="1" border="1" width="600"><tbody><tr><td align="left" style="text-align: left;"><a href="http://blog.yam.com/cctsai/" target="_blank">cctsai 佶也</a>, <a href="http://rain338.pixnet.net/blog" target="_blank">rain338 雨</a>, <a href="http://www.sonys.tw/" target="_blank">索尼斯</a>, <a href="http://ucloudy.pixnet.net/blog" target="_blank">ucloudy 恩恩媽</a>, <a href="http://www.calldoor.com.tw/mystore/jonba5" target="_blank">jonba5&nbsp; 妞</a>, <a href="http://blog.yam.com/sj16888" target="_blank">sj16888 樂樂</a>, <a href="http://celestechien.pixnet.net/blog" target="_blank">Celeste</a>, <a href="http://g30601.pixnet.net/blog" target="_blank">Max</a>, <a href="http://blog.yam.com/ya0410" target="_blank">ya0410 ☆那個誰★</a>, <a href="http://blog.yam.com/cuw1202" target="_blank">cuw1202 化老</a>, <a href="http://blog.save-earn.info/">willy</a>, <a href="http://dmedia.centerbbs.com/blog/" target="_blank">彥子</a>, <a href="http://kellyisland.pixnet.net/blog/" target="_blank">Frank n Kelly</a>, <a href="http://blog.sina.com.tw/s224467/" target="_blank">歌未央</a>, <a href="http://blog.yam.com/celia05168" target="_blank">celia05168 小咪</a>, <a href="http://hir818.pixnet.net/">阿肥</a>, <a href="http://blog.yam.com/ctc99999" target="_blank">ctc99999 公爵</a>, <a href="http://www.lusoft.idv.tw/" target="_blank">LuSoft</a>, <a href="http://hare48.pixnet.net/blog" target="_blank">hare48 野兔</a>, <a href="http://www.wretch.cc/blog/ludwig" target="_blank">小律</a>, <a href="http://blog.yam.com/blue2510" target="_blank">blue2510 美娜</a>, <a href="http://blog.xuite.net/frank.hgs/GE" target="_blank">Frank</a>, <a href="http://blog.yam.com/neko0719" target="_blank">neko0179 neko</a>, <a href="http://blog.yam.com/cx65jc" target="_blank">cx65jc longlong</a>, <a href="http://blog.joytown.tw/" target="_blank">Arno Ruan 敗家誌&deg;</a></td></tr></tbody></table></center><br />※ 有踢寶達人代言的喔</div><center><table cellspacing="1" cellpadding="1" border="1" width="600"><tbody><tr><td align="left" style="text-align: left;"><a target="_blank" href="http://hare48.pixnet.net/blog">野兔</a>(踢寶達兔)：<span class="WgtLink_CrystalBlue">有在用，不只提示器好用，其它功能也不錯唷！ <img align="absmiddle" alt="" src="http://ico.myweb.hinet.net/img/emotion/emotion_thumb.gif" /></span></td></tr></tbody></table></center><div style="text-align: center;"><span style="color: rgb(153, 51, 0);">(下載試用後，若覺得不錯，請留個言，讓我感動一下<img alt="" src="http://pics.blog.yam.com/images/smiley/msn/heart.gif" /> 也歡迎批評指教<img alt="" src="http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif" /> 但廣告..刪無赦<img alt="" src="http://pics.blog.yam.com/images/smiley/msn/taface38.gif" />)<br />(</span><span style="color: rgb(153, 51, 0);"> 即日起,</span><span style="color: rgb(153, 51, 0);"> 使用 StatPlus 踢寶提示器,</span><span style="color: rgb(153, 51, 0);"> 踢中寶的 Bo 動客, 若到此留下踢寶感言並註明踢寶時間 )<br />( 將獲得 dllee 的微小投資喔, 限前 30 位 Bo 動客, 每位限一次, 請儘早來簽名唷 <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/taface14.gif" />  )</span><span style="color: rgb(0, 0, 255);"><br /></span></div><br />上回發表的「<a href="http://blog.yam.com/dllee/article/19121175">StatPlus ★CatchBO★踢寶提示特別版</a>」，相信幫不少人(包含我)踢到了寶箱 <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/otaface8.gif" /><br /><br />不過，部分功能過於簡陋，導致提示效果不佳，或是因強制切換視窗的提示方式，導致正在<br />線上打怪的玩家被怪物 KO <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/tounge_smile.gif" />&nbsp; 也因此有了這個更新版的出現，希望大家能繼續支持及愛用 <img alt="" src="http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif" /><br /><br />本次將踢寶提示的所有設定整理成一個畫面：<div style="text-align: center;"><br /><img height="369" width="680" alt="" src="http://pics9.blog.yam.com/11/userfile/d/dllee/album/1496c901bc9fab.png" /></div><div style="text-align: left;"><br />在畫面中，可以看到新增「是否強制切換視窗」,「提示音選擇」,「選擇音效檔」,「循環播放設定」等<br />設定，這些應該玩一玩就可以知道有些什麼差異了。</div><br />
<a href="http://blog.yam.com/dllee/article/19177108">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/19177108</link>
  <category>自製軟體</category>
  <pubDate>Tue, 13 Jan 2009 22:09:30 +0800</pubDate>
</item>
<item>
  <title>StatPlus ★CatchBO★踢寶提示特別版</title>
  <description>
StatPlus 是我所開發的小工具，關於她的簡歷，可請參考舊文「&lt;a target=&quot;_blank&quot; href=&quot;http://blog.yam.com/dllee/article/13055687&quot;&gt;StatPlus系統資源監測器 v2.3.7.218&lt;/a&gt;」。 &lt;br /&gt;&lt;br /&gt; StatPlus 的功能很多，一時也說不完（是偷懶的藉口），直接進入今天的主題吧 &lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/tounge_smile.gif&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.catchbo.com/&quot; target=&quot;_blank&quot;&gt;★CatchBO★&lt;/a&gt;是&lt;a href=&quot;http://www.blog-orbit.com/refer.php?id=dllee&quot; target=&quot;_blank&quot;&gt;部落軌道&lt;/a&gt;的互動瀏覽器：&lt;br /&gt;&lt;a href=&quot;http://album.blog.yam.com/show.php?a=dllee&amp;amp;f=5505334&amp;amp;i=5935218&quot;&gt;&lt;img src=&quot;http://pics9.blog.yam.com/11/userfile/d/dllee/album/14965e3c277a3e.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;透過此互動瀏覽器，可以一覽BO動客之間的留言互動，以及最新的大聲公。&lt;br /&gt;&lt;br /&gt;為了提高互動，自 2008-12-30 起，&lt;a href=&quot;http://www.blog-orbit.com/refer.php?id=dllee&quot; target=&quot;_blank&quot;&gt;部落軌道&lt;/a&gt;在每個整點於&lt;a href=&quot;http://www.catchbo.com/&quot; target=&quot;_blank&quot;&gt;★CatchBO★&lt;/a&gt;互動瀏覽器舉行&lt;br /&gt;「&lt;a href=&quot;http://sonychuck.pixnet.net/blog/post/23971799&quot;&gt;寶箱踢踢樂&lt;/a&gt;」的活動，對於元旦假期宅在家的BO動客們，又多了一項好玩任務。&lt;br /&gt;&lt;br /&gt;自活動開始以來，BO動客們最常發生的事：&lt;br /&gt;　　　　　&lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/omg_smile.gif&quot; alt=&quot;&quot; /&gt; 呀, 整點過了&lt;br /&gt;　　　　　&lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/whatchutalkingabout_smile.gif&quot; alt=&quot;&quot; /&gt; 什麼, 又過了&lt;br /&gt;　　　　　&lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/angry_smile.gif&quot; alt=&quot;&quot; /&gt; 吼, 又過了&lt;br /&gt;　　　　　&lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/cry_smile.gif&quot; alt=&quot;&quot; /&gt; 哇哇, 又過了啦 ~ ~ ~&lt;br /&gt;&lt;br /&gt;如果您也有這樣的困擾，務必試用最新釋出的「StatPlus ★CatchBO★踢寶提示特別版」 &lt;img src=&quot;http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
  &lt;a href=&quot;http://blog.yam.com/dllee/article/19121175&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
StatPlus 是我所開發的小工具，關於她的簡歷，可請參考舊文「<a target="_blank" href="http://blog.yam.com/dllee/article/13055687">StatPlus系統資源監測器 v2.3.7.218</a>」。 <br /><br /> StatPlus 的功能很多，一時也說不完（是偷懶的藉口），直接進入今天的主題吧 <img src="http://pics.blog.yam.com/images/smiley/msn/tounge_smile.gif" alt="" /><br /><br /><a href="http://www.catchbo.com/" target="_blank">★CatchBO★</a>是<a href="http://www.blog-orbit.com/refer.php?id=dllee" target="_blank">部落軌道</a>的互動瀏覽器：<br /><a href="http://album.blog.yam.com/show.php?a=dllee&amp;f=5505334&amp;i=5935218"><img src="http://pics9.blog.yam.com/11/userfile/d/dllee/album/14965e3c277a3e.png" alt="" /></a><br /><br />透過此互動瀏覽器，可以一覽BO動客之間的留言互動，以及最新的大聲公。<br /><br />為了提高互動，自 2008-12-30 起，<a href="http://www.blog-orbit.com/refer.php?id=dllee" target="_blank">部落軌道</a>在每個整點於<a href="http://www.catchbo.com/" target="_blank">★CatchBO★</a>互動瀏覽器舉行<br />「<a href="http://sonychuck.pixnet.net/blog/post/23971799">寶箱踢踢樂</a>」的活動，對於元旦假期宅在家的BO動客們，又多了一項好玩任務。<br /><br />自活動開始以來，BO動客們最常發生的事：<br />　　　　　<img src="http://pics.blog.yam.com/images/smiley/msn/omg_smile.gif" alt="" /> 呀, 整點過了<br />　　　　　<img src="http://pics.blog.yam.com/images/smiley/msn/whatchutalkingabout_smile.gif" alt="" /> 什麼, 又過了<br />　　　　　<img src="http://pics.blog.yam.com/images/smiley/msn/angry_smile.gif" alt="" /> 吼, 又過了<br />　　　　　<img src="http://pics.blog.yam.com/images/smiley/msn/cry_smile.gif" alt="" /> 哇哇, 又過了啦 ~ ~ ~<br /><br />如果您也有這樣的困擾，務必試用最新釋出的「StatPlus ★CatchBO★踢寶提示特別版」 <img src="http://pics.blog.yam.com/images/smiley/msn/wink_smile.gif" alt="" /><br />
<a href="http://blog.yam.com/dllee/article/19121175">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/19121175</link>
  <category>自製軟體</category>
  <pubDate>Thu, 08 Jan 2009 22:05:45 +0800</pubDate>
</item>
<item>
  <title>StatPlus系統資源監測器 v2.3.7.218</title>
  <description>
&lt;a href=&quot;&quot; target=_blank&gt;StatPlus&lt;/a&gt; 原本是我在10年前玩 &lt;a href=&quot;http://www.geoshell.com&quot; target=_blank&gt;geOShell&lt;/a&gt; 時，修改了 &lt;a href=&quot;http://docs.geoshell.org/display/R4/GeoStat.html&quot; target=_blank&gt;geOStat&lt;/a&gt; 的插件(&lt;a href=&quot;http://docs.geoshell.org/display/R4/GeoShell+Plugins.html&quot; target=_blank&gt;Plugin&lt;/a&gt;)為 &lt;a href=&quot;http://docs.geoshell.org/display/R4/GeoStatPlus.html&quot; target=_blank&gt;geOStatPlus&lt;/a&gt; 後，隨著作業系統演進，在不使用 &lt;a href=&quot;http://www.geoshell.com&quot; target=_blank&gt;geOShell&lt;/a&gt; 後，仍想要有 &lt;a href=&quot;http://docs.geoshell.org/display/R4/GeoStatPlus.html&quot; target=_blank&gt;geOStatPlus&lt;/a&gt; 的一些功能，於是改用 BCB 重新改寫為可獨立運作的版本，並自 2003-02-08 起發表於&lt;a href=&quot;http://free.greenworld.com.tw/~dllee/&quot; target=_blank&gt;個人網站&lt;/a&gt;及 &lt;a href=&quot;http://delphi.ktop.com.tw&quot; target=_blank&gt;Delphi.Ktop&lt;/a&gt;。&lt;br&gt;
之後，加了許多小功能，大多的程式功能及作法都在 &lt;a href=&quot;http://delphi.ktop.com.tw&quot; target=_blank&gt;Delphi.Ktop&lt;/a&gt; 有相關的發表，StatPlus 則是整理後，再加到她的功能列表。有部分功能則是工作上需要用到，也把它加進去，讓她更好用。&lt;br&gt;
目前備有中文簡繁體及英文版，其他語言可自程式附屬的 ini 檔進行修改。&lt;br&gt;
&lt;br&gt;



  &lt;a href=&quot;http://blog.yam.com/dllee/article/13055687&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
<a href="" target=_blank>StatPlus</a> 原本是我在10年前玩 <a href="http://www.geoshell.com" target=_blank>geOShell</a> 時，修改了 <a href="http://docs.geoshell.org/display/R4/GeoStat.html" target=_blank>geOStat</a> 的插件(<a href="http://docs.geoshell.org/display/R4/GeoShell+Plugins.html" target=_blank>Plugin</a>)為 <a href="http://docs.geoshell.org/display/R4/GeoStatPlus.html" target=_blank>geOStatPlus</a> 後，隨著作業系統演進，在不使用 <a href="http://www.geoshell.com" target=_blank>geOShell</a> 後，仍想要有 <a href="http://docs.geoshell.org/display/R4/GeoStatPlus.html" target=_blank>geOStatPlus</a> 的一些功能，於是改用 BCB 重新改寫為可獨立運作的版本，並自 2003-02-08 起發表於<a href="http://free.greenworld.com.tw/~dllee/" target=_blank>個人網站</a>及 <a href="http://delphi.ktop.com.tw" target=_blank>Delphi.Ktop</a>。<br>
之後，加了許多小功能，大多的程式功能及作法都在 <a href="http://delphi.ktop.com.tw" target=_blank>Delphi.Ktop</a> 有相關的發表，StatPlus 則是整理後，再加到她的功能列表。有部分功能則是工作上需要用到，也把它加進去，讓她更好用。<br>
目前備有中文簡繁體及英文版，其他語言可自程式附屬的 ini 檔進行修改。<br>
<br>



<a href="http://blog.yam.com/dllee/article/13055687">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/13055687</link>
  <category>自製軟體</category>
  <pubDate>Tue, 18 Dec 2007 08:32:26 +0800</pubDate>
</item>
<item>
  <title>輸入法反查拆碼及注音字顯示測試 v2</title>
  <description>
幾天前發表的&lt;a href=&quot;http://blog.yam.com/dllee/article/12470843&quot; target=_blank&gt;輸入法反查拆碼及注音字顯示測試&lt;/a&gt;，在顯示破音字上有一些問題，同時在操作上也會因輸入注音字後，顯示的選字浮動視窗擋住了 [ 拆碼 ] 按鈕。附件的更新版主要修正破音字顯示問題及修改版面，讓操作更方便。在顯示國字的部分，加上十字線，與低年級作業簿相同，另外加了顯示字型的選擇，可以使用其他字體顯示，如&lt;a href=&quot;http://blog.yam.com/dllee/article/12496301&quot;&gt;教育部標準字型&lt;/a&gt;，以下是截圖：&lt;br&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://pics9.blog.yam.com/4/userfile/d/dllee/blog/14733a4a4c79ba.png&quot; alt=&quot;&quot; style=&quot;border-width: 0; margin: 0.7em 0;&quot; /&gt;&lt;/div&gt;&lt;br&gt;
&lt;a href =&quot;http://pics4.blog.yam.com/4/attachfile/6/1/2/216892/1/14733a6b7bc802.zip&quot; &gt;&lt;img src= &quot;http://pics.blog.yam.com/images/padmin/attachfile.gif&quot;&gt;附件：輸入法反查拆碼及注音字顯示測試 v2&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
幾天前發表的<a href="http://blog.yam.com/dllee/article/12470843" target=_blank>輸入法反查拆碼及注音字顯示測試</a>，在顯示破音字上有一些問題，同時在操作上也會因輸入注音字後，顯示的選字浮動視窗擋住了 [ 拆碼 ] 按鈕。附件的更新版主要修正破音字顯示問題及修改版面，讓操作更方便。在顯示國字的部分，加上十字線，與低年級作業簿相同，另外加了顯示字型的選擇，可以使用其他字體顯示，如<a href="http://blog.yam.com/dllee/article/12496301">教育部標準字型</a>，以下是截圖：<br>
<div style="text-align: center"><img src="http://pics9.blog.yam.com/4/userfile/d/dllee/blog/14733a4a4c79ba.png" alt="" style="border-width: 0; margin: 0.7em 0;" /></div><br>
<a href ="http://pics4.blog.yam.com/4/attachfile/6/1/2/216892/1/14733a6b7bc802.zip" ><img src= "http://pics.blog.yam.com/images/padmin/attachfile.gif">附件：輸入法反查拆碼及注音字顯示測試 v2</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/12501370</link>
  <category>自製軟體</category>
  <pubDate>Fri, 09 Nov 2007 08:03:08 +0800</pubDate>
</item>
<item>
  <title>輸入法反查拆碼及注音字顯示測試</title>
  <description>
之前提到想寫的注音練習程式，在經過多日測試後，有了以下的成果：&lt;br&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://pics9.blog.yam.com/4/userfile/d/dllee/blog/14731151f54c51.png&quot; alt=&quot;&quot; style=&quot;border-width: 0; margin: 0.7em 0;&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;a href =&quot;http://pics4.blog.yam.com/4/attachfile/6/1/2/216892/1/14731168b3140d.zip&quot; &gt;&lt;img src= &quot;http://pics.blog.yam.com/images/padmin/attachfile.gif&quot;&gt;附件：輸入法反查拆碼及注音字顯示測試&lt;/a&gt;
  &lt;a href=&quot;http://blog.yam.com/dllee/article/12470843&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
之前提到想寫的注音練習程式，在經過多日測試後，有了以下的成果：<br>
<div style="text-align: center"><img src="http://pics9.blog.yam.com/4/userfile/d/dllee/blog/14731151f54c51.png" alt="" style="border-width: 0; margin: 0.7em 0;" /></div><br><a href ="http://pics4.blog.yam.com/4/attachfile/6/1/2/216892/1/14731168b3140d.zip" ><img src= "http://pics.blog.yam.com/images/padmin/attachfile.gif">附件：輸入法反查拆碼及注音字顯示測試</a>
<a href="http://blog.yam.com/dllee/article/12470843">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/12470843</link>
  <category>自製軟體</category>
  <pubDate>Wed, 07 Nov 2007 08:28:03 +0800</pubDate>
</item>
<item>
  <title>使用管理者權限執行遊戲的小工具 Part2</title>
  <description>
在前一篇「&lt;a href=&quot;http://blog.yam.com/dllee/article/9312367&quot;&gt;使用管理者權限執行遊戲的小工具&lt;/a&gt;」介紹了如何使用管理者權限執行程式，這篇也是一樣，同樣希望在受限制的帳號下以管理者的權限執行程式，不同的是，此工具主要是用來取代原有的執行檔，原執行檔需手動改名，再由此工具將程式轉向原執行檔去執行。&lt;br /&gt;
主要用途在於，當一個應用程式一定要在管理者權限下才能運作，同時，它有設定檔案關連，例如 .doc 檔，點它，它會自動執行 Word 去開啟那個 .doc 檔。在這種應用下，&lt;a href=&quot;http://blog.yam.com/dllee/article/9312367&quot;&gt;Run As Administrator&lt;/a&gt; 無法使用，此時，請改用此工具 &lt;a href=&quot;http://blog.yam.com/dllee/article/9371569&quot;&gt;Run As Administrator with Redirection&lt;/a&gt;。&lt;br /&gt;
需要注意的是，當應用程式本身會自動更新時，就無法使用此工具了，例如線上遊戲，可能每週或一段時間就會更新主程式，此時，應使用 &lt;a href=&quot;http://blog.yam.com/dllee/article/9312367&quot;&gt;Run As Administrator&lt;/a&gt; 這個工具。&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://pics9.blog.yam.com/5/userfile/d/dllee/blog/1461a3e3e9bd23.png&quot; alt=&quot;&quot; style=&quot;border-width: 0; margin: 0.7em 0;&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href =&quot;http://pics5.blog.yam.com/5/attachfile/6/1/2/216892/1/1461a4097db4b9.zip&quot; &gt;&lt;img src= &quot;http://pics.blog.yam.com/images/padmin/attachfile.gif&quot;&gt;下載 RunAdminRedirection 小工具 (請自行將下載後的檔名改為 RunAdminRedirection.zip)&lt;/a&gt;
  &lt;a href=&quot;http://blog.yam.com/dllee/article/9371569&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
在前一篇「<a href="http://blog.yam.com/dllee/article/9312367">使用管理者權限執行遊戲的小工具</a>」介紹了如何使用管理者權限執行程式，這篇也是一樣，同樣希望在受限制的帳號下以管理者的權限執行程式，不同的是，此工具主要是用來取代原有的執行檔，原執行檔需手動改名，再由此工具將程式轉向原執行檔去執行。<br />
主要用途在於，當一個應用程式一定要在管理者權限下才能運作，同時，它有設定檔案關連，例如 .doc 檔，點它，它會自動執行 Word 去開啟那個 .doc 檔。在這種應用下，<a href="http://blog.yam.com/dllee/article/9312367">Run As Administrator</a> 無法使用，此時，請改用此工具 <a href="http://blog.yam.com/dllee/article/9371569">Run As Administrator with Redirection</a>。<br />
需要注意的是，當應用程式本身會自動更新時，就無法使用此工具了，例如線上遊戲，可能每週或一段時間就會更新主程式，此時，應使用 <a href="http://blog.yam.com/dllee/article/9312367">Run As Administrator</a> 這個工具。<br />
<div style="text-align: center"><img src="http://pics9.blog.yam.com/5/userfile/d/dllee/blog/1461a3e3e9bd23.png" alt="" style="border-width: 0; margin: 0.7em 0;" /></div><br />
<br />
<a href ="http://pics5.blog.yam.com/5/attachfile/6/1/2/216892/1/1461a4097db4b9.zip" ><img src= "http://pics.blog.yam.com/images/padmin/attachfile.gif">下載 RunAdminRedirection 小工具 (請自行將下載後的檔名改為 RunAdminRedirection.zip)</a>
<a href="http://blog.yam.com/dllee/article/9371569">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/9371569</link>
  <category>自製軟體</category>
  <pubDate>Mon, 09 Apr 2007 21:13:59 +0800</pubDate>
</item>
<item>
  <title>使用管理者權限執行遊戲的小工具</title>
  <description>
最近因親友的電腦實在是太容易中毒了，只好取消他們的使用權限，全部都是受限制的用戶，只有我可以幫他們安裝程式，省得亂安裝中毒還要麻煩我。不過，這樣作的後果是有太多的程式在受限制的用戶模式下無法順利運作，需要特別處理。&lt;br /&gt;
還記得去年提過「&lt;a href=&quot;http://blog.yam.com/dllee/article/3268919&quot;&gt;XP 使用者權限管理應該要好好重新檢討&lt;/a&gt;」，本以為這樣就解決了，沒想到XP竟然不會記錄設定，每次使用都得輸入一次管理者的帳號/密碼，而我又不住他家，不就等於是沒用！這樣的方式，確實是得好好重新檢討。不知道最新版的 Vista 是否有改善。&lt;br /&gt;
在這種狀況下，只能自立救濟，自己寫一個吧。&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://pics9.blog.yam.com/6/userfile/d/dllee/blog/146172ab6b6c4f.png&quot; alt=&quot;&quot; style=&quot;border-width: 0; margin: 0.7em 0;&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href =&quot;http://pics6.blog.yam.com/6/attachfile/6/1/2/216892/1/146172c9f3d639.zip&quot; &gt;&lt;img src= &quot;http://pics.blog.yam.com/images/padmin/attachfile.gif&quot;&gt; 下載 RunAdmin 小工具 (請自行將下載後的檔名改為 RunAdmin.zip)  &lt;/a&gt;&lt;br /&gt;

  &lt;a href=&quot;http://blog.yam.com/dllee/article/9312367&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
最近因親友的電腦實在是太容易中毒了，只好取消他們的使用權限，全部都是受限制的用戶，只有我可以幫他們安裝程式，省得亂安裝中毒還要麻煩我。不過，這樣作的後果是有太多的程式在受限制的用戶模式下無法順利運作，需要特別處理。<br />
還記得去年提過「<a href="http://blog.yam.com/dllee/article/3268919">XP 使用者權限管理應該要好好重新檢討</a>」，本以為這樣就解決了，沒想到XP竟然不會記錄設定，每次使用都得輸入一次管理者的帳號/密碼，而我又不住他家，不就等於是沒用！這樣的方式，確實是得好好重新檢討。不知道最新版的 Vista 是否有改善。<br />
在這種狀況下，只能自立救濟，自己寫一個吧。<br />
<br />
<div style="text-align: center"><img src="http://pics9.blog.yam.com/6/userfile/d/dllee/blog/146172ab6b6c4f.png" alt="" style="border-width: 0; margin: 0.7em 0;" /></div><br />
<br />
<a href ="http://pics6.blog.yam.com/6/attachfile/6/1/2/216892/1/146172c9f3d639.zip" ><img src= "http://pics.blog.yam.com/images/padmin/attachfile.gif"> 下載 RunAdmin 小工具 (請自行將下載後的檔名改為 RunAdmin.zip)  </a><br />

<a href="http://blog.yam.com/dllee/article/9312367">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/9312367</link>
  <category>自製軟體</category>
  <pubDate>Sat, 07 Apr 2007 13:20:45 +0800</pubDate>
</item>
<item>
  <title>程式自動轉向 v3</title>
  <description>
&lt;a href=&quot;http://rapidshare.de/files/14327869/PKUNZIP.ZIP.html&quot; target=_new&gt;程式自動轉向 v3 [download from rapidshare]&lt;/a&gt;
在 Delphi.KTOP 有發表過程式自動轉向，主要應用在某軟體在運作中可能叫用其他外部程式，進行其他處理，如編輯、壓縮/解壓縮、加密/解密、檢查保護、等等，利用此程式轉向工具，可以把程式被叫用時的命令列參數秀出來，加以利用。
目前放在 rapidshare 上的這一份，是第 3 版，可以使用 INI 定義如：
  &lt;a href=&quot;http://blog.yam.com/dllee/article/1375077&quot;&gt;(觀看全文...)&lt;/a&gt;
   </description>

<content:encoded><![CDATA[
<a href="http://rapidshare.de/files/14327869/PKUNZIP.ZIP.html" target=_new>程式自動轉向 v3 [download from rapidshare]</a>
在 Delphi.KTOP 有發表過程式自動轉向，主要應用在某軟體在運作中可能叫用其他外部程式，進行其他處理，如編輯、壓縮/解壓縮、加密/解密、檢查保護、等等，利用此程式轉向工具，可以把程式被叫用時的命令列參數秀出來，加以利用。
目前放在 rapidshare 上的這一份，是第 3 版，可以使用 INI 定義如：
<a href="http://blog.yam.com/dllee/article/1375077">(觀看全文...)</a>
]]>
</content:encoded>


  <link>http://blog.yam.com/dllee/article/1375077</link>
  <category>自製軟體</category>
  <pubDate>Tue, 28 Feb 2006 17:26:49 +0800</pubDate>
</item>
</channel>
</rss>