原创 Database Development Standards

Database Development Standards CodeReviews QuickTips FileExtensions Joins Lockingand Optimisation Tips Writingdynamic s

原创 COM ABC

All calls made between managedand unmanaged code must negotiate the requirements imposed by each respectiveprogramming

原创 Managed EE

Visual C++ Team Blog : Managed Debugger Expression Evaluator Managed Debug

原创 Iteration operation to records in temp table

create table DRMS..#firmAccounts (account varchar(25)) exec DRMS..fastGet

原创 Unix Shell -- VI

Vi command: x/X: delete current charactor ctrl+u: cancel the last operatio

原创 Drag&Drop ListView

using System; using System.Drawing; using System.Windows.Forms; namespace Snip_DragNDrop { public class Form1 : Syste

原创 Asp.net Post Sample

1. Post data page Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Defa

原创 Create Excel report

private Application myExcel = null; private Workbook myWorkbook; public void CreateDailyReport()

原创 .Net Trace Listener

1. Listener with configuration app.config <configuration> <system.diagnostics> <trace autoflush="false" indentsiz

原创 Date/Time Utility tool

using System; using System.Collections; using Microsoft.Win32; namespace EQTG.General.BasicTypes { /// <summary>

原创 話說程序員的職業生涯

作者:IBM 軟件集團大中華區總架構師  寇衛東 有一些年輕的程序員向我諮詢,將來的路應該怎麼走?俗話說,條條大路通羅馬。不同的路都能走向成功。到底選哪條路,取決於自己的興趣。可能有程序員會問:如果還沒找到自己的興趣怎麼辦?我的建議是多

原创 MIME [轉自百度百科]

MIME(Multipurpose Internet Mail Extensions)多用途互聯網郵件擴展類型。是設定某種擴展名的文件用一種應用程序來打開的方式類型,當該擴展名文件被訪問的時候,瀏覽器會自

原创 Apache+Subversion+TortoiseSVN

Key words: dav_svn, apache, subversion, tortoisesvn # install apache2 sudo apt-get install libapache2-

原创 Java coding style - Part One

1. Factory method should be stateless. State normally refers to the member variables of class. Statele

原创 SQL Bulk-copy from Excel

class Program { static void Main(string[] args) { string excelPath = @"C:\Documents an