Pesquisar

Resumo
· Dez. 9, 2024

【週間ダイジェスト】 12/02 ~ 12/08 の開発者コミュニティへの投稿

12/02 ~ 12/08Week at a GlanceInterSystems Developer Community
Resumo
· Dez. 9, 2024
Artigo
· Dez. 8, 2024 3min de leitura

第四十四章 终端输入 输出 - 特殊协议字符影响终端 I O

第四十四章 终端输入 输出 - 特殊协议字符影响终端 I O

特殊协议字符影响终端 I O

每个操作系统都会拦截某些协议字符 (UNIX) 或组合键(例如 Windows 平台上的CTR-ALT-DEL ),以防止这些字符影响 IRISWindows 控制台不会尝试覆盖这些操作系统特征。

其他特殊字符可以改变例程的执行方式,但不会出现在READ命令变量中。在图像模式下操作终端会取消这些效果,并使 IRIS 像对待任何其他字符一样对待这些字符。

READ受输出和输入控制字符的影响。 READ只是读取除终止字符之外的所有其他控制字符。它不回应他们。

输出控制字符影响例程的流程和输出。下表对此进行了描述:

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Dez. 8, 2024

Key Questions of the Month: November 2024

Hey Community,

It's time for the new batch of #KeyQuestions from the previous month.

Common Interview Questions (Tips + Sample Answers)

Here are the Key Questions of November chosen by InterSystems Experts within all Communities:

📌 SQLのInsertにおける、JDBCとIRIS直の挙動差異について。 by @Yuji Ohata (JP)

📌 IRISインスタンスが起動できない。 by @makoto fukunaga (JP)

📌 Existing protections against XSS attacks on CSP pages ? by @Norman W. Freeman (EN)

These questions will be highlighted with the #Key Question tag, and their authors will get the Key Question badge on Global Masters.

If you find the key question(s) from other communities interesting, just drop us a line in the comments and we will translate the question(s) and the accepted answer(s).

Congrats, and thank you all for your interesting questions. Keep them coming!

See you next month😉

Discussão (0)2
Entre ou crie uma conta para continuar
Artigo
· Dez. 7, 2024 2min de leitura

第四十三章 终端输入 输出 - READ 命令

第四十三章 终端输入 输出 - READ 命令

Read 命令

从键盘读取 032 KB 的内容到指定变量中。超时参数是可选的。该命令不能以井号 (#) 或冒号 (:) 结尾

语法

READ variable:timeout                                             ; Variable-length read
READ variable#length:timeout  ; Fixed-length read
READ *variable:timeout                                           ; Single-character read

示例

下表提供了如何使用这些参数的几个示例。

Discussão (0)1
Entre ou crie uma conta para continuar