From 7b0cff3b5a2d127de3a0c95d74afecd57a625179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=BB=A1?= <635484824@qq.com> Date: Wed, 11 May 2022 09:05:12 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E6=9B=BE=E6=BB=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\346\233\276\346\273\241/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\346\233\276\346\273\241/.keep" diff --git "a/\346\233\276\346\273\241/.keep" "b/\346\233\276\346\273\241/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From 65fc86a9df4e4f75aa2e9ca7dd440d98f79afe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=BB=A1?= <635484824@qq.com> Date: Thu, 12 May 2022 19:02:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20220512-PHP\345\237\272\347\241\200.md" | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 "\346\233\276\346\273\241/20220512-PHP\345\237\272\347\241\200.md" diff --git "a/\346\233\276\346\273\241/20220512-PHP\345\237\272\347\241\200.md" "b/\346\233\276\346\273\241/20220512-PHP\345\237\272\347\241\200.md" new file mode 100644 index 0000000..90fb70b --- /dev/null +++ "b/\346\233\276\346\273\241/20220512-PHP\345\237\272\347\241\200.md" @@ -0,0 +1,67 @@ +## 笔记 + +PHP特点: +1,开源免费 + +2,跨平台 + +3,面向对象 + +4,支持多种数据库,PHP可以链接如何支持该标准的数据库。 + +5,快捷性 + +PHP优势: + +1,良好的安全性 + +2,跨平台特性 + +3,执行速度快,效率高。占用系统资源少,代码执行速度快 + +4,很好的移植性和扩展性强。PHP可以运行在如何服务器上。 + +5,降低网站开发成本。 + +## 作业 + +```php + +
+