Web Deploy - Generate Web Deploy package with Visual Studio

要使用 Visual Studio 建立 Web Deploy package,首先在方案總管的專案上按下滑鼠右鍵,點選 Publish... 滑鼠右鍵選單選項。 ...

December 4, 2016 · 1 min · 161 words · Larry Nung

Web Deploy - Publish with MsBuild

要使用 MsBuild 建置專案並佈署,可以在 MsBuild 建置時帶上 DeployOnBuild 參數告知 MsBuild 在建置完要做佈署,並帶上 PublishProfile 參數指定要使用的 Publish Profile。 ...

December 3, 2016 · 1 min · 145 words · Larry Nung

Web Deploy - Publish with Visual Studio

要直接用 Visual Studio 使用 Web Deploy 去做佈署,首先在方案總管的專案上按下滑鼠右鍵,點選 Publish... 滑鼠右鍵選單選項。 ...

December 3, 2016 · 1 min · 160 words · Larry Nung

Visual Studio - Exception of type 'Phx.FatalError' was thrown

如果 Visual Studio 出現 “Exception of type ‘Phx.FatalError’ was thrown” 這樣的錯誤。 ...

November 24, 2016 · 1 min · 142 words · Larry Nung

sql-cli - Cross platform command line interface for SQL Server

sql-cli 是一命令列的 SQL Server 工具。 透過 npm 安裝到全域即可使用。 ...

November 22, 2016 · 1 min · 228 words · Larry Nung

SQL Server v.Next - Run the SQL Server Docker image

要使用 Docker 運行 SQL Server v.Next,首先要先確定下列環境需求: ...

November 21, 2016 · 1 min · 296 words · Larry Nung

ASP.NET Core - Building Projects with Yeoman

要使用 Yeoman 去建立 ASP.NET Core 專案,首先需安裝 Yeoman 與 bower。 ...

November 15, 2016 · 1 min · 245 words · Larry Nung

npm - Update npm with powershell

npm 的版本如果過舊要更新版本,除了用 npm install 去安裝更新版本的 npm,也可以用 powershell 去進行更新. ...

November 13, 2016 · 1 min · 120 words · Larry Nung

SQLite - System.AccessViolationException: Attempted to read or write protected memory

最近在使用 SQLite 讀取資料時,程式運行出現了 System.AccessViolationException: Attempted to read or write protected memory 這樣的訊息。 ...

November 4, 2016 · 1 min · 70 words · Larry Nung

SikuliX - Global Settings

SikuliX 有提供一些設定值可供設定,像是 ActionLogs、InfoLogs、DebugLogs、MinSimilarity、MoveMouseDelay、DelayAfterDrag、DelayBeforeDrop、SlowMotionDelay、WaitScanRate、ObserveScanRate、ObserveMinChangedPixels 等,若有需要可以透過程式修改設定,詳細的說明可參閱這篇。 ...

November 3, 2016 · 1 min · 299 words · Larry Nung