首先简单介绍下TDC控件
Tabular Data Control
The Tabular Data Control (TDC) is a Microsoft ActiveX control that can be hosted by Internet Explorer to display data stored in a delimited text file.
TDC可以以object嵌入到页面,如下:
TDC可配置参数(File Properties)如下:
CharSet:Identifies the character set used by the data file. The default character set is latin1.
DataURL:Specifies the location of the data file as a URL.
EscapeChar:Identifies the character to be used as an escape character in the data file. There is no default escape character.
FieldDelim:Identifies the character that is used to mark the end of a field in the data file. The default character is the comma (,).
Language:Specifies the language used to generate the data file (this specifier uses the HTML standard codes based on ISO 369). The default specifier is eng-us.
TextQualifier:Specifies the optional character that surrounds a field.
RowDelim:Identifies the character used to mark the end of each row of data. The default character is the newline (NL) character.
UseHeader:Specifies whether the first line of the data file contains header information. The default value is FALSE.
1. TDC可配置参数还包括Filtering Properties、Sorting Properties,这里就不介绍了。
2. Reset用于根据TDC提供的数据刷新HTML节点。
TDC及数据集Recordset对象(不同的环境可能有些出入):
属性:
recordcount:记录总数。
bof:如果当前的记录位置在第一条记录之前,则返回 true,否则返回 fasle。
eof:如果当前记录的位置在最后的记录之后,则返回 true,否则返回 fasle。
filter:返回一个针对 Recordset 对象中数据的过滤器。
sort:设置或返回一个或多个作为 Recordset 排序基准的字段名。
……
方法:
movefirst:将游标移至第一条记录。
movenext:将游标移至下一条记录。
moveprevious:将游标移至上一条记录。
movelast:将游标移至最后一条记录。
addnew:添加记录。
delete:删除记录。
reset:根据设置的数据来源重置TDC控件的数据。
……
事件:
ondatasetcomplete:
ondatasetchanged:
onbeforeunload:
onbeforeupdate:
onreadystatechange:
……
集合:
fields:指示在此 Recordset 对象中 Field 对象。
properties:包含所有 Recordset 对象中的 Property 对象。
fields/properties集合的属性:
count:返回集合中项目的数目。以 0 起始。
item(named_item/number):返回集合中的某个指定的项目。
使用TDC来实现Ajax,实现步骤如下:
1、在页面加入TDC对应object控件
2、设置TDC数据来源并发送请求
dataurl为数据来源,reset方法即根据设置的url发送请求请求数据。
3、处理TDC数据请求
4、将处理结果封装成TDC对应数据格式
这里有几点需要注意的:
输出数据的格式为“标题$数据行$……$数据行”,标题与数据行之间的分隔符同数据行与数据行之间的分隔符是一致的,与TDC控件中声明的RowDelim属性保持一致。数据结束时不能再输出分隔符,否则会再次当做一组空的数据处理。
标题的格式为字段名称+字段类型,名称之间以逗号分割,这个与TDC控件中声明的FieldDelim属性保持一致。
数据行的数据应与标题一一对应,数据与数据之间以逗号分割,这个与TDC控件中声明的FieldDelim属性保持一致。
由于TDC默认是以换行为数据行的分割,这就会导致页面之中不能出现换行,否则会当成空的数据处理,这也导致了代码格式不规范——代码不能分行,可以通过设置RowDelim来解决该问题。
由于页面格式的原因,可能导致数据之前会有很多空行,这样会导致第一个字段的名称不是实际的名称——包含了多个空行,目前有如下解决方案:
i. 将多行代码合并成一行,这样就避免了空行,但是这样会导致代码不规范,影响可读性。
ii. 在第一个字段前添加一个冗余字段作为新的第一个字段,这样实际的字段就不会出现该问题了。
5、TDC回调及数据处理
TDC回调函数即对应的ondatasetcomplete事件,在事件中遍历TDC数据集并执行相关操作
分享到:
相关推荐
Multiplex Graph Neural Network for Tabular Data Prediction 本文主要介绍了一种新的图神经网络模型,称为Multiplex Graph Neural Network(MGNN),用于表格数据预测。该模型可以学习表格数据中的关系和模式,...
从给定的内容来看,文件标题为"[MS-TDS]:Tabular Data Stream Protocol",描述为"SQL Server的Tabular Data Stream (TDS) 协议是SQL Server的数据传输协议",并且文件内容主要涉及了关于TDS协议的知识产权声明。...
ADO seems to be the ideal way to expose tabular data from your own COM objects and the ATL OLE DB Provider templates can help!使用ADO导出数据
deep_learning_for_tabular_data 深度学习还可用于基于表格数据的预测,表格数据是您最常在数据库和表中找到的数据。 在本研讨会的演示会议上,将讨论这种方法的工作原理,以及它在更流行的机器学习算法(例如梯度...
Module 7: Implementing a Tabular Data Model by Using Analysis ServicesThis module describes how to implement a tabular data model in Power Pivot.Lessons Introduction to Tabular Data Models Creating...
标题:“Tabular技术”所涉及的知识点,首先需要澄清的是,Tabular技术通常是指在Microsoft SQL Server Analysis Services (SSAS) 中用于实现数据建模的一种技术模式。SSAS是微软商业智能(Business Intelligence, BI...
Get tabular data. You can get data in json or csv format. You can also download [json|csv,xlsx] format files。… Get tabular data. You can get data in json or csv format. You can also download [json|...
Arxiv文章: 中等职位:如何使用图书馆安装: pip install tabgan 要生成新数据以通过采样进行训练,然后通过对抗性训练进行过滤,请调用GANGenerator().generate_data_pipe : from tabgan . sampler import ...
|jupyterlab表格数据编辑器在JupyterLab中响应有效地处理表格数据。实验:此扩展程序仍处于Alpha状态。 API会经常更改。 尝试我们的扩展!...tabular-data-editor JupyterLab 2: jupyter labextension inst
A_Toolbox_for_Non-Tabular_Data_Manipulation_rlist
DataGridView is a very powerful tool to display data in tabular format; However, there are no provider which has been thought to print it easily. The Library provides the developer with a seamless ...
在SQL Server Data Tools (SSDT)中创建一个新的Tabular Model项目是构建分析服务模型的第一步。通过SSDT,你可以设计数据模型、定义关系、创建计算以及部署模型到SQL Server Analysis Services实例。这个过程包括...
在实现数据绑定时,首先需要选择合适的数据源对象,如Tabular Data Control (TDC)、Remote Data Service (RDS)、JDBC DataSource Applet、XML Data Source或自定义类型DSO。这些DSO可以访问不同的数据源,如文本文件...
Vim 插件 Tabular 允许你在 Vim 中按等号、冒号、表格等来对齐文本,对于经常写代码的朋友来说,有 Tabular 将会非常方便。 如上图所示,假如我想让其中的两行按等号对齐,则将光标定位到有等号的那行,执行 :...
《Aggregating Time Series and Tabular Data in Deep Learning Model for University Students GPA Prediction》这篇论文探讨了如何结合时间序列数据和表格数据来改进大学生GPA(Grade Point Average,平均绩点)...
jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web. Since the grid is a client-side solution loading data dynamically ...
本文将深入探讨如何利用PB实现自动美化grid风格的数据窗口,并将其转换为tabular风格,以及相关的功能增强。 1. **Grid风格与Tabular风格的区别**: - Grid风格的数据窗口通常以网格形式展示数据,行与列清晰划分...
DCNN用于表格数据 这项工作展示了我们在雷德黑德莱克黑德大学数据科学硕士课程的顶峰项目。 该项目使用不同大小范围的表格数据集,包括Connect4,Covertype,EEG,Letter识别,Hepmass-OS,Hepmass-NS,Hepmass-AS和...
标题与描述均提到了“微软官方SQL Server TDS详细协议文档”,这暗示了文档的核心内容是关于TDS(Tabular Data Stream)协议的详细规范,该协议由微软开发,主要用于SQL Server数据库系统的数据传输。 TDS协议是SQL...
security controls, tabular and hierarchical data source controls such as SqlDataSource and XmlDataSource, Web Parts controls set, data-bound controls, and so on. The second group contains the rest of ...