<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>系統相關</title><link>http://blog.blueshop.com.tw/ajun/category/158.aspx</link><description>系統相關</description><managingEditor>孤影</managingEditor><dc:language>zh-TW</dc:language><generator>.Text Version 0.95.2004.101</generator><item><dc:creator>孤影</dc:creator><title>SSL到底是什麼??</title><link>http://blog.blueshop.com.tw/ajun/archive/2006/09/01/37111.aspx</link><pubDate>Fri, 01 Sep 2006 13:25:00 GMT</pubDate><guid>http://blog.blueshop.com.tw/ajun/archive/2006/09/01/37111.aspx</guid><wfw:comment>http://blog.blueshop.com.tw/ajun/comments/37111.aspx</wfw:comment><comments>http://blog.blueshop.com.tw/ajun/archive/2006/09/01/37111.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blog.blueshop.com.tw/ajun/comments/commentRss/37111.aspx</wfw:commentRss><trackback:ping>http://blog.blueshop.com.tw/ajun/services/trackbacks/37111.aspx</trackback:ping><description>&lt;p&gt;之前,當奈米這種"單位"被發現以後,市面上開始出現了一堆打著奈米名號的東西,&lt;br&gt;不管是衣食住行娛樂,只要冠上奈米,似乎就是品質的保證...&lt;/p&gt; &lt;p&gt;而在網路上,電子商務開始熱門,&lt;br&gt;網路交易也越來越頻繁,&lt;br&gt;而SSL似乎也變成了交易安全的品質保證,&lt;br&gt;但是...有多少人真的了解什麼是SSL嗎??&lt;br&gt;網站說他們有提供所謂的128 bits SSL加密保護,&lt;br&gt;那就真的是有嗎??&lt;/p&gt; &lt;p&gt;有沒有什麼方式可以判斷呢??&lt;/p&gt; &lt;p&gt;下面是昨天要做線上沖印時遇到的...&lt;br&gt;我怎麼一直覺得怪怪的...有誰可以告訴我他的加密保護是怎麼保護嗎??&lt;br&gt;&lt;br&gt;&lt;img src="http://ajunlee.googlepages.com/photofast.jpg"&gt;&lt;/p&gt;&lt;img src ="http://blog.blueshop.com.tw/ajun/aggbug/37111.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>孤影</dc:creator><title>資料夾同步</title><link>http://blog.blueshop.com.tw/ajun/archive/2006/08/21/35990.aspx</link><pubDate>Mon, 21 Aug 2006 13:02:00 GMT</pubDate><guid>http://blog.blueshop.com.tw/ajun/archive/2006/08/21/35990.aspx</guid><wfw:comment>http://blog.blueshop.com.tw/ajun/comments/35990.aspx</wfw:comment><comments>http://blog.blueshop.com.tw/ajun/archive/2006/08/21/35990.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.blueshop.com.tw/ajun/comments/commentRss/35990.aspx</wfw:commentRss><trackback:ping>http://blog.blueshop.com.tw/ajun/services/trackbacks/35990.aspx</trackback:ping><description>&lt;p&gt;之前,在同步檔案的時候,我們都習慣去找一些同步的工具來做,&lt;br&gt;其實,在windows下的xcopy就可以做到了!!&lt;/p&gt; &lt;p&gt;假設我們有個資料夾為d:\tmp跟e:\tmp&lt;br&gt;而我們只要將d:\tmp中有異動的檔案複製到e:\tmp下的話,&lt;/p&gt; &lt;p&gt;用法如下&lt;br&gt;&lt;font color="#ff0000"&gt;xcopy d:\tmp\. e:\tmp\ /D /S&amp;nbsp;/Y&lt;/font&gt;&lt;/p&gt; &lt;p&gt;其中/D 表示&lt;font color="#0080c0"&gt;只複製那些來源檔案日期比目的檔案日期為新的檔案&lt;/font&gt;,&lt;br&gt;/S 表示複製每個目錄及其包含的子目錄，不複製空目錄.&lt;br&gt;假如空目錄也要複製的話,可以使用/E&lt;br&gt;另外,如果只要複製資料夾結構而不複製檔案的話,可以用/T&lt;br&gt;&lt;font color="#000000"&gt;而/Y 則表示&lt;font color="#0080c0"&gt;不要提示您確認是否要覆蓋一個已經存在的檔案。&lt;/font&gt;&lt;br&gt;這樣他就不會一直跳出確認覆蓋的視窗.&lt;/font&gt;&lt;/p&gt;假如你想要知道有哪些檔案被複製的話,可以加個/F,&lt;br&gt;/F 表示&lt;font color="#0080c0"&gt;在複製時顯示來源及目的檔案的全部檔名。&lt;br&gt;&lt;/font&gt; &lt;p&gt;另外,如果你要同步不同電腦的資料夾的話,&lt;br&gt;則要先建立網路磁碟機,&lt;br&gt;用法如下&lt;/p&gt; &lt;p&gt;&lt;font color="#ff0000"&gt;net use z: \\ip位址\資料夾名稱&amp;nbsp;密碼 /user:帳號&lt;br&gt;xcopy z:\. e:\tmp\ /d /s /y /z&lt;br&gt;net use /delete z:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;用net use將資料夾加入網路磁碟機z:&lt;br&gt;等同步完後再將z:刪除&lt;br&gt;而xcopy則加了一個參數/Z&lt;br&gt;他的說明是"&lt;font color="#0080c0"&gt;在可重新開始的模式中複製網路檔案。&lt;/font&gt;"&lt;br&gt;不過很多人應該有看沒有懂...&lt;br&gt;摘自網路上的說明 : "如果您在複製階段失去連線 (例如，如果伺服器切斷伺服器連線的話)， 在您重新建立連線之後會恢復複製"!!&lt;br&gt;(取自小紅帽技術論壇 : &lt;a href="http://redhat.ecenter.idv.tw/bbs/showthread.php?s=..."&gt;http://redhat.ecenter.idv.tw/bbs/showthread.php?s=...&lt;/a&gt;)&lt;/p&gt;&lt;img src ="http://blog.blueshop.com.tw/ajun/aggbug/35990.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>孤影</dc:creator><title>記事本[notepad]的密技</title><link>http://blog.blueshop.com.tw/ajun/archive/2006/07/11/32948.aspx</link><pubDate>Tue, 11 Jul 2006 02:07:00 GMT</pubDate><guid>http://blog.blueshop.com.tw/ajun/archive/2006/07/11/32948.aspx</guid><wfw:comment>http://blog.blueshop.com.tw/ajun/comments/32948.aspx</wfw:comment><comments>http://blog.blueshop.com.tw/ajun/archive/2006/07/11/32948.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.blueshop.com.tw/ajun/comments/commentRss/32948.aspx</wfw:commentRss><trackback:ping>http://blog.blueshop.com.tw/ajun/services/trackbacks/32948.aspx</trackback:ping><description>&lt;p&gt;要使用這密技,請照下面步驟執行.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;開啟一個新的記事本(notepad.exe)&lt;/li&gt;
&lt;li&gt;在第一行輸入 .LOG (注意:是大寫),在來按Enter跳第二行後存檔離開.&lt;/li&gt;
&lt;li&gt;開啟剛剛存檔的記事本檔案...這時,你就會看到密技的效果了!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;每次你開啟該檔案,他會就新增時間字串在最下方,
&lt;br/&gt;
其實要貼上時間的話,你也可以手動按F5貼上時間字串,
&lt;br/&gt;
不過用這方式的話,就是自動產生!!&lt;/p&gt;
&lt;p&gt;相關連結 : &lt;a href="http://support.microsoft.com/?kbid=260563"&gt;&lt;em&gt;KB260563&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src ="http://blog.blueshop.com.tw/ajun/aggbug/32948.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>孤影</dc:creator><title>修改IIS6.0預設檔案上傳200K限制</title><link>http://blog.blueshop.com.tw/ajun/archive/2004/10/13/489.aspx</link><pubDate>Wed, 13 Oct 2004 11:32:00 GMT</pubDate><guid>http://blog.blueshop.com.tw/ajun/archive/2004/10/13/489.aspx</guid><wfw:comment>http://blog.blueshop.com.tw/ajun/comments/489.aspx</wfw:comment><comments>http://blog.blueshop.com.tw/ajun/archive/2004/10/13/489.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.blueshop.com.tw/ajun/comments/commentRss/489.aspx</wfw:commentRss><trackback:ping>http://blog.blueshop.com.tw/ajun/services/trackbacks/489.aspx</trackback:ping><description>&lt;P&gt;如果你是跑win 2003 IIS 6.0的話,&lt;BR&gt;不知道你是否也有遇過這問題,&lt;BR&gt;就是上傳檔案的時候,如果檔案大於200KB就會出問題.&lt;/P&gt;
&lt;P&gt;而解決的方法大致如下:&lt;/P&gt;
&lt;P&gt;用文字編輯器開啟 C:\windows\sytem32\inetserv\metabase.xml&lt;BR&gt;尋找字串 AspMaxRequestEntityAllowed &lt;BR&gt;將 204800 (200KB) 改成你要的大小&lt;/P&gt;
&lt;P&gt;而這是針對檔案上傳的部分,&lt;BR&gt;如果你在下載檔案的時候,過大的檔案也有問題的話,&lt;BR&gt;可以修改其中的 AspBufferingLimit ,&lt;BR&gt;預設的是 4MB&lt;/P&gt;
&lt;P&gt;相關資料&lt;BR&gt;&lt;A href="http://forum.discountasp.net/topic.asp?TOPIC_ID=371"&gt;http://forum.discountasp.net/topic.asp?TOPIC_ID=371&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;節錄&lt;SPAN class=spnMessageText id=msg&gt;&lt;FONT color=#191970&gt; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-RIGHT: #999999 1px dotted; BORDER-TOP: #999999 1px dotted; BORDER-LEFT: #999999 1px dotted; WIDTH: 100%; BORDER-BOTTOM: #999999 1px dotted; BACKGROUND-COLOR: #e1ffff"&gt;
&lt;P&gt;IIS 6.0: upload and download issues If any of you are having issues with uploads and downloads with file sizes greater than 200K and are running IIS 6.0, try these solutions first: open up the file "metabase.xml" with notepad...should be located in C:\windows\sytem32\inetserv. Find the variable named "AspMaxRequestEntityAllowed", it's set at 204800 (200K) and change it to the desired size. And there you have it. For downloading Find the variable named "AspBufferingLimit" and change it to something greater than what is there. By default this is set to around 4 megs. By changing this variable you are increasing the max size of ASP response buffer, thus letting you download files greater than 4 megs. By increasing the number of these variables, you can controll the size of uploads and downloads (respectively). &lt;/P&gt;
&lt;P&gt;A NOTE: Before making changes to this file. You must first go to IIS and right click the server and select properties. Check the box that says allow changes to MetaBase configuration while IIS is running. If you don't you will find that the metabase.xml file is locked. For good house cleaning you should go back and uncheck this after making your changes.&lt;/P&gt;&lt;/DIV&gt;&lt;img src ="http://blog.blueshop.com.tw/ajun/aggbug/489.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>