博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
extjs中model的HasMany和belongTo读取xml数据的用法
阅读量:5078 次
发布时间:2019-06-12

本文共 795 字,大约阅读时间需要 2 分钟。

 
Cache Server Page
www.2cto.com
后台从文件读取xml文件的内容: Class Test.TestApplication.TestOneToMany Extends %CSP.Page{ ClassMethod OnPage() As %Status{;Write "
",!s file=##class(%FileCharacterStream).%New()s file.Filename="C:/person.xml"w file.Read()Quit $$$OK} Parameter CONTENTTYPE = "text/xml"; } //注意:此后台代码为ensemble开发平台使用的M语言 加载过来的xml文件为:
teacher1
student1_1
student1_2
teacher2
student2_1
student2_2
 

 

转载于:https://www.cnblogs.com/lost-1987/articles/3365333.html

你可能感兴趣的文章
[UI] Pull menu interaction concept - 下拉菜单交互
查看>>
[资源] 技术博客网址(持续更新)
查看>>
SQL Server 缓存清除与内存释放
查看>>
asp.net前台绑定数据和后台绑定数据什么区别
查看>>
所谓软件工程
查看>>
JAVA 01
查看>>
IOS AutoLayout 遍历修改约束
查看>>
51nod1031 骨牌覆盖 组合数学
查看>>
SVN状态图标不显示
查看>>
JS对象的几种创建方式
查看>>
001 centos7中的安装
查看>>
091实战 Nginx配置(日志服务器中关于日志的产生)
查看>>
详解python2 和 python3的区别[附实例]
查看>>
cracer教程3----信息收集
查看>>
冒泡排序
查看>>
Java里子类调用父类构造方法问题
查看>>
linux环境jdk+tomcat搭建
查看>>
iOS文字自适应 浅谈
查看>>
初学java之异常类
查看>>
Git安装与配置
查看>>