摘要:
單行注釋 # 多行注釋 1.單引號 ''' ''' 2.雙引號 """ """ 文檔注釋 注釋應(yīng)該放在函數(shù)的第一行 '''文檔注釋''' def a(): '''這是文檔字符串''' a = 1 pass print(a.__doc__) 參考 Python3 單行注釋,多行注釋,文檔注釋的用法 h 閱讀全文
posted @ 2023-02-15 09:55
希廣聞
閱讀(19)
評論(0)
推薦(0)
摘要:
比較兩個文件不同 $ diff file1 file2 比較兩個目錄不同 $ diff --brief --recursive dir1/ dir2/ --brief 僅顯示有無差異,不顯示詳細的信息 --recursive 遞歸的,比較子目錄中的文件 $ diff -qr dir1/ dir2/ 閱讀全文
posted @ 2023-02-15 09:47
希廣聞
閱讀(57)
評論(0)
推薦(0)
摘要:
dumpbin 查看 dll 接口函數(shù) > dumpbin /exports "/path/to/dll" dumpbin 查看 exe、dll 依賴的動態(tài)庫 > dumpbin /dependents "/path/to/[exe|dll]" dumpbin 查看 .net 和 非.net dll 閱讀全文
posted @ 2023-02-15 09:07
希廣聞
閱讀(80)
評論(0)
推薦(0)
摘要:
error C3861: “CoInitialize”: 找不到標識符error C3861: “CoUninitialize”: 找不到標識符 包含頭文件和鏈接庫#include <objbase.h>#program comment(lib,"ole32.lib") 閱讀全文
posted @ 2023-02-15 08:53
希廣聞
閱讀(219)
評論(0)
推薦(0)

浙公網(wǎng)安備 33010602011771號