2013年12月26日 星期四
BUG
今天遇到有使用者反應 資料未更新 打開程式看 發現Update是條件是ID 找了半天 從網頁原始碼發現 接受到的ID後面多了一個空格 前方又多一個判斷要 原因是出在這個欄位的SQL儲存改成char以後不夠的長度會補足 變成後方出現空格 導致update失敗
2013年12月25日 星期三
[VBNET]啟動外部應用程式
System.Diagnostics.Process.Start
Dim processInfo As New System.Diagnostics.ProcessStartInfo()
processInfo.FileName = "C:\WINDOWS\system32\net"
processInfo.Arguments = "use X: \\MYPC\Folder /USER:MYPC\TEST P@ssw0rd"
System.Diagnostics.Process.Start(processInfo)
2013年12月19日 星期四
cisco switch備份
安裝SolarWinds-TFTP-Server (免費)
預設路徑 C:\Program Files (x86)\SolarWinds\TFTP Server\TFTPServer.exe
介面點選file→configure 可設定檔案儲存路徑 預設port69
telnet → cisco switch
→ 輸入密碼
→ en
→ 輸入密碼
→ copy startup-config tftp
→ 輸入 server ip(sftp host ip)
→ 輸入備份檔名(Destination filename)
完成後 即可在host端C:\TFTP-Root\ 找到該備份檔 (可用記事本讀取內容)
預設路徑 C:\Program Files (x86)\SolarWinds\TFTP Server\TFTPServer.exe
介面點選file→configure 可設定檔案儲存路徑 預設port69
telnet → cisco switch
→ 輸入密碼
→ en
→ 輸入密碼
→ copy startup-config tftp
→ 輸入 server ip(sftp host ip)
→ 輸入備份檔名(Destination filename)
完成後 即可在host端C:\TFTP-Root\ 找到該備份檔 (可用記事本讀取內容)
訂閱:
文章 (Atom)