搜索​​​​

清除过滤器
文章
姚 鑫 · 七月 15, 2023

第五十九章 开发Productions - ObjectScript Productions - 从管理门户进行测试

运行。 - 确保为此`Production`启用了测试。在生产配置页面中 1. 选择`Production`设置链接。 2. 在 `Settings` 选项卡上,打开 `Development and Debugging` 属性列表并选中 `Testing Enabled` 复选框。 3. 选择应用。 可以
文章
Johnny Wang · 四月 25, 2022

Angular 中 Ensemble 工作流的 UI

可以在相应字段中提供评论后单击“已修复”按钮。 HelpTask 业务流程将处理此事件并向具有 Demo-Testing 角色的用户发送一条新消息,从而表明需要测试更改。 如果单击“忽略”按钮,该任务将被标记为“不是问题”,并且其处理将停止。 从这个例子可以看出,Ensemble Workflow 是一个简单直观的系统,用于组织用户的工作流。 关于 Ensemble
文章
Jingwei Wang · 七月 21, 2022

DeepSee 的开发 - 第二部分 - 创建Cube

TestScore的度量,基于这些名字的类属性。 Age TestScore 对TestScore度量做如下修改。 单击 "度量 "标题下的度量名称。 在 ‘详细信息’ 栏中,将名称改为 "Test Score"。 选中 "可搜索"。 按以下方法创建Avg Age度量。 再次将Age属性
公告
Claire Zheng · 二月 19, 2021

InterSystems编程大奖赛技术奖励

大家好! 以下是 InterSystems编程大奖赛 的技术奖励,这些奖励会让您在投票中获得加分。 Groups 奖励 得分 常规 Docker 2 ZPM 2 Unit Testing 2 API and languages REST API 2 ODBC/JDBC 2
文章
姚 鑫 · 七月 12, 2021

第一章 查询目录和驱动器

\qcache.txt E:\temp\rfc7158.html E:\temp\rfc7158.txt E:\temp\samplePerson.xml E:\temp\SecurityXml.txt E:\temp\temp1.txt E:\temp\tempPerson.xml E:\temp\test\Tests.xml E:\temp
文章
Claire Zheng · 十二月 13, 2021

InterSystems IRIS 实用案例: 为什么说是时候迁移 Caché 和 Ensemble 应用了

户体验到了更高的性能和更佳的可扩展性。 在此列举部分迁移到InterSystems IRIS 可拥有的优势: 更高的性能、可扩展性和资源效率 通过迁移,您将能够以小博大,用更少的资源做更多的事情,并同时管理多种不同类型的工作负载。为了让您更好地理解这一所指,我们通过速度测试(Speed Test)得出,与其他主流数据管理软件相比,InterSystems IRIS 在测
文章
姚 鑫 · 九月 24, 2022

第四十二章 使用多个 IRIS 实例(二

): iris terminal i181u ^^%%SS Run sub^test(“hello”) in an InterSystems IRIS terminal in the USER namespace of the IRIS instance i181u: iris terminal i181u sub
文章
Kelly Huang · 二月 27, 2023

物联网 (IOT) 在 InterSystems IRIS 平台上的应用

=intersystemsdc/iris-community FROM $IMAGE WORKDIR /home/irisowner/irisbuild ARG TESTS= 0 ARG MODULE= "iris-iot-sample" ARG NAMESPACE= "USER" RUN --mount= type = bind ,src=.,dst=. \ iris
文章
jieliang liu · 一月 7, 2021

使用 GitHub Actions 在 EKS 上部署 InterSystems IRIS 解决方案

              - |                echo -e "write\nhalt" > test                until iris session iris < test; do sleep 1; done                echo -e "zpm\ninstall samples-bi\nquit\nhalt
文章
water huang · 九月 25, 2022

Ens.Util.JSON类的启发

tJSONArray = 0While ($$$ISOK(tSC)) {// test end condition; get next characterIf ($IsObject(pJSON)) {If (pFirstChar'="") {Set ch = pFirstCharSet pFirstChar = ""}Else { If (pJSON.AtEnd
文章
姚 鑫 · 五月 20, 2021

第一章 发送HTTP请求

调用`Get()`, `Head()`, `Post()`, 或 `Put()`方法时,可以省略location参数。 例如,假设正在向url `http://machine_name/test/index.html`发送一个HTTP请求 在这种情况下,将使用下列值: `%Net.HttpRequest`的示例属性 Properties
文章
姚 鑫 · 六月 17, 2021

第十章 XML元素和属性

”`;`XMLIGNORENULL`的其他可能值为0(默认值)、1和`“INPUTONLY”`; ## 示例:IgnoreNull为0(默认值) ```java Class EmptyStrings.Import Extends (%Persistent, %XML.Adaptor) { Parameter XMLNAME="Test"; ///Reader
文章
姚 鑫 · 六月 15, 2021

第七章 控制命名空间分配的外观

(%Persistent, %XML.Adaptor) { Parameter XMLNAME="Test"; Parameter XMLIGNORENULL = "RUNTIME"; ///把这个作为一个元素 ///XMLNIL is 0, the default Property Property1 As %String
文章
姚 鑫 · 一月 20, 2022

第二十九章 SQL函数 COALESCE

tests next ex argument. If all ex arguments are True (NULL), returns NULL. False returns ex IFNULL(ex1,ex2) [two-argument form] | ex1 = NULL |True returns ex2 False returns NULL
文章
Michael Lei · 八月 9, 2022

社区文章汇总--跟着社区学习InterSystems 技术

://cn.community.intersystems.com/node/516431 如何以编程/自动化方式为InterSystems IRIS创建新的数据库、命名空间和Web应用程序 自动化创建数据库和命名空间 https://cn.community.intersystems.com/node/523796 Unit Tests: Quality