網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告

網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告

ID:12776940

大?。?8.50 KB

頁數(shù):60頁

時(shí)間:2018-07-19

網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告_第1頁
網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告_第2頁
網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告_第3頁
網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告_第4頁
網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告_第5頁
資源描述:

《網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫

1、網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告導(dǎo)讀:就愛閱讀網(wǎng)友為您分享以下“網(wǎng)絡(luò)安全實(shí)訓(xùn)報(bào)告”的資訊,希望對(duì)您有所幫助,感謝您對(duì)92to.com的支持!《網(wǎng)絡(luò)安全實(shí)訓(xùn)》報(bào)告中的代碼,通過此事件中的代碼可以將打開新窗口的內(nèi)容添加到本地軟件的WebBrowser控件中,實(shí)現(xiàn)網(wǎng)頁的自主顯示。代碼實(shí)現(xiàn)如下://使得本瀏覽器可以獨(dú)立自主地顯示網(wǎng)頁。而無須依賴外部瀏覽器privatevoidpageWebBrowser_NewWindow(objectsender,CancelEventArgse){stringnewUrl=pageWebBrowser.

2、StatusText;toolStripStatusView.Text=正在打開網(wǎng)頁pageWebBrowser.Navigate(newUrl);e.Cancel=true;//使外部無法捕獲此事件}效果圖如下所示:圖3.5超鏈接圖603.6程序主要代碼代碼如下:#include#include#include#include#include#ifdef_DEBUG#definenewDEBUG_NEW#undefTHIS_FILEstaticcharTHIS_FILE[]=__FILE__;#endif

3、IMPLEMENT_DYNCREATE(CMainFrame,CFrameWnd)BEGIN_MESSAGE_MAP(CMainFrame,CFrameWnd)45《網(wǎng)絡(luò)安全實(shí)訓(xùn)》報(bào)告//{{AFX_MSG_MAP(CMainFrame)//NOTE-theClassWizardwilladdandremovemappingmacroshere.//DONOTEDITwhatyouseeintheseblocksofgeneratedcode!ON_WM_CREATE()ON_COMMAND(IDOK,OnNewPage

4、)END_MESSAGE_MAP()staticUINTindicators[]={ID_SEPARATOR,//statuslineindicatorID_INDICATOR_CAPS,ID_INDICATOR_NUM,ID_INDICATOR_SCRL,};60//CMainFrameconstruction/destructionCMainFrame::CMainFrame(){//TODO:addmemberinitializationcodehere}CMainFrame::~CMainFrame(){}int

5、CMainFrame::OnCreate(LPCREATESTRUCTlpCreateStruct){if(CFrameWnd::OnCreate(lpCreateStruct)==-1)return-1;if(!m_wndToolBar.CreateEx(this)

6、

7、!m_wndToolBar.LoadToolBar(IDR_MAINFRAME)){TRACE0(return-1;//failtocreate}if(!m_wndDlgBar.Create(this,IDR_MAINFRAME,CBRS_ALIGN_

8、TOP,AFX_IDW_DIALOGBAR)){TRACE0(return-1;//failtocreate}if(!m_wndReBar.Create(this)

9、

10、!m_wndReBar.AddBar(&m_wndToolBar)

11、

12、!m_wndReBar.AddBar(&m_wndDlgBar)){TRACE0(return-1;//failtocreate}46《網(wǎng)絡(luò)安全實(shí)訓(xùn)》報(bào)告if(!m_wndStatusBar.Create(this)

13、

14、60!m_wndStatusBar.SetIndicators(

15、indicators,sizeof(indicators)/sizeof(UINT))){TRACE0(return-1;//failtocreate}//TODO:Removethisifyoudon’twanttooltipsm_wndToolBar.SetBarStyle(m_wndToolBar.GetBarStyle()

16、CBRS_TOOLTIPS

17、CBRS_FLYBY);return0;}BOOLCMainFrame::PreCreateWindow(CREATESTRUCT&cs){if(!CFrameW

18、nd::PreCreateWindow(cs))returnFALSE;//TODO:ModifytheWindowclassorstylesherebymodifying//theCREATESTRUCTcsreturnTRUE;}//CMainFramediagnostics#ifdef_DEBUGvoidCMa

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。