摘要:
第1章 概述第2章 基础结构描述2.1 目标网站基础结构设计的目标,是建立一个稳定高效、可配置、可扩展的网站架构,同时为网站的功能开发提供一个开放的、易用的工具集。2.2 设计思想根据网站基础结构的目标,设计选择xml + xsl作为数据呈现标准,选择xmlrpc为客户端-服务器端通信协议。所以选择xml + xsl作为数据呈现标准,是为了适应网站大批量数据请求的情况下,将数据......
摘要:
最近研究了一下neoswiff的sdk.能写出flash的c#语法编译器,太强了!! 他的独立ide安装文件只有3m.怀疑是不是有公开的c# 语法分析器......作者对.net framework很熟悉.虽然它的gdi+与.net略有不同.我用一个imagebutton扩展system.windows.forms.button控件小试了一下//imagebutton.ccs ......
XMLinDatabases(2004亚洲gis年会的论文,一个韩国教授的报告)
xml in databases 【程序编程相关:
.NETFrameworkForJava】 yoonjoon lee (李 潤 俊)韓國科學技術院 【推荐阅读:
VS2003开发指南文档----中文】• what is xml? 【扩展信息:
.NETFrameworkForJava】contents• xml data vs documents• store and retrieve xml in rdb• gml what is xml?– a markup language that you can use to create your own tags – created by w3c to overcome the limitations of html– based on sgml(standard generalized markup language – “sounds great, maybe later), used in publishing industry– designed with the web in mindorigins of xml– in 1996, jon bosak convinced that w3c to let him form a committee on using sgml on the web.– november, the committee has created the beginning of a simplified form of sgml, this was xml.– in march 1997, bosak released a paper “xml, java and the future of the web.”– sgml was created for general document structuring, html as an application sgml for web document, xml is a simplification of sgml for general web use.a sample xml document<address><name> <title>mrs.</title> <first-name>mary</first-name> <last-name>mcgoon</last-name></name><street>1401 main street</street><cit...
下一页 摘要:
在datagrid中,我们可能会需要实现这种功能——列的单选,本身datagrid提供了select命令可以实现这种功能,而我们往往又习惯于radiobutton来实现,下面就谈谈怎么样用radiobuttonlist来实现。1、我们将datagrid的第一列设置为模板列,并加入radiobuttonlist 2、在datagrid.databind(......