1,pop3.zipCPop3Connection - an MFC Class to encapsulate the POP3 protocol(15KB)2,ipenum.zipIPEnum - an MFC class and console app to allow IP address enumeration(11KB)3,smtp.zipCSMTPConnectio n - an MFC Class to encapsulate the SMTP protocol(21KB)4,p
基于.NET的网络聊天系统的设计及实现摘 要本文所述的内容是“网络聊天系统”。本文从系统开发、运行环境的选择、系统可行性分析、系统功能的需求分析、功能模块的划分、数据库及数据表的设计与开发到系统功能模块的具体开发实现都进行了详细的分析和介绍。本系统采用ASP.NET 2.0作为构建平台制作各个操作模块的界面,用SQL Server 2000作为后台数据库服务器。该聊天系统包括浏览器和服务器两部分。本系统软件的主要功能是实现网上聊天,可以让多个用户同时互相通信,用户可以通过自己的浏览器进入该聊天
Android SVG viewer Uses native webview for rendering SVG. Adds an intent filter so you can open SVG files from a file manager application such as CMFileManager. This application uses the official W3C SVG logo. If you dont want to build it yourself,
本资料介绍了现代浏览器的基本工作机理和基本概念。此文档可以帮助大家了解浏览器的学习流程。但此文档并不是整个学习浏览器的全部技术文档,是整个浏览器的技术大纲,切记!2. Firefox rule tree
1. Division into structs
2. Computing the style contexts using the rule tree
3. Manipulating the rules for an easy match
4. Applying the rules in th
本文实例为大家分享了PHP判断的两个实例,一是PHP判断是手机端还是PC端,二是PHP判断是否是微信浏览器,供大家参考,具体内容如下
1、判断是否是手机端
function isMobile() {
// 如果有HTTP_X_WAP_PROFILE则一定是移动设备
if (isset($_SERVER['HTTP_X_WAP_PROFILE'])) {
return true;
}
// 如果via信息含有wap则一定是移动设备,部分服务商会屏蔽该信息
if (i