原创 Delete Windows Services

有兩個:辦法一: 用sc.exe這個Windows命令 開始——運行——cmd.exe,然後輸入sc就可以看到了。使用辦法很簡單: sc delete "服務名" (如果服務名中間有空格,就需要前後加引 ... 刪除的辦法有兩個:

原创 阻止事件默認行爲

               /*阻止事件默認行爲*/              function prDefault(evt)               {                           /*IE瀏覽器*/

原创 敏捷開發

首先看下面這個圖:     這兩個圓圈表示不同的視角上的敏捷實踐,包括開發者視角和項目管理的視角。接下來從裏向外進行介紹,因爲有些實踐我瞭解得不清楚,如果下面有哪些說得不對的地方也請大家指出。   Test-Driven Devel

原创 Create Splash Screen in WPF

Method1 : Just add image in project , and change the build action to "SplashScreen"Method2: Change the

原创 SL+WCF+LINQ 問題階段性小結

1)      In WCF Hosted Project or Web Solution , Make DataContext  (DMBL) Seriable: Set SerializationMode=Unidirectional

原创 Session Episode

一些關於Session的問題,下面做一個總結,希望對大家有所幫助:原文:http://blog.csdn.net/cuike519/archive/2005/09/27/490316.aspx問:爲什麼Session在有些機器上偶爾會丟失

原创 English Oral

 發自內心的感謝:Thanks form the bottom of my heart! 傾盆大雨:It's raining cats and dogs. 上廁所: Answer the call of nature. 閉嘴: Zip y

原创 .Net Debugger Visualizer List

.NET Visualization List 1. WCF Visualizers - http://www.codeplex.com/WCFVisualizer   2. CAB Visualization - http://www

原创 How to configure the log4net

Step 1: Create a log4net.config file under project root folder .(if desktop app,make it as content and copy always) Ad

原创 Symbian Skill

編碼訣竅 以下是您在編寫代碼時應該記住的一些一般訣竅。 1. 確保您的應用程序能夠對系統關機事件做出響應。在您的AppUi::HandleCommandL()方法中,必須要對EEikCmdExit(以及

原创 Use mutex in wpf

    public class EntryPoint    {        [STAThread]        public static void Main(string[] args)