例子**如下,簡單的很
import psdi.mbo.mboremote;
import psdi.mbo.mbosetremote;
import psdi.util.mxcipher;
import psdi.util.mxcipherx;
import psdi.util.mxsession;
public class test
private void listuser() throws exception
string username = mbo.getstring("loginid");
byte bytes = mbo.getbytes("password");
string password = mxcipher.decdata(bytes);
system.out.println(username + ": " + password);
mbo = set.movenext();
} mxsession.disconnect();
}}
獲取系統所有程序
delphi的tlhelp32單元封裝了關於程序執行緒,堆,模組的函式和結構。寫 之前先對幾個函式進行一下說明。createtoolhelp32snapshot 函式為指定的程序 程序使用的堆 heap 模組 module 執行緒 thread 建立乙個快照 snapshot 也就是各個程序的這些相...
C 獲取oracle中某個使用者的所有表
列出屬於某個使用者的所有表 select table name from user tables 列出屬於當前使用者可以訪問的所有表 select table name from all tables 列出所有表 當前使用者必須是管理員 select table name from dba tabl...
獲取系統所有軟體的解除安裝資訊
說明 每安裝乙個軟體,那麼該軟體的安裝程式會向登錄檔當中 software microsoft windows currentversion uninstall 的登錄檔項下面建立乙個登錄檔子項,鍵值儲存解除安裝資料資訊。實現 1 定義儲存程式解除安裝資訊的結構體software 1 struct ...