查找

问题
· 九月 25, 2024

活动量

请问一下,活动量仪表盘这个界面怎么激活,实例怎么展现?我的服务器展开没有数据,但是是有消息记录的。

1 Comment
讨论 (1)2
登录或注册以继续
文章
· 九月 24, 2024 阅读大约需 2 分钟

第三十二章 使用派生密钥令牌进行加密和签名 - 使用 DerivedKeyToken 进行加密

第三十二章 使用派生密钥令牌进行加密和签名 - 使用

进行加密

要使用 <DerivedKeyToken> 进行加密,请使用以下步骤:

  1. 如果要加密一个或多个安全标头元素,请创建这些安全标头元素。.
  2. 创建 <DerivedKeyToken> 并将其添加到 WS-Security 标头,如创建和添加 <DerivedKeyToken> 中所述。

请注意,此步骤还会创建并添加 <EncryptedKey> 所基于的 <EncryptedKey> 元素。

讨论 (0)1
登录或注册以继续
问题
· 九月 24, 2024

cloud based license server

Is it possible to deploy a license server in a cloud and then download licenses from it to the host location at customer's data center?

讨论 (0)1
登录或注册以继续
公告
· 九月 24, 2024

[Video] Pre-training - first step of GenAI model training

Hi Community!

We're happy to share the next video in the series dedicated to Gen AI on our InterSystems Developers YouTube:

⏯ Pre-training - first step of GenAI model training

Learn about the first step of training a GenAI model, pre-training: how it's done, who's doing it and how. You’ll also learn the methods used to help AI understand text, like predicting the next word, filling in blanks, and anticipating the next sentence. These techniques work together to enhance an AI’s ability to grasp context and respond in natural language.

🗣  Presenter@Don Woodlock, Vice President, Healthcare Solutions Development, InterSystems

Enjoy watching, and look forward to more videos! 👍

讨论 (0)1
登录或注册以继续
文章
· 九月 24, 2024 阅读大约需 1 分钟

Melhorando a pesquisa na comunidade de Desenvolvedores por Tags

Talvez você saiba que você pode pesquisar por postagens na CD por Tags
inicinando na borda esquerda acima    e 

Para comçar isso está ótimo. Porém, baseado em alguns feedbacks locais, algumas melhorias poderiam tornar mais útil. O SELECT funciona IF TAGS CONTAIN %tag. Isso enche você de vários resultados frequentemente muito mais úteis. As sugestões para as extensões:

  • ... IF TAGS CONTAINS ONLY %tag   // para uma Tag específica
  • ... IF TAGS CONTAIN  (%tag1,%tag2,%tag3,...)    // várias tags específicas
  • ... IF TAGS NOT CONTAIN   (%tag4,%tag5)         // excluir conteúdo não desejado
  • ... IF TAGS CONTAIN  (%tag1,%tag2,%tag3,...)  AND NOT CONTAIN   (%tag4,%tag5) 

caso prático:  ... CONTAIN ("global","python") and NOT CONTAIN ("ObjectScript")

A sintaxe emprestada do SQL é apenas para ilustrar a funcionalidade.

A implementação prática deve usar uma lista onde você coloca +-

A proposta está publicada em IDEIAS https://ideas.intersystems.com/ideas/DPI-I-630​​​​​

Para suporte e conforto eu também sugiro forçar tags em toas as publicações (e possivelmente nas respostas)
Em IDEIAS https://ideas.intersystems.com/ideas/DPI-I-629

Se você concorda, agradeceria o seu voto.

1 Comment
讨论 (1)1
登录或注册以继续