home/categories/development
domain cluster

Development

Frameworks, languages, and architectural tools.

23643 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
backend
304

fastapi-local-oop-background-task-system

Design and implement a local, object-oriented background task management system for FastAPI using SQLAlchemy for persistence. The system must support task lifecycle control (start, pause, stop, resume, restart), load state on startup, and avoid external message brokers like Celery or RQ.

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

generazione-mapper-nestjs-entity-dto

Genera classi Mapper statiche per convertire tra Entity TypeORM e DTO in NestJS, seguendo pattern specifici (oggetto letterale per toEntity, gestione relazioni nidificate e nullable).

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

configure-react-globe-nextjs-lifecycle

Configures react-globe.gl in Next.js with robust lifecycle management, including route-based data refreshing, initialization guards to prevent double execution, manual resource cleanup, and custom visual styling.

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

debug-fastapi-422-errors-query-vs-body-mismatch

Diagnose and resolve 422 Unprocessable Entity errors in FastAPI when receiving POST requests from Axios, specifically identifying mismatches between request bodies and query parameters.

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

baoyu-danger-x-to-markdown

Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

azure-pipelines-net-6-maui-ios

生成用于构建和发布 .NET 6 MAUI iOS 项目的 Azure Pipelines YAML 配置,包含 DotNetCoreCLI 任务配置、RuntimeIdentifier 设置及 IPA 文件重命名功能。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

javascripturl

将JavaScript对象转换为URL查询字符串(key=value格式)并拼接到基础URL中。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

javascriptjson

使用JavaScript(如XMLHttpRequest或Fetch API)读取JSON文件,解析数据,并遍历对象属性将其值存储到数组中。适用于需要从JSON结构中提取所有值的场景。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

pyqt5

用于在PyQt5应用程序中管理类内部变量作用域,通过实例变量(self.variable)替代全局变量(global),实现跨函数的数据共享、默认值初始化及条件更新。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

python-api

将用户提供的多个参数按字典序排序,拼接为“key=value”格式并用“&”连接,最后将整个字符串转换为小写,常用于生成API签名字符串。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

python

根据用户提供的接口URL、数据包内容和指定时间,生成能够定时发送HTTP POST请求并输出结果的Python脚本。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

stm32f103-spl-code-generator

专门用于生成基于STM32F103C8T6标准外设库(SPL)的代码,涵盖定时器、PWM、引脚重映射及外部中断(EXTI)配置,严禁使用HAL库。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

strict-direct-output

针对问答或代码执行请求,严格仅输出核心答案或运行结果,不包含任何解释、背景、推理过程或引导性文字。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

windows-python27-link-resolution

在Python 2.7环境下解析Windows目录链接(Junction)或符号链接的真实物理路径。提供基于PyWin32 API和PyQt4/5 QProcess调用cmd命令的两种解决方案,解决os.path.realpath失效及输出解析问题。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

skynet-luasec-https

在 Skynet 框架下,仅使用 skynet.httpc 和 luasec 库编写 HTTPS 请求代码,避免使用 ltn12 或不存在的 API 接口。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

unsplash-api

当用户请求发送照片或图片时,使用 Unsplash API 格式生成链接,并以 Markdown 图片语法直接输出,不使用代码块或反斜线。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

modbus-rtu

将基于原始串口通信的数据采集脚本转换为使用PyModbus库的Modbus RTU协议,保留SQLite数据库存储逻辑和特定的寄存器读取功能。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

columnc

根据数据库字段定义生成C#实体类,属性名采用首字母大写并保留下划线(如 Raw_Id),使用[Column(Description = "...")]特性注释,并支持可空类型处理。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

apijson

根据业务需求设计HTTP服务端返回的JSON对象,包含状态码、详细描述及潜在解决方案。支持自定义状态码并细化具体的参数校验逻辑。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

c-httpwebrequest-cookie

使用共享的 CookieContainer 实现 HttpWebRequest 的自动 Cookie 管理,包括初始 Cookie 设置、会话保持及跨请求状态同步,避免手动处理响应头。

ECNU-ICALK
ECNU-ICALK
development
open
backend
304

c-net-40-winforms-httplistener-asyncawait

在C# Windows Forms应用程序(.NET 4.0)中实现HTTP监听器,用于接收网页提交的数据。该技能要求不使用async/await关键字,而是使用BeginGetContext/EndGetContext(APM模式)来实现异步处理,并支持多次接收和UI线程更新。

ECNU-ICALK
ECNU-ICALK
development
open
Previous
Page 248 / 986
Next