编程技术
PostgreSQL 备份与恢复:pg_dump、pg_restore 与 PITR
---
title: PostgreSQL 备份与恢复:pg_dump、pg_restore 与 PITR
keywords:
- pg_dump
- pg_restore
- WAL
- base backup
- PITR
description: 使用 pg_dump/pg_restore 进行逻辑备份与恢复,并介绍基于 WAL 的时间点恢复(PITR)流程。
tags:
- PITR
- ...
Popover API 锚定定位与可访问性:交互触发、锚点定位与验证指标
---
title: Popover API 锚定定位与可访问性:交互触发、锚点定位与验证指标
tags:
- Popover API
- 锚定定位
- 可访问性
- 交互触发
- 性能优化
description: 使用原生 Popover API 构建无障碍的锚定式弹出层,覆盖交互触发、锚点定位与可访问性细节,提供可验证的性能与稳定性指标
categories:
- 文章资讯
- 编程...
Pointer Lock API:鼠标捕获与安全约束
---
title: "Pointer Lock API:鼠标捕获与安全约束"
keywords:
- Pointer Lock
- requestPointerLock
- movementX
- movementY
- 游戏与3D
description: "说明 Pointer Lock 的鼠标捕获与相对移动事件,用于游戏与 3D 场景的视角控制,强调权限、手势与退出策略...
Pointer Capture API:setPointerCapture 与拖拽交互稳定性
---
title: "Pointer Capture API:setPointerCapture 与拖拽交互稳定性"
keywords:
- setPointerCapture
- releasePointerCapture
- pointerId
- 拖拽
- 稳定性
description: "介绍 Pointer Capture 的指针捕获与释放模型,在拖拽/绘图场景确...
Permissions API:权限查询与请求治理
---
title: Permissions API:权限查询与请求治理
keywords:
- navigator.permissions.query
- PermissionStatus
- state
- change 事件
- 权限治理
description: 使用 Permissions API 查询权限状态并订阅变化,合理安排请求时机与文案,减少打扰并提升授权通过率。
categor...
