軟體介面:
軟體使用教程:
匯入***後,軟體會自動分組***資料,然後通過模擬技術,自動**操作。
部分協議**:
.版本 2.程式集 視窗程式集_啟動視窗
.程式集變數 m, 整數型
.程式集變數 n, 整數型
.程式集變數 t0, 文字型
.子程式 __啟動視窗_建立完畢, , , ' 本原始碼來自三葉資源網(www.sanye.cx)
m = 0 ' 本原始碼來自三葉資源網(www.sanye.cx)
n = 0
.子程式 getcfhtml, 整數型
.引數 html, 文字型
.區域性變數 url, 文字型
.區域性變數 start_html_offset, 整數型
.區域性變數 end_html_offset, 整數型
.區域性變數 start_fragment_offset, 整數型
.區域性變數 end_fragment_offset, 整數型
.區域性變數 result, 文字型
.區域性變數 hmem, 整數型
.區域性變數 lpmem, 整數型
' **參考自cef示例**中 特別鄙視msdn提供錯誤的文件
url = 「about:blank」
start_html_offset = #header_len + 取文字長度 (url) + 2
start_fragment_offset = start_html_offset + 取文字長度 (#start_markup)
end_fragment_offset = start_fragment_offset + 取文字長度 (html)
end_html_offset = end_fragment_offset + 取文字長度 (#end_markup)
result = 子文字替換 (#header, 「%starthtml%」, 數字 (start_html_offset), , 1, 真)
result = 子文字替換 (result, 「%endhtml%」, 數字 (end_html_offset), , 1, 真)
result = 子文字替換 (result, 「%startfragment%」, 數字 (start_fragment_offset), , 1, 真)
result = 子文字替換 (result, 「%endfragment%」, 數字 (end_fragment_offset), , 1, 真)
result = 子文字替換 (result, 「%sourceurl%」, url, , 1, 真)
result = result + #換行符 + #start_markup + html + #end_markup
輸出除錯文字 (result)
hmem = globalalloc (#ghnd, 取文字長度 (result) + 1)
.如果真 (hmem ≠ 0)
lpmem = globallock (hmem)
.如果真 (lpmem ≠ 0)
寫到記憶體 (result, lpmem, )
globalunlock (hmem)
.如果真結束
.如果真結束
返回 (hmem)
.子程式 數字, 文字型
.引數 int, 整數型
返回 (取文字右邊 (「0000000000」 + 到文字 (int), 10))
.子程式 程式等待
.引數 等待時間, 整數型, , 時間單位為毫秒,1000毫秒=1秒!
.區域性變數 時間, 整數型
時間 = 取啟動時間 ()
.迴圈判斷首 ()
處理事件 ()
延時 (10) ' 預設為10毫秒,這個值,可以根據程式需要修改。
.迴圈判斷尾 (取啟動時間 () - 時間 < 等待時間)
.子程式 gettext, 整數型
.引數 text, 文字型
.區域性變數 hmem, 整數型
.區域性變數 lpmem, 整數型
hmem = globalalloc (#ghnd, 取文字長度 (text) + 1)
.如果真 (hmem ≠ 0)
lpmem = globallock (hmem)
.如果真 (lpmem ≠ 0)
寫到記憶體 (text, lpmem, )
globalunlock (hmem)
.如果真結束
.如果真結束
返回 (hmem)
.區域性變數 tid, 整數型
.區域性變數 key, 位元組型, , "256"
attachthreadinput (getcurrentthreadid (), tid, 1) ' 注入執行緒,共享訊息佇列,
getkeyboardstate (key) ' 取得鍵盤上每個虛擬鍵當前的狀態
key [18] = 128 ' 按下ctrl
setkeyboardstate (key) ' 設定每個虛擬鍵當前在鍵盤上的狀態
postmessagea (hwnd, #wm_keydown, #v鍵, 0) ' 觸發按下v鍵
postmessagea (hwnd, #wm_keyup, #v鍵, 0) ' 觸發彈起v鍵
延時 (1000) ' 本原始碼來自三葉資源網(www.sanye.cx)
key [18] = 0 ' 放開ctrl
setkeyboardstate (key) ' 設定每個虛擬鍵當前在鍵盤上的狀態
postmessagea (hwnd, #wm_keydown, #回車鍵, 0) ' 觸發按下回車鍵
postmessagea (hwnd, #wm_keyup, #回車鍵, 0)
Python之父加入微軟
我認為退休很無聊,因此加入了 microsoft 開發人員部門。做什麼?選擇太多了!但這肯定會使使用 python 更好 而不僅僅是在windows 這裡有很多開源專案。此外,一名微軟發言人表示,該公司沒有其他細節可分享,但證實了 guido van rossum 確實已經加入了微軟。我們很高興能將...
成功加入微軟GDI計畫
很榮幸加入了獲得了微軟2009年的 微軟最有影響力開發者 稱號,加入gdi這個大家庭中。微軟最有影響力開發者計畫是面向開發人員的技術分享計畫,微軟最有影響力開發者計畫 現在開始招募500名對微軟相關技術的交流與傳播做出突出貢獻的部落格博主,論壇版主,俱樂部核心人物,圖書作者,技術講師,開發團隊中的專...
iOS加入微信分享時報錯的原因之一
是因為在build setting裡面的other linker flags加入了 all load引起的衝突後改為 force load空格 users lili desktop xx xx classes third share wechat libwechatsdk.a就沒有衝突了 普及知識 ...