公司需要使用TortoiseSVN,從Internet上面找到這個資料,覺得很好,遂記錄下來給自己參考。Click here to get the brief introduction.這個講的簡短隨意。這裡是Subversion中文站(其中的“文檔” *權威*全面*推薦)//-------------------------------下面是基本的應用快速參考。1. SVN Checkout
本博文接著上幾篇LINQ to Object和多線程的相關博文,用LINQ to Object和多線程實現檔案尋找與分組的Demo作為LINQ to Object 的一個小結。程式的功能如下:點擊介面右上方按鈕選擇一個檔案夾,多線程負載檔案,LINQ進行相關的查詢,實現分組尋找等功能。程式的注釋中,DebugLZQ加入了很詳細的注釋,以及,LZ代碼寫作的流程,因此這裡不做更多的介紹,LINQ和多線程的相關技能請參考DebugLZQ前面的幾篇博文。代碼如下:using System;using
Nearly a week time has passed since I joined the new Company on March 04,2013. It's my honour to be a employee of this Germany Company, for the atmosphere and surroundings here are really suit me a lot and Suzhou is a very beautiful city.At the
關於Debug和Release之本質區別 使用條件編譯來完成區分編譯Debug版本和Release版本: 1、首先來看一段代碼: package { import flash.display.Sprite; public class TestBuild extends Sprite { CONFIG::debug public function TestBuild() { graphics.beginFill(0xff0000,
Table of contentsIntroductionWCF service object instancing basicsPer call instance modeHow to implement WCF per call instancingPer session instance modeHow to implement per session instancingSingle instance modeHow to implement single instance