From c882c43b022ce94d28d391eed633378208fe864d Mon Sep 17 00:00:00 2001 From: guanguans Date: Mon, 4 Nov 2024 11:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20AI=20=E7=94=9F=E6=88=90=20?= =?UTF-8?q?1MB=20=E7=9A=84=20PHP=20=E4=BB=A3=E7=A0=81=EF=BC=8CMySQL=20?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=A7=A3=E6=9E=90=E5=99=A8=E7=9A=84=E6=95=85?= =?UTF-8?q?=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2d0b43267a..d45bc049d7a 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ - [Nejcc/php-datatypes: 该库在 PHP 中引入了一种灵活而严格的方法来处理整数、浮点数和字符串等原始数据类型。它强调类型安全和精度,支持有符号和无符号整数 (Int8、UInt8 等) 以及各种浮点格式 (Float32、Float64 等) 的操作。](https://github.com/Nejcc/php-datatypes) - [beyondcode/php-spx: 简单明了的 PHP 剖析扩展,内置网络用户界面](https://github.com/beyondcode/php-spx) - [MySQL Parser](https://github.com/WordPress/sqlite-database-integration/blob/1fe180c/wp-content/plugins/sqlite-database-integration/wp-includes/mysql-parser/MySQLParser.php) +- [使用 AI 生成 1MB 的 PHP 代码,MySQL 查询解析器的故事](https://adamadam.blog/2024/09/09/generating-a-mysql-parser-with-ai-google-gemini/) ### November 1, 2024 - [nbs-system/php-malware-finder: PHP-malware-finder 会尽最大努力检测混淆/篡改代码,以及使用恶意软件/webshell 中常用 PHP 函数的文件。](https://github.com/nbs-system/php-malware-finder) - [dotkernel/api: DotKernel 的 PSR-7 REST 风格 API 围绕 Mezzio API 骨架构建。](https://github.com/dotkernel/api)