?? vuser_init.c
字號:
#include "web_api.h"
#include "lrw_custom_body.h"
vuser_init()
{
web_url("192.168.121.254_1",
"URL=http://192.168.121.254/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_submit_form("webauth.do",
"Snapshot=t{num}.inf",
ITEMDATA,
"Name=login", "Value={username}@eabaseperf.com", ENDITEM,
"Name=password", "Value={username}", ENDITEM,
LAST);
web_url("webauth.do_2",
"URL=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("192.168.121.254_2",
"URL=http://192.168.121.254/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("ctime.shtml",
"URL=http://192.168.121.254/html/ctime.shtml",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("holder.jsp",
"URL=http://192.168.121.254/mynms/holder.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("calc.jsp",
"URL=http://192.168.121.254/mynms/calc.jsp?left=26668&litime=1130834135484",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
return 0;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -