原创 DbType,OleDbType,SqlDbType區別

本文來自http://blog.csdn.net/tangzhongxin/archive/2009/10/03/4630699.aspx

原创 SQL循環遍歷數據集

SET ROWCOUNT 0select * into #rrr from [OA_test].[dbo].[Company_KLFolder]    ----新建臨時表#rrrdeclare @KLFGUID uniqueidentifi

原创 Listbox template

http://blog.csdn.net/wackelbh/article/details/6248136 <UserControl x:Class="SilverlightApplication2.MainPage"     xmln

原创 Datagrid template for listbox and textbox

<UserControl x:Class="SilverlightApplication3.MainPage"    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentat

原创 繁體中文

<urlMappings enabled="true">      <!--<add url="~/products/g_{0}/category.htm" mappedUrl="~/products/{0}/group.htm"/>-->

原创 魯迅:紀念劉和珍君

http://www.wyzxsx.com/Article/Class10/200807/43810.html

原创 c# 異常精準定位

在日常項目開發中,異常拋出和捕獲是再平常不過的事情。通過try-catch我們可以方便的捕獲異常,同時通過查看異常堆棧我們能發現拋出異常代碼的位置。 例如下面這段代碼: 1 using System; 2 using System.

原创 windows service 調試

在程序運行入口調試 #if DEBUG Debugger.Launch(); #endif  

原创 CustomerSOList

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using Sy

原创 String.Format格式說明

http://www.cnblogs.com/tuyile006/archive/2006/07/13/449884.aspx 

原创 java

export JAVA_HOME=/usr/java/jdk1.7.0_07/export JRE_HOME=/usr/java/jdk1.7.0_07/jreexport CLASSPATH=.:#CLASSPATH:$JAVA_HOME

原创 TimeSpan

using System; using System.Timers; namespace ConsoleApplication1 { class Program { static void

原创 Linq 查詢

http://www.cnblogs.com/lyj/archive/2008/03/25/1119671.html 

原创 DecimalPercentageConverter

        <StackPanel x:Name="StackPanelPerson" Grid.Row="1" Width="200">            <TextBox Text="{Binding Mode=TwoWay,