搜索​​​​

清除过滤器
公告
Michael Lei · 五月 16, 2022

DBeaver 官方支持 InterSystems IRIS

我们很高兴地宣布,从7.2.4版本开始,DBeaver已经支持开箱即用InterSystems IRIS的。 你不需要再手动配置它,只要在连接列表中找到IRIS的图标即可。 所有必要的字段都已填写。但是,请不要忘记输入你的用户名和密码。 默认情况下,InterSystems的IRIS驱动程序不包括在DBeaver中。
问题
Michael Lei · 七月 8, 2022

Intersystems IRIS 上使用JAVA

可以参考官方文档:https://gettingstarted.intersystems.com/language-quickstarts/java-quickstart/
问题
Liang Jianhui · 八月 24, 2022

InterSystems log文件解析

InterSystems 有解析log文件的工具或者API吗? 您说的是哪个log呢? message Log ,alerts 还是event log?
文章
Michael Lei · 四月 4, 2023

InterSystems SQL 小妙招

如您所知,InterSystems IRIS 除了Global、对象、文档和 XML 数据模型还支持关系,其中 SQL 语言也被用来处理数据。 与其他关系型 DBMS 一样,InterSystems IRIS 有自己的特点。 我开始这篇文章是为了抛砖引玉,并邀请您分享您的小诀窍 - 我会根据收到的评论更新内容。 开始了!
文章
Lilian Huang · 四月 28, 2023

InterSystems 嵌入式 Python 概览

InterSystems Embedded Python提供了一个强大的方法,通过利用Python的能力来扩展你的InterSystems应用程序的功能。通过将Python代码集成到你的InterSystems应用程序中,你可以利用Python中大量的库和框架来执行在InterSystems ObjectScript中可能难以实现的复杂任务。 谢谢。
文章
Weiwei Gu · 九月 14, 2023

容器中的 InterSystems IRIS

InterSystems 还发布了容器化部署的IRIS。这篇文章旨在演示 InterSystems IRIS 和依赖 IRIS 后端的应用程序如何打包到镜像中并在容器中的其他计算机中运行,以及这样做有多么简单。 容器运行包含所有必需的可执行文件、二进制代码、库和配置文件的镜像。
公告
Claire Zheng · 七月 8, 2024

InterSystems 2024 Python 编程大赛

🏆 InterSystems 2024 Python 编程大赛 🏆 时间: 2024年7月15日-8月4日(美国东部时间) 奖金池: 14,000美元 话题 使用Python(或嵌入式Python)作为编程语言的InterSystems IRIS或InterSystems IRIS for Health或IRIS
文章
Michael Lei · 八月 17, 2024

InterSystems IRIS 入门:全面指南

针对各个角色提供的入门资源 开发者 在线学习计划:面向程序员的 InterSystems IRIS 使用入门(21 小时) 课堂培训:使用 InterSystems 对象和 SQL 进行开发(5 天) 系统管理员 学习路径:InterSystems IRIS 管理基础(10 小时) 课堂培训:管理 InterSystems 服务器(5
公告
Michael Lei · 一月 24

InterSystems 社区年度简报 2024

IRIS 的 Windows 安装 按YuCheng Hu 136 InterSystems通过向量搜索扩展了InterSystems IRIS数据平台,支持下一代人工智能应用 按Claire Zheng 讨论最多 3 监控数据库增长 – 第 1 部分_数据收集 按Michael Lei 2
文章
Claire Zheng · 一月 21, 2021

【视频】IRIS数据库在医疗行业发展(3):InterSystems IRIS独立组件

这是“IRIS数据库在医疗行业发展”系列课程的第三讲,InterSystems中国技术总监乔鹏为您介绍InterSystems IRIS独立组件。InterSystems IRIS数据平台是全球首款且唯一一款专门设计用于从医疗数据中提取价值的数据平台。
公告
Michael Lei · 二月 5, 2022

学技术,练听力,尽在Intersystems 系联在线培训广播电台

Introducing InterSystems Reports — Released April 7, 2020 6. InterSystems Certification — Released March 24, 2020 5.
公告
Michael Lei · 三月 19, 2024

InterSystems 宣布 InterSystems IRIS, InterSystems IRIS for Health 和 HealthShare Health Connect 2024.1 全面上市

文档 有关所有突出显示功能的详细信息可通过以下链接获得: InterSystems IRIS 2024.1 文档、 发行说明以及已弃用和停产的技术和功能。 InterSystems IRIS for Health 2024.1 文档、 发行说明和升级清单。
文章
Hao Ma · 九月 22, 2021

IRIS 2021 技术文档 First Look 3 - 连接一个IDE

1.1 部署已授权的实例如果您已经从 InterSystems 购买了一个或多个许可证,您可以使用以下方法之一来部署一个已授权的 InterSystems IRIS 实例:• InterSystems 云管理器• InterSystems Kubernetes Operator• InterSystems IRIS 容器镜像• InterSystems
文章
Michael Lei · 七月 25, 2024

InterSystems 常见问题FAQ系列--如何在编译类routines时包含映射修饰符

InterSystems 常见问题FAQ 要编译包含映射修饰符的类rountine,请指定编译器修饰符“/mapped=1”或“/mapped”。
文章
Michael Lei · 一月 26, 2024

InterSystems 常见问题解答--日志文件长期保留而未被删除的原因

InterSystems 常见问题解答 如果系统24小时没有停止,旧的日志文件将根据“日志文件删除设置”在0:30删除。 导致日志文件保留的时间早于“日志文件删除设置”的一个可能原因是存在仍处于开放状态的事务。 在这种情况下,您将能够通过搜索执行事务的进程并完成事务来删除日志文件。