06 2023 档案
摘要:https://learn.microsoft.com/zh-cn/azure/?product=popular Azure Samples (github.com)
阅读全文
摘要:在 Microsoft Graph 中使用 Excel - Microsoft Graph v1.0 | Microsoft Learn Graph Explorer | Try Microsoft Graph APIs - Microsoft Graph Microsoft Graph 概述 -
阅读全文
摘要:Excel JavaScript object model in Office Add-ins - Office Add-ins | Microsoft Learn Office.js API for Excel Excel 加载项使用 Office JavaScript API 与 Excel 中
阅读全文
摘要:Work with PivotTables using the Excel JavaScript API - Office Add-ins | Microsoft Learn PivotTables streamline larger data sets. They allow the quick
阅读全文
摘要:Microsoft Office Dev Center | Office JavaScript APIs Microsoft Excel Dev Center | APIs and app development Office Add-ins documentation - Office Add-i
阅读全文
摘要:在扩展库里添加后,选择好html网页后执行(Open in Browser Preview) 右键点击: 打开例子为:yeoman创建office excel 使用 Visual Studio Code 和 Microsoft Edge WebView2(基于 Chromium)在 Windows
阅读全文
摘要:office365dev/docs/vscodetoofficeaddin.md at master · chenxizhang/office365dev · GitHub 约曼入门 |自耕农 (yeoman.io) node.js安装后,执行npm install -g yo 然后yo docto
阅读全文
摘要:https://youtu.be/lkIFF4maKMU Script Lab, a Microsoft Garage project - YouTube 针对Excel对象模型: 使用 Script Lab 探索 Office JavaScript API - Office Add-ins | M
阅读全文
摘要:下载离线安装包:https://download.docker.com/components/engine/windows-server/19.03/docker-19.03.3.zip 解压后考到: 配置环境变量: 创建 C:\ProgramData\Docker\config 目录,在confi
阅读全文
摘要:IIS报诸如: 工作进程无法读取 applicationhost.config 或 web.config 文件。applicationhost.config 或 web.config 文件中存在格式错误的 XML。由于 NTFS 权限不正确,服务器无法访问 applicationhost.confi
阅读全文
摘要:https://docs.starrocks.io/zh-cn/latest/introduction/StarRocks_intro starrocks的管理工具可以用:Download | DBeaver Community DB-Engines Ranking - popularity ran
阅读全文
摘要:Application and control plane configuration | Dapr Docs Dapr是运行时,因为其事件驱动和可移植特点,使得使用任何语言、任何框架的开发人员都可以轻松的开发并运行在云服务器上或边缘节点上的的弹性的、无状态的或有状态的应用程序。 Dapr与平台无关
阅读全文
摘要:import os import openai openai.api_type = "azure" openai.api_base = os.getenv("AZURE_OPENAI_ENDPOINT") openai.api_version = "2023-05-15" openai.api_ke
阅读全文
摘要:Azure OpenAI — 🦜🔗 LangChain 0.0.194 如上图找到层级关系: import os # Import Azure OpenAI from langchain.llms import AzureOpenAI import openai #response = open
阅读全文
摘要:GET不支持GetRequestStream(),所以不能写进去: string baseUrl = "http://"; string token = ""; try { HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(
阅读全文