From 12638d2a98ba1a18be02a27f77f564654d7fef87 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Mon, 21 Feb 2022 09:46:30 +0800 Subject: [PATCH] fix --- _sidebar.md | 1 + doc/c.md | 2 ++ doc/linux.md | 3 +++ doc/php.md | 2 ++ doc/python.md | 6 ++++++ 5 files changed, 14 insertions(+) create mode 100644 doc/linux.md diff --git a/_sidebar.md b/_sidebar.md index 96aceef..0689c26 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -16,6 +16,7 @@ - [Visual Basic](doc/visual-basic.md) - [C 语言](doc/c.md) - [Ruby](doc/ruby.md) + - [Linux](doc/linux.md) - 数据库 diff --git a/doc/c.md b/doc/c.md index 4b8b8d4..18d1aa9 100644 --- a/doc/c.md +++ b/doc/c.md @@ -1 +1,3 @@ # C 语言 + +[慕课网-C语言入门](http://www.imooc.com/learn/249) \ No newline at end of file diff --git a/doc/linux.md b/doc/linux.md new file mode 100644 index 0000000..b513aac --- /dev/null +++ b/doc/linux.md @@ -0,0 +1,3 @@ +# Linux + +[The Linux Kernel Archives](https://www.kernel.org/) \ No newline at end of file diff --git a/doc/php.md b/doc/php.md index ae918f4..7cdfd48 100644 --- a/doc/php.md +++ b/doc/php.md @@ -40,3 +40,5 @@ [catchadmin](https://www.catchadmin.com/): 基于 Thinkphp & Vue 开发的后台管理框架 [Swoole](https://wiki.swoole.com/):使用 C++ 语言编写的基于异步事件驱动和协程的并行网络通信引擎,为 PHP 提供协程、高性能网络编程支持 + +[Twig](https://twig.symfony.com/): is a modern template engine for PHP \ No newline at end of file diff --git a/doc/python.md b/doc/python.md index 5c92efb..ceed53b 100644 --- a/doc/python.md +++ b/doc/python.md @@ -64,6 +64,12 @@ Celery [jinja](https://jinja.palletsprojects.com/): a fast, expressive, extensible templating engine +[JPype](https://jpype.readthedocs.io/en/latest/index.html): a Python module to provide full access to Java from within Python. + +[Django REST framework](https://www.django-rest-framework.org/): a powerful and flexible toolkit for building Web APIs. + +[SQLAlchemy](https://www.sqlalchemy.org/):the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. + ## 爬虫 [云立方](https://www.yunlifang.cn/): 动态 VPS -- GitLab