<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_jason820.net</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/7075/rss</id><updated>2007-09-06T03:57:49Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7075/rss"/><entry><id>http://www.cnblogs.com/jason820/archive/2007/09/06/884183.html</id><title type="text">調整圖片大小範例</title><summary type="text">現在有很多系統都提供讓使用者加入或上傳圖片的功能，有時候為了限制上傳圖片的尺寸，避免使用者上傳太大的檔案，造成系統的負擔，或是像很多照片分享網站(例如:Flickr)，也會提供不同的圖片尺寸功能如果也有類似需求，可以參考以下的範例。.NET裡的Image這個類別，對於Image檔案的存取提供了很強大的功能，另外再配合Graphics，就可以很容易的就去做些圖片內容的修改，有興趣的研究看看。Code...</summary><published>2007-09-06T03:58:00Z</published><updated>2007-09-06T03:58:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2007/09/06/884183.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2007/09/06/884183.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2006/11/01/546592.html</id><title type="text">.NET 雜湊碼計算API使用範例</title><summary type="text">雜湊碼的應用範圍很廣，舉凡密碼的加密，或是檔案傳輸過程的驗證，或是替一組數據(或一個檔案)產生一個短一點的認證碼，.NET Framework已經提供有現成的類別，支援最常用的MD5跟SHA等演算法，下面程式碼簡單示範叫用的程序。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighli...</summary><published>2006-11-01T04:06:00Z</published><updated>2006-11-01T04:06:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2006/11/01/546592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2006/11/01/546592.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2006/05/10/396422.html</id><title type="text">使用C#調用外部程式或是執行DOS命令</title><summary type="text">在.NET裡要如何調用外部程式呢??在.net裡，提供了Process類，提供我們強大的調用外部工具功能，並透過重新導向輸入與輸出，可以取得執行結果，下面就用一個例子來示範在一個WinForm裡輸入一個Dos命令，然後呼叫CMD.EXE來執行，並取回執行的結果。[程式畫面][程式碼]Code highlighting produced by Actipro CodeHighlighter (fre...</summary><published>2006-05-10T08:40:00Z</published><updated>2006-05-10T08:40:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2006/05/10/396422.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2006/05/10/396422.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2006/03/31/363739.html</id><title type="text">如何在編輯DataBindings時，執行換行的轉換</title><summary type="text">因為網頁上有個欄位允許使用者輸入多行文字，可是如果只是單純的把該欄位直接跟Label Binding起來時，顯示出來的結果不會有換行的效果，只要改用自行繫結，然後用下面的方法，把輸出文字裡面的換行文字"\n"轉換成HTML的換行標籤&amp;lt;br&amp;gt;就好了 Eval("Description").ToString().Replace("\n","&amp;lt;br&amp;gt;")</summary><published>2006-03-31T08:45:00Z</published><updated>2006-03-31T08:45:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2006/03/31/363739.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2006/03/31/363739.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2004/11/11/62560.html</id><title type="text">ModelMaker的教學網站</title><summary type="text">Delphi 7 Studio以UML技術為基礎，提供視覺化塑模(visual modeling)及重構(Refactoring)工具，有效率地協助您規劃應用程式架構。Delphi 7 Studio Enterprise版本以上內建ModelMaker塑模工具，原生整合於Delphi開發環境中，將視覺化繪製之UML圖形轉換為程式碼。Delphi 7 Studio Architect版所提供之Bold for Delphi塑模環境，進一步提供反向工程(reverse engineering)能力，即時將您的程式碼轉化為視覺化UML圖形，提昇設計與程式碼品質，並可運用現成之設計模式(design patterns)及建立較大之模型(model)，節省您寶貴的時間。</summary><published>2004-11-11T02:00:00Z</published><updated>2004-11-11T02:00:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2004/11/11/62560.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2004/11/11/62560.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2004/11/09/61835.html</id><title type="text">一個可序列化的類別示範</title><summary type="text">XML 序列化 (Serialization) 是將物件公用屬性和欄位轉換為儲存或傳輸所用的序列格式 (此處即為 XML) 的程序。&amp;#160; using&amp;#160;System;using&amp;#160;System.Xml.Serialization;namespace&amp;#160;CarService{&amp;#160;&amp;#160;&amp;#160;&amp;#160;/**////&amp;#160;&amp;lt;summar...</summary><published>2004-11-09T03:03:00Z</published><updated>2004-11-09T03:03:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2004/11/09/61835.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2004/11/09/61835.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2004/11/08/61482.html</id><title type="text">Borland BDNtv:藉由Delphi 2005內建的ECO II，由現有的資料庫建構模型</title><summary type="text">今天在Borland Developer Network看到一個新的示範影片，展示如何使用Delphi 2005內建的ECO II，從一個現在的資料庫，自動去讀取資料庫的資料結構與設定，產生EcoSpace裡的Model設定，快速的建立模型驅動的應用程式。詳細內容：http://bdn.borland.com/article/0,1410,32761,00.html</summary><published>2004-11-08T05:06:00Z</published><updated>2004-11-08T05:06:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2004/11/08/61482.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2004/11/08/61482.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2004/10/29/58151.html</id><title type="text">Borland Enterprise Core Object II (ECO II)第一次接觸</title><summary type="text">&amp;#160;&amp;#160;&amp;#160;&amp;#160;Delphi 2005的出現，讓我對Delphi的未來再度充滿希望，其中有一個在之前C# Builder就已經出現的東西Enterprise Core Object (ECO)，現在Delphi 2005也出放進去他的新版 ECO II，而且也支援Delphi.NET，現在跟多人都在討論MDA/DDA，自然我也很有興趣，今天第一次接觸，想要了解一下，...</summary><published>2004-10-29T07:45:00Z</published><updated>2004-10-29T07:45:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2004/10/29/58151.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2004/10/29/58151.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2004/10/28/57839.html</id><title type="text">由Delphi 開發Win32程式呼叫.Net 開發的Web Service</title><summary type="text">.Net的平台與技術是越來越成熟與普遍了，其中開發Web Service是很重要的功能，因為個人目前大部分的工作，仍是使用Delphi開發Win32的應用程式，因此便興起了要從Delphi的應用程式去呼叫由.NET開發的Web Server的想法。</summary><published>2004-10-28T09:48:00Z</published><updated>2004-10-28T09:48:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2004/10/28/57839.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2004/10/28/57839.html"/></entry><entry><id>http://www.cnblogs.com/jason820/archive/2004/10/21/54917.html</id><title type="text">Delphi 2005 Sneak Preview</title><summary type="text">Borland Delphi 2005即將發行，最近拿到他的測試版，試用了一下，讓我還蠻滿意的，只是一開始程式啟動在載入BPL的時間有點久，這個版本已經能在同一個IDE環境裡開發Win32與.NET的程式，這一點讓我對Delphi的未來繼續充滿希望。在Borland的網站，現在有兩個有關Delphi 2005的功能介紹：http://www2.borland.com.tw/tw/nw0922040...</summary><published>2004-10-21T01:37:00Z</published><updated>2004-10-21T01:37:00Z</updated><author><name>Jason Cheng</name><uri>http://www.cnblogs.com/jason820/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jason820/archive/2004/10/21/54917.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jason820/archive/2004/10/21/54917.html"/></entry></feed>
