docker pull failed

  • 238
  • 0

最近使用 docker pull images 時,遇到兩個種類的錯誤

  1. Warning: failed to get default registry endpoint from daemon
  2. unauthorized: incorrect username or password
...繼續閱讀 »

VS Code Snippet

  • 310
  • 0

由於 Unit test 需要頻繁地建立對應 method,那這邊藉由建立 code snippet 來減少過程的時間花費並提供一致的風格給其他成員使用。

推薦工具 : Snippet Designer

...繼續閱讀 »

SoapUI - AutoTest

  • 151
  • 0

今天寫了一個關於 SoapUI  的小 demo 裡面有用到 SoapUI 內建的 Properties、Property Transfer、 Groovy Script、Restful Request  元件。

...繼續閱讀 »

Nuget build error

  • 76
  • 0
  • 2017-11-23

最近在進行專案 build 的時候遭遇到失敗

Output 如下:

  • "XXX\NuGet.exe" install "XXX\packages.config" -source ""  -NonInteractive -RequireConsent -solutionDir "XXX "" exited with code -1.    
  • The system cannot find the path specified. 
...繼續閱讀 »