
WEB
xieyongbao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WML[转]
Validate WMLWML 参考w3pop.com / 2006-09-21The links in the "Start tag" column points to more useful information about the specific tag. It also cover attributes of the specific tag and code转载 2008-05-08 14:38:00 · 362 阅读 · 0 评论 -
WSDL教程
WSDL是一种基于XML的语言。它的作用是描述和访问网页服务。内容目录WSDL 介绍This introduction to WSDL explains what WSDL is.解释了什么是WSDLWSDL 文档This chapter explains the main parts of an WSDL document.介绍了WSDL文档的主要部分WSDL 端口 This转载 2008-05-08 14:40:00 · 1346 阅读 · 1 评论 -
ASP.NET 2.0中轻松实现网站换肤
一、简介: 利用Themes我们可以很容易的更改控件、页面的风格,而不需要修改我们的代码和页面文件。Themes文件被单独的放在1个App_Themes文件夹下面,与你的程序是完全分开的。 二、怎么使用Themes和Skins: 先看个非常简单的实例: App_Themes/default/1.skin文件代码: <asp:Label Font-Bold="true" ForeColo原创 2008-05-08 14:56:00 · 342 阅读 · 0 评论 -
XSD(Schema)教程 [转]
XML Schema是以XML语言为基础的,它用于可替代DTD。一份XML schema文件描述了XML文档的结构XML Schema语言也被称为XML Schema Definition (XSD)(XML Schema定义).在本章教程你将学习如何读取和建立XML Schemas,以及为什么XML Schemas比DTDs的功能更为强大,还有如何在你的程序中使用XML Schema语言转载 2008-05-08 14:42:00 · 540 阅读 · 0 评论