如何从后端将大量数据写入 xml 文件,并且我想将 xml 文件绑定到列表中?
我想将大量数据写入xml文件,数据来自后端(mysql),使用cgi通过httpservice,读取xml文件并将其绑定到列表中... 任何人都可以发送此示例代码吗?
提前致谢..
I want to write the bulk of data into xml file ,the data coming from the backend(mysql) using cgi by httpservice, read the xml file and bind it into list...
can anyone send the sample code for this?
Thank's in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还应该
creationComplete
处理程序中调用service.send()
labelField
、dataField
等列出
(如适用)You should also
service.send()
from the Application'screationComplete
handlerlabelField
,dataField
etc for theList
as applicable