1.winfrom中放入幾個textbox控制項用於獲取 輸入的資訊 在一click事件下
private void button3_click(object sender, eventargs e)
if (this.servername.text.trim().equals(""))
if (this.name.text.trim().equals(""))
cldbset dbset = new cldbset();
dbset.dbaddress = serverip.text.trim();
dbset.dbname = servername.text.trim();
dbset.username = name.text.trim();
dbset.password = pwd.text.trim();
dbtester tester = new dbtester();
object result = tester.textdbui(dbset);
if (result == null)
else
}
同時建立乙個類 用於配置連線實體
namespace 類
/// /// 資料庫名
///
public string dbname
/// /// 使用者名稱
///
public string username
/// /// 口令
///
public string password
/// /// 是否加密
///
public bool isencrypt
}}
接人之光 不敢苟且。感謝。 匯出putty的配置資訊
平時登入server比較多,一直用putty和securecrt。感覺putty比較小巧,一開始用的就是這個。可惜不知道怎麼把配置資訊匯出來,有時候重做系統,就不方便了。剛才在網上看了一篇介紹,說是可以從登錄檔匯出來。試了一下,果然不錯。hkey current user software simo...
修改網絡卡的配置資訊
1.在inte ces檔案中設定。sudo vi etc network inte ces auto eth0 iface eth0 inet static address 192.168.1.123 netmask 255.255.255.0 gateway 192.168.1.1 儲存後,重新啟...
2 配置資訊的抽取
我們先來看我們寫的 和檔案 指定用redis來儲存session資訊 session redis strictredis host redis host,port redis post 指定那個redis來儲存session資訊 session use signer true 設定是否使用秘鑰 se...