rdp-conversation-ssl
General SOP for common requests related to rdp, conversation, ssl.
uniapp-post
用于在UniApp中通过POST请求发送application/octet-stream数据,并实现响应数据的流式接收与实时解析(在请求完成前处理数据块)。
wpf-listview-contextmenu
提供 WPF 中 ListView(特别是 DataTemplate 内)多级右键菜单的 XAML 定义、C# 代码实现,以及点击事件和参数传递的解决方案。
skynethttpc-luasec-https
在 Skynet 框架下,仅使用 skynet.httpc 和 luasec 库编写 HTTPS 请求代码,需规避 ltn12、ssl.https 及不存在的 httpc 接口。
javascriptjson
生成HTML页面代码,利用XMLHttpRequest读取本地JSON文件,解析数据后遍历对象属性,将所有值提取并存储在数组中。
conversation-jmeter
General SOP for common requests related to 台湾是中国的吗, conversation, 用jmeter怎么操作.
input-template-per
General SOP for common requests related to 同义词, input_template, per.
asynclocalstorage
在Node.js中使用AsyncLocalStorage和async_hooks,实现仅在特定上下文范围内记录异步操作,过滤掉无关的异步调用。
net-6-maui-iosazure-pipelines
根据用户需求生成完整的azure-pipelines.yml文件,用于在Azure DevOps上使用.NET 6构建和打包MAUI iOS项目,处理运行时标识符(RID)、输出路径及IPA文件重命名。
middleware-testing-patterns
Enterprise middleware testing patterns for message routing, transformation, DLQ, protocol mediation, ESB error handling, and EIP patterns. Use when testing middleware layers, message brokers, ESBs, or integration buses.
qe-contract-testing
Consumer-driven contract testing for APIs including REST, GraphQL, and event-driven systems with schema validation.
go-json-unmarshal-string-to-nested-struct-field
Fix Go code to map a JSON string field to a nested struct field (e.g., `SubNetwork.Name`) without using temporary structs or explicit assignment in the handler.
model-attribution-header
Always begin responses with a specific attribution line identifying the model, provider, and version before addressing the main query.
roblox-remoteevent-script-executor-with-client-gui
Generates a Roblox Lua script system that uses RemoteEvents to execute server-side code input directly from a client-side GUI.
android-firebase-mixed-type-data-handling
Handle Firebase Realtime Database data where fields can be either Strings or Integers, ensuring the RecyclerView adapter and POJOs support both types and include node keys.
django-rest-api-with-role-based-access-control
Create a Django REST Framework API with a custom user model containing roles (e.g., Chef, Collaborateur). Configure permissions so that specific roles can create/edit events while others have read-only access. Update models and admin to reflect this structure.
esp32-cam-wifi-door-opener-with-sensor-triggered-streaming
Generates Arduino C++ code for an ESP32-CAM project that controls a servo door lock via a web app, streams MJPEG video only when a doorbell sensor is triggered, and stops streaming when a hall sensor detects the door is open.
fastapi-base64-image-form-submission
Handle the submission of selected images as Base64 strings from a standard HTML form to a FastAPI backend without using JavaScript for data processing.
fastapi-dynamic-image-resizing-and-serving
Implements a FastAPI endpoint to serve images from a database path with dynamic resizing, aspect ratio preservation, and file-based caching. Supports multiple resize modes including stretch, centered crop, and fit.