eSeGeCe Blog

发布说明、深度解析与教程,涵盖 sgcWebSockets、sgcHTML、sgcOpenAPI、sgcSign、sgcBiometrics 和 sgcIndy。

· Components

Kraken 期货 API | eSeGeCe 博客

在 Delphi 中使用 Kraken 期货 API

· Features

OpenSSL 完美前向保密 | eSeGeCe 博客

从 sgcWebSockets 4.4.8 起改进连接安全性,包括完美前向保密功能...

· Components

Coinbase Pro REST API | eSeGeCe 博客

从 sgcWebSockets 4.4.8 起,完整支持 Coinbase Pro REST API……

· Features

WebSocket 掩码消息 | eSeGeCe 博客

了解 WebSocket 掩码消息的工作原理以及如何在 sgcWebSockets 中配置它。

· Releases

sgcWebSockets 4.4.7 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.7:[+] : New Client Component TsgcWSAPI_Coinbase, Coinbase is a platform that allows to buy, sell and store c...

· Features

SChannel 证书 | eSeGeCe 博客

从 sgcWebSockets 4.4.7 开始,支持使用 SChannel 作为加密库的证书。SChannel 实现支持 2 种证书身份验证类型:1. 使用 PFX 证书。2. ……

· Components

Socket.IO 3 API 支持 | eSeGeCe 博客

从 sgcWebSockets 4.4.7 开始,支持 Socket.IO 3 API。现在默认情况下,当您创建 Socket.IO 客户端实例时,它已针对 API 3.* 进行了配置。示例 请参阅以下关于如何连接 Socket.IO API 3 服务器的简单示例...

· Features

Binance 期货 API:USDT 和 COIN | eSeGeCe 博客

从 sgcWebSockets 4.4.7 开始,Binance 的两个期货 API 均受支持:USDT 和 COIN。USD 期货:https://binance-docs.github.io/apidocs/futures/en COIN 期货:https://binance-docs.github.io/apidocs/del……

· Components

Coinbase WebSocket API | eSeGeCe 博客

从 sgcWebSockets 4.4.7 起,支持 Coinbase WebSocket API……

· Features

Telegram Bot 找不到聊天 | eSeGeCe 博客

当您以机器人身份登录时,无法使用 GetChats 方法,因此您无法获取所有可用聊天记录。如果这是您第一次以机器人身份登录并尝试向已知聊天发送消息,您将收到此错误...

· Features

Telegram 发送粗体和斜体消息 | eSeGeCe 博客

了解如何使用 Telegram API 发送包含粗体和斜体格式的消息。

· Features

AWS Cognito 与 OAuth2 | eSeGeCe 博客

sgcWebSockets 库在服务器和客户端组件中支持 OAuth2 身份验证。下一版本将包含 AWS Cognito 服务所需的一项新功能:当您尝试通过 OAuth2 对 Cognito 进行身份验证……

· Features

HTTP/2 备用服务 | eSeGeCe 博客

Alt-Svc HTTP 头部用于告知客户端,同一资源可通过另一服务或协议访问。例如,若您希望告知 HTTP 客户端您的服务器支持 HTTP/2,可使用 Alt-Svc 头部……

· Features

WebSocket 客户端:连接前和 WatchDog 前事件 | eSeGeCe 博客

了解 sgcWebSockets 中 BeforeConnect 和 BeforeWatchDog 事件的使用方法。

· Releases

sgcWebSockets 4.4.6 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.6:[+] : New Event OnBeforeForwardHTTP on Server Components, allows to forward an HTTP request to another ser...

· Components

人脸识别 | eSeGeCe 博客

从 sgcBiometrics 2.0 起,支持使用兼容 Windows Hello 摄像头进行人脸识别,可监测摄像头前是否有人、识别身份、检测人员到达和离开等……

· Installation

找不到文件 bplrtl270.dylib | eSeGeCe 博客

在 Rad Studio 10.4.1 中编译 sgcWebSockets 时,部分用户在 OSX64 平台下遇到编译错误:Directory not found for option 'Lc:\Program Files (x86)\embarcadero\studio\21.0\redist\OSX64,以及 file not found bplrtl270.dylib……

· Components

HTTP/2 一致性测试 | eSeGeCe 博客

sgcWebSockets 在服务器和客户端组件中支持 HTTP/2 协议,完全采用纯 Delphi 代码实现,无需任何外部库。我们使用 h2spec 对 HTTP/2 实现进行了测试……

· Releases

sgcWebSockets 4.4.5 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.5:[+] : New Component TsgcHTTP_OAuth2_Server, server implementation of OAuth2 protocol, allows to Authorize...

· Features

OAuth2 自定义登录 HTML | eSeGeCe 博客

自定义 OAuth2 登录页面的 HTML 模板

· Features

OAuth2 服务器允许未认证请求 | eSeGeCe 博客

配置 OAuth2 服务器允许未认证请求

· Features

OAuth2 注册应用 | eSeGeCe 博客

如何注册应用以使用 OAuth2 身份验证

· Features

OAuth2 服务器端点 | eSeGeCe 博客

OAuth2 服务器端点配置与说明

· Components

OAuth2 服务器授权 | eSeGeCe 博客

配置 OAuth2 服务器授权流程