下面的例子,就是使用objectsnmp獲取rfc1213-mib的例子:其中的system和iftable物件就是對應的snmp mib中的system組合inte***ce中的iftable表。
catch (exception ex)
}/**
* 測試rfc1213中system組
*/public void testmibsystem()
catch (exception ex)
}/**
* 測試rfc1213中介面表
*/public void testmibiftable()
} catch (exception ex)
}/**
* 在本機測試從windows xp的snmp agent查詢資料。(參見如何啟動xp的snmp agent服務)
* @param args string
*/public static void main(string args)
catch (exception ex)
}}
android studio生成和使用jar包
因為專案需求,需要把android 生成jar包,供別人使用 剩下的工作就是在build.gradle中增加生成jar的task,例如 task makejar type copy makejar.dependson build 原理很簡單,android studio 3.4.x缺省會在build...
linux ubuntu 使用反編譯工具jad
修改配置jadclipse 設定path to decompiler路徑,如 home x jad jad.directory for temporary files中指定臨時檔案的路徑 如果無法反編譯 設定eclipse的windows perference general editors fil...
整合oauth訪問facebook的java開發
request token url 獲取未授權的request token服務位址 user authorization url 獲取使用者授權的request token服務位址 access token url 用授權的request token換取access token的服務位址 oauth...