雅閣學習筆記之windows程式設計

2021-07-02 04:19:56 字數 707 閱讀 5912

如何開啟系統

openfilename opfn;  

wchar strfilename[max_path];//存放檔名

//初始化

zeromemory(&opfn, sizeof(openfilename));

opfn.lstructsize = sizeof(openfilename);//結構體大小

//設定過濾

opfn.lpstrfilter = l"所有檔案\0*.*\0文字檔案\0*.txt\0***檔案\0*.***\0";

//預設過濾器索引設為1

opfn.nfilterindex = 1;

//檔名的字段必須先把第乙個字元設為 \0

opfn.lpstrfile = strfilename;

opfn.lpstrfile[0] = '\0';

opfn.nmaxfile = sizeof(strfilename);

//設定標誌位,檢查目錄或檔案是否存在

opfn.flags = ofn_filemustexist | ofn_pathmustexist;

= null;

// 顯示對話方塊讓使用者選擇檔案

if(getopenfilename(&opfn))

檔案選擇視窗

android學習筆記 Socket編

android學習筆記 socket程式設計 inonoclas 十三 socket程式設計 socket基本通訊模型 使用基於tcp協議的socket 使用基於udp協議的socket socket套接字 用於描述ip位址和埠是乙個通訊鏈的控制代碼 以你公用程式通過 套接字 向網路發出請求或者應答...

unix shell學習筆記 C shell程式設計

shell指令碼由命令和散布其間的注釋組成。執行指令碼步驟為 選擇shell 授予執行許可權 執行指令碼 選擇shell,第一行以 即shbang指明所用的shell直譯器,如 bin csh 或者 bin tcsh 授予執行許可權 chmod x myscript 執行指令碼 myscript 例...

python學習之dedecms exp編寫

針對織夢5.7 sp1遠端檔案包含getshell exp編寫,漏洞分析請檢視網上分析,不再贅述。exp coding utf 8 import requests import time def dada url url index url install index.php khtml,like ...