XML-new mainland of report datasourceIntroductionThis article introcuce a universal way to get data from XML document for report.( Chinese version: http://www.cnblogs.com/xdesigner/archive/2006/08/31/490943.html ) With the developing of B/S system
Introduct(This article is translate version , original version written in chinese , you can see it at http://www.cnblogs.com/xdesigner/archive/2006/08/02/465483.html ) I bring out a easy to check recursion , just call an universal function . When
近期南京的東南大學、南京大學、南京航空航天大學和南京理工大學的微軟俱樂部聯合舉行了一個基於微軟技術的程式設計大賽,2008年12月14號我應邀去東南大學的九龍湖校區參加了一個學生軟體開發項目比賽的複賽當評委。開始接觸了當代高校學生的軟體作品,水平參差不齊,但感覺有點後生可畏。在此提提幾個印象比較深的學生項目。首先是一個名為“Cross Media Search
Universal menu command handle patternsummary (This article is translate version , original version written in chinese , you can see it at http://www.cnblogs.com/xdesigner/archive/2006/10/07/522927.html ) Some WinForm application has a lot of
避免使用不相容的資料類型: 例如float和INt、char和varchar、bINary和varbINary是不相容的。資料類型的不相容可能使最佳化器無法執行一些本來可以進行的最佳化操作。例如: SELECT name FROM employee WHERE salary > 60000 在這條語句中,如salary欄位是money型的,則最佳化器很難對其進行最佳化,因為60000是個整型數。我們應當在編程時將整型轉化成為錢幣型,而不要等到運行時轉化。3 IS NULL 與IS NOT