Skip to content

Instantly share code, notes, and snippets.

View felix9ia's full-sized avatar
🎯
Focusing

JiaPengFei felix9ia

🎯
Focusing
View GitHub Profile
@felix9ia
felix9ia / AGENTS_5.6_Global_backup_2026-09-05.md
Last active September 5, 2026 09:29
Global AGENTS.md Backup

Global Codex Rules

编码原则

1. 思考先行(Think Before Coding)

  • 不要做未经说明的假设,不要隐藏困惑;应主动展示关键权衡。
  • 明确陈述假设;遇到不确定且会影响实现方向的问题时,应先提问,不要猜测。
  • 存在歧义时,列出合理的多种解释及其影响,不要默默选择其中一种。
  • 如果存在更简单的方法,应主动指出并说明其优劣。
@felix9ia
felix9ia / mysql_communications_link_failure.log
Created October 27, 2020 06:55
mysql_communications_link_failure.log
@felix9ia
felix9ia / blob_save_to_local_file.html
Created October 17, 2020 09:19
blob save to local file
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Example 1</title>
<a href="https://stackoverflow.com/questions/19327749/javascript-blob-filename-without-link/19328891#19328891">参考地址</a>
</head>
<body>