Visual Studio 使用 Source Control 各種圖示表示的意思 Visual Studio 使用 Source Control 各種圖示表示的意思 Unknown 12/30/2013 10:47:00 下午 0 comments 使用 TFS 現在叫做 Visual Studio Online ,不過都還不是很清楚各種 icon 的定義,來備份一下 MSDN 上面的說明: 來源網址:http://msdn.microsoft.com/zh-tw/library/ms245455.aspx
C# NHibernate null id in Table ( dont' flush the Session after an exception occurs) C# NHibernate null id in Table ( dont' flush the Session after an exception occurs) Unknown 12/30/2013 03:42:00 下午 0 comments RojerChen.2013.12.30 最近有一個專案是用 NHibernate + Spring.NET,當程式在跑某功能的時候,有時候會成功有時候會失敗,當失敗的時候會跳出 Could not insert ...的錯誤訊息,追了一下最初發生錯誤的原因是 null id in Table ( dont' flush the Session after an exception occurs)。 我是這樣檢查的:
MSSQL 資料庫備份與回復:產生指令碼 MSSQL 資料庫備份與回復:產生指令碼 Unknown 12/25/2013 11:39:00 上午 0 comments RojerChen.2013.12.25 使用 SQL Server 做資料庫的備份,唯一要擔心的就是彼此 SQL ServerL 的版本不一致,比方說一個是 SQL Server 2012 一個是 SQL Server 2008,這樣就無法用備份檔做回復,這個時候就可以透過產生 SQL 語法,透過語法的方式把資料匯入到另一台主機上。 我目前使用的是 SQL EXPRESS 2012,各版本操作介面可能略有不同: 1.選擇產生指令碼