Rechercher

Article
· Nov 14, 2024 1m de lecture

Como criar / anunciar um Evento na Comunidade de Desenvolvedores InterSystems

Oi Comunidade,

Alguns de vocês gostariam de compartilhar um evento (online ou offline) com os outros na nossa Comunidade e aqui está um tutorial de como criar um Evento para convidar nossos queridos membros.

O desafio principal ao criar um evento é preencher todas as informações necessárias nos lugares corretos. Então vamos ver o que precisa ser feito.

Primeiro de tudo, você precisa escolher a tag Eventos

Depois que você fez isso você verá um novo formulário aparecer abaixo na página:

Ao preencher o formulário, por favor siga as instruções fornecidas. Clique em Publicar e seu evento aparecerá visível na página principal da Comunidade. E é isso.

Se você tiver comentários ou dúvidas, por favor não hesite em perguntá-las na sessão de Comentários.

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Article
· Nov 13, 2024 3m de lecture

第二十章 TCP 客户端 服务器通信 - 立即发送模式(Q 模式)

第二十章 TCP 客户端 服务器通信 - 立即发送模式(Q 模式)

立即发送模式(Q 模式)

在立即发送模式下,每个 WRITE 命令都作为其自己的数据包输出。如果不使用立即发送模式,则必须包括终止符或发出命令 WRITE *–3 以输出数据包。

通过指定“Q”模式字符或/SENDIMMEDIATE(或/SEN)关键字参数进入此模式。要关闭此选项,请指定以下任一选项:

   USE TCPDEVICE:(/SEN=0)
   USE TCPDEVICE:(::"-Q")

要重新打开此选项,请指定以下任一选项:

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Nov 13, 2024

Starting Python External language in container generates error

I'm trying to get the python external language server started up in a container I am starting. The container is up and running but I cannot get the python language server to start.

This is the error that is coming back when trying to start the language server. I have tried creating a custom image with that package installed but it still does not work. Is there something specific that needs to be done to to get this working? (FYI, I have the dotnet version working but creating a custom image and installing the dotnet runtimes via a docker file)

Base iris container:containers.intersystems.com/intersystems/irishealth:2024.1 

 "On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt install python3.10-venv"

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Nov 13, 2024

Which implemented ideas would you like to know more about?

Hi, Community!

We've had several new ideas from the Ideas portal implemented and thought that you might be curious to learn more about them in our series of articles dedicated to Implemented ideas 😉

 

So help us choose the ideas you want us to write about in the poll below.

To help you decide, here is a list of recently implemented ideas:

1 Comment
Discussion (1)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Nov 13, 2024

Problems with url values with Studio / VScode

I'm using a server side fonts control, with the userAction method, i'm using the action 3 (to open a zenPage). passing some info on the URL.



on Studio, the new windows opens fine and blurs the url values:

But doing this with the vs code server side command, the url keeps the values:

i can't have the same behavior on the vsCode and Studio.

The method Link on CSP.Page  doesn't work.

1 Comment
Discussion (1)1
Connectez-vous ou inscrivez-vous pour continuer