文件名称:Browser
- 所属分类:
- 浏览器
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 475kb
- 下载次数:
- 0次
- 提 供 者:
- 马*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是我上学期VC课程设计制作的程序,实现类似IE的浏览网页的功能。与IE不同,此程序不强调浏览功能,只需要能够访问URL网址就行,重点在于网址限制和网址列表的维护。这部分需要实现以下功能:
1、浏览器功能,输入URL网址,访问网页;
2、如果网址不被允许,则不允许访问
3、记录非法网址的访问;
4、用户可查看非法网址记录;
5、网址库可以由用户自己维护。
在数据上,主要是两个数据表网址和网址访问记录。
1、网址库:序号、网址记录、网址类别;
2、网址访问记录:序号、记录类别、记录说明、记录时间。-The experiment made programs achieve similar IE web surfing function. With IE different, this program does not emphasize browsing, need to be able to visit the URL web site on the line, emphasis is on site restrictions and maintenance of the website lists. This part of the need to achieve the following functions:
1, the browser function, input URL web site, visit a web page,
2, if site are not allowed, are not allowed to visit
3, record the access illegal web site
4, the user can view the illegal site records
5, website library can by users themselves maintenance.
In the data, is mainly two data table url and site visit record.
1, website library: serial number, website records, website category
2, web site visit record: serial number, record category, record, record time.
1、浏览器功能,输入URL网址,访问网页;
2、如果网址不被允许,则不允许访问
3、记录非法网址的访问;
4、用户可查看非法网址记录;
5、网址库可以由用户自己维护。
在数据上,主要是两个数据表网址和网址访问记录。
1、网址库:序号、网址记录、网址类别;
2、网址访问记录:序号、记录类别、记录说明、记录时间。-The experiment made programs achieve similar IE web surfing function. With IE different, this program does not emphasize browsing, need to be able to visit the URL web site on the line, emphasis is on site restrictions and maintenance of the website lists. This part of the need to achieve the following functions:
1, the browser function, input URL web site, visit a web page,
2, if site are not allowed, are not allowed to visit
3, record the access illegal web site
4, the user can view the illegal site records
5, website library can by users themselves maintenance.
In the data, is mainly two data table url and site visit record.
1, website library: serial number, website records, website category
2, web site visit record: serial number, record category, record, record time.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Browser\Browser.clw
.......\ReadMe.txt
.......\Browser.h
.......\StdAfx.cpp
.......\BrowserDoc.h
.......\BrowserDoc.cpp
.......\Browser.ncb
.......\Browser.mdb
.......\UrlDlg.h
.......\UrlDlg.cpp
.......\Browser.cpp
.......\BrowserView.cpp
.......\BrowserView.h
.......\Browser.plg
.......\DomainDaoSet.h
.......\DomainDaoSet.cpp
.......\StdAfx.h
.......\LogDaoSet.h
.......\LogDaoSet.cpp
.......\Browser.dsw
.......\LogDlg.h
.......\LogDlg.cpp
.......\MainFrm.h
.......\UrlSetDlg.h
.......\MainFrm.cpp
.......\UrlSetDlg.cpp
.......\Browser.dsp
.......\Resource.h
.......\Browser.aps
.......\Browser.rc
.......\Browser.opt
.......\res\Browser.rc2
.......\...\BrowserDoc.ico
.......\...\Browser.ico
.......\...\Toolbar.bmp
.......\Debug\Browser.exe
.......\res
.......\Debug
Browser
.......\ReadMe.txt
.......\Browser.h
.......\StdAfx.cpp
.......\BrowserDoc.h
.......\BrowserDoc.cpp
.......\Browser.ncb
.......\Browser.mdb
.......\UrlDlg.h
.......\UrlDlg.cpp
.......\Browser.cpp
.......\BrowserView.cpp
.......\BrowserView.h
.......\Browser.plg
.......\DomainDaoSet.h
.......\DomainDaoSet.cpp
.......\StdAfx.h
.......\LogDaoSet.h
.......\LogDaoSet.cpp
.......\Browser.dsw
.......\LogDlg.h
.......\LogDlg.cpp
.......\MainFrm.h
.......\UrlSetDlg.h
.......\MainFrm.cpp
.......\UrlSetDlg.cpp
.......\Browser.dsp
.......\Resource.h
.......\Browser.aps
.......\Browser.rc
.......\Browser.opt
.......\res\Browser.rc2
.......\...\BrowserDoc.ico
.......\...\Browser.ico
.......\...\Toolbar.bmp
.......\Debug\Browser.exe
.......\res
.......\Debug
Browser