Welcome![Sign In][Sign Up]
Location:
Search - web

Search list

[Windows CEC# WinCE Web Server

Description: 一个完全用C#在Windows CE 5.0下实现的Web 服务器
Platform: | Size: 1707093 | Author: pcwhy@163.com | Hits:

[Web ServerSTL WEB SERVER 支援 ASP

Description: 一個小型的STL網站伺服器 支援ASP! 還沒做到完善 有興趣的回家研究! 我的blog: www.wretch.cc/blog/andrewx
Platform: | Size: 5460996 | Author: a511052003 | Hits:

[PHPpoxy-0.5b2汉化版

Description: web代码大家都知道,,上国外网站不可少的,提供一个源码,那位朋友国外有机子的话,可以建一个! 现提供一个汉化版的
Platform: | Size: 27323 | Author: gfhghghhh@qq.com | Hits:

[Delphi/CppBuilderDelphi 下用 Intraweb 开发WEB程序应用实战

Description: Delphi 下用 Intraweb 开发WEB程序应用实战
Platform: | Size: 6006216 | Author: Myattachment | Hits:

[ASPweb

Description: webservice 方法采集GPS数据
Platform: | Size: 52180 | Author: b080201 | Hits:

[Program doc精通Web++2.0

Description: 精通Web++2.0
Platform: | Size: 11852130 | Author: rockymax | Hits:

[WEB Codeweb 分页程序源码

Description: 一个通用的web分页程序源码。
Platform: | Size: 3334 | Author: 2009gzj@gmail.com | Hits:

[Homepage tools精通Struts基于MVC的Java.Web设计与开发孙卫琴编著清晰版

Description: 1.struts框架入门 2.配置struts应用,开发模型,视图和控制器 3.开发struts应用的一些实用技术 4.struts标签库的使用方法 5.struts框架和EJB以及web服务的集成 6.struts应用的日志,项目管理以及测试
Platform: | Size: 42715071 | Author: 1031146138@qq.com | Hits:

[DocumentsArcGIS Server 10 Web Editing

Description: ArcGIS Server 10 Web Editing
Platform: | Size: 5099439 | Author: 276139184@qq.com | Hits:

[CSharp高校排课系统WEB版

Description: 一个基于WEB架构的高校排课系统。
Platform: | Size: 493554 | Author: wcb_924 | Hits:

[Program docArcgis server开发web GIS 新手体验

Description: Arcgis server开发web GIS 新手体验
Platform: | Size: 269824 | Author: boyliyou@163.com | Hits:

[DatabaseWeb Database-mysql.guide

Description: Web Database-mysql.guide
Platform: | Size: 38727 | Author: cfriend | Hits:

[Industry researchSecure Web Forms with Client-Side Signatures

Description: The World Wide Web is evolving from a platform for infor- mation access into a platform for interactive services. The interaction of the services is provided by forms. Some of these services, such as bank- ing and e-commerce, require secure, non-repudiable transactions. This paper presents a novel scheme for extending the current Web forms lan- guage, XForms, with secure client-side digital signatures, using the XML Signatures language. The requirements for the scheme are derived from representative use cases. A key requirement, also for legal validity of the signature, is the reconstruction of the signed form, when validat- ing the signature. All the resources, referenced by the form, including client-side default stylesheets, have to be included within the signature. Finally, this paper presents, as a proof of concept, an implementation of the scheme and a related use case. Both are included in an open-source XML browser, X-Smiles.
Platform: | Size: 281711 | Author: nissanroad@hotmail.com | Hits:

[SourceCode通过gSoap访问web service

Description:
Platform: | Size: 729998 | Author: chireliuyun@163.com | Hits:

[WinSock-NDIS简单的web浏览器

Description: 使用MFC编写的简单的浏览器 CHtmlView 类的成员函数 1.获取和设置属性(Attributes)的成员函数 (1)CString GetType( ) const; (2)long GetLeft( ) const; void SetLeft( long nNewValue ); (3)long GetTop( ) const; void SetTop( long nNewValue ); (4)long GetHeight( ) const; void SetHeight( long nNewValue ); (5)BOOL GetVisible( ) const; void SetVisible( BOOL bNewValue ); 2.主要的操作(Operations)成员函数 这些成员函数非常有用,常常用在应用程序中。 void GoBack( ); 导航到历史列表的前一个条目(previous item)。 void GoForward( ); 导航到历史列表的下一个条目。 void GoHome( ); 导航到主页,该主页在IE的属性中设置。 void GoSearch( ); 导航到当前搜索页。该页在IE的属性中设置。 void Refresh( ); 重新装入浏览器当前正在显示的URL或者文件,即刷新。 void Stop( ); 撤销任何未完成的导航或下载,并且停止任何动态的页面元素,例如背景音乐和动画。 Navigate 导航到由URL指定的资源。 Navigate2 导航到由URL指定的资源或者由全路径指定的文件。 PutProperty 设置与所给定的对象相关的属性的当前值。 GetProperty 返回与所给定的对象相关的属性的当前值。 ExecWB 执行一个命令。 LoadFromResource 在WebBrowser控件中装入一个资源。 3.事件(Events)处理函数 为了利用Windows的消息驱动机制,CHtmlView 类定义了许多可重载的事件处理函数,当一定的事件发生时,MFC框架会自动调用相应的事件处理函数。用户可以重载这些函数,添加自己的代码,实现应用程序特定的功能。下面列举了一些,详细的资料可查阅MSDN文档。 OnNavigateComplete2 对于一个窗口或显示框架,完成到一个超链接的导航后,调用此函数 OnBeforeNavigate2 对于一个窗口或显示框架,在给定的Web浏览器中,一个导航出现之前,调用此函数 virtual void OnStatusTextChange( LPCTSTR lpszText ); 当与WebBrowser 控件相关的状态栏的文本改变时,调用此函数,参数lpszText包含新的状态栏文本的字符串。 virtual void OnVisible( BOOL bVisible ); 当WebBrowser 的窗口应当被显示或隐藏时,框架调用此函数,bVisible表示了窗口的状态,:如果为非零,对象可见;为零,对象不可见。 virtual void OnToolBar( BOOL bToolBar ); 当 ToolBar 属性已经改变时,调用此函数,bToolBar为非零, IE的工具栏是可见的;否则相反。 virtual void OnMenuBar( BOOL bMenuBar ); 当 MenuBar 属性已改变时,调用此函数。bMenuBar为非零,菜单栏可见;否则相反。
Platform: | Size: 3688551 | Author: chuengchi@126.com | Hits:

[Firewall-Securityskipfish

Description: web漏洞扫描器,C语言
Platform: | Size: 199349 | Author: sumter@tom.com | Hits:

[PHPWeb.2.0动态网站开发——PHP技术与应用

Description: Web.2.0动态网站开发——PHP技术与应用随书光盘
Platform: | Size: 5458450 | Author: sanguozhge | Hits:

[CSharp一个简单的web service,包括服务器端和客户端

Description: 一个简单的web service,包括服务器端和客户端
Platform: | Size: 23941 | Author: annan2000 | Hits:

[OtherWeb安全对策研究

Description: Web安全对策研究
Platform: | Size: 100352 | Author: monarch | Hits:

[DocumentsWeb Reporting

Description: OPNET Web Reporting
Platform: | Size: 173834 | Author: wuce99091@sina.com | Hits:
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »

CodeBus www.codebus.net