M$ SQL Server BCP utility
BCP為M$ SQL Server的一個公用程式(utility),主要的功能為將大量儲存在檔案中的資料拷貝進入資料庫表格中,或者將資料庫表格中的資料匯出到檔案中,而這些動作都可以透過command line來完成,所以也可以很方便地透過batch file的編寫來當成scheduled job來使用。
BCP為M$ SQL Server的一個公用程式(utility),主要的功能為將大量儲存在檔案中的資料拷貝進入資料庫表格中,或者將資料庫表格中的資料匯出到檔案中,而這些動作都可以透過command line來完成,所以也可以很方便地透過batch file的編寫來當成scheduled job來使用。
跟過去有些相關的人… 世界真的很小…
許多事情都是新的,也不管我願不願意? T________T
這篇是流水帳,記錄一下這個學期至今被投影片追殺的日子
不同的課程進行方式,也有不同的備課與講課方式與經歷
Windows Form 控制項的存取並非原本就採用安全執行緒的方式。當有兩個或多個執行緒管理控制項的狀態,就有可能強制控制項進入不一致的狀態。其他與執行緒有關的錯誤也有可能如此,包括競爭情形和死結。
Still in VS 2005 IDE
the same, in VS 2005 IDE
in Visual Studio .net IDE
The time zone problem?can be?solved as the following setting changes. 1st – change the timezone setting in http://twikisite/bin/configure – find Localisation / {DisplayTimeValues} – change the value from gmtime to servertime (as the attached screenshot) 2nd – modify the apache httpd configuration file – edit apache/conf/httpd.conf – find out the line SetEnv TZ GMT0BST (or […]