Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lingxyz committed May 8, 2023
1 parent 6a83755 commit 71b8a4d
Show file tree
Hide file tree
Showing 63 changed files with 367 additions and 326 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
🎄 程序开发知识和技能树。

- * 🌳 技术
* [Web✨](docs/web/README.md)
* [Wechat](docs/wechat/README.md)
* [App](docs/app/README.md)
* [Java✨](docs/java/README.md)
* [Data](docs/data/README.md)
* [AI](docs/ai/README.md)
* [Basics](docs/basics/README.md)
* [Web✨](web/README.md)
* [Wechat](wechat/README.md)
* [App](app/README.md)
* [Java✨](java/README.md)
* [Data](data/README.md)
* [AI](ai/README.md)
* [Basics](basics/README.md)
* 🦠 管理
* 团队管理
* 技术管理
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions ai/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!-- _sidebar.md -->

* 数学算法
- 数学基础
- 算法

* 语言
* Python

* 框架
* Numpy
* Pytorch
* [Tensorflow](ai/tensorflow.md)

* 计算机视觉
* 图像识别

* 自然语言处理
* 语音识别
* AIGC

* AI 中台
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/app/_sidebar.md → app/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Native
* iOS
* Android

* Hybird
* uni-app
* React Native
Expand Down
5 changes: 5 additions & 0 deletions docs/app/flutter.md → app/flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@
- Dart `语言` ☆☆
- Flutter `框架` ☆☆
- Android Studio `IDE`
- [Android Studio 使用教程](https://developer.android.com/studio/intro/)
- [安卓开发教程](https://developer.android.com/guide/)



- Weex `框架` `hybird` ☆☆☆
- React `框架` ☆☆
- React Native `框架` `hybird` ☆☆☆
- [Cordova 中文文档](http://cordova.axuer.com/docs/zh-cn/latest/)
- [Electron](https://electronjs.org/docs) | [electron-vue](https://simulatedgreg.gitbooks.io/electron-vue/cn/) `desktop`
- Flutter + Dart
- 快应用
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/basics/_sidebar.md → basics/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- _sidebar.md -->

* 计算机基础
* 系统结构
* [系统结构](basics/system-structure.md)
* [操作系统](basics/operating-system.md)
* [网络](basics/network.md)
* 编程基础
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- `计算机原理` [《操作系统基础知识——操作系统的原理,类型和结构》](https://segmentfault.com/a/1190000003692840)
- `视屏` [操作系统原理](http://www.icourses.cn/sCourse/course_3743.html)
- `类型和结构` [《操作系统基础知识——操作系统的原理,类型和结构》](https://segmentfault.com/a/1190000003692840)
- `CPU` [怎样理解理解CPU缓存和伪共享?](docs/operatingSystem/怎样理解理解CPU缓存和伪共享?.md)
- `CPU` [怎样理解理解CPU缓存和伪共享?](draft/operatingSystem/怎样理解理解CPU缓存和伪共享?.md)
- `进程`
- `线程` [《线程的生命周期及状态转换详解》](https://blog.csdn.net/asdf_1024/article/details/78978437)
- `协程` [从yield到actor模型的实现](docs/operatingSystem/从yield到actor模型的实现.md)
- `协程` [从yield到actor模型的实现](draft/operatingSystem/从yield到actor模型的实现.md)
- `Linux` [《Linux 命令大全》](http://www.runoob.com/linux/linux-command-manual.html)
- `shell`
- [《终结python协程----从yield到actor模型的实现》](https://www.thinksaas.cn/group/topic/839375/)
Expand Down
Empty file added basics/system-structure.md
Empty file.
File renamed without changes.
File renamed without changes.
13 changes: 8 additions & 5 deletions docs/data/_sidebar.md → data/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
* 数据存储
* [Hbase](data/hbase.md)
* [ClickHouse](data/clickhouse.md)
* Kafka

* 大数据
* 数据采集
* 数据分析
* 流式计算
* 数据存储
* 数据计算
* [Flink](/flink)
* [Spark](/spark)

* 数据分析

* 数据采集
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions docs/ai/_sidebar.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/web/_sidebar.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/web/vue.md

This file was deleted.

184 changes: 108 additions & 76 deletions draft/Home.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,19 @@
## 核心基础

- [系统结构](https://github.com/zhanglingx/tree/wiki/system-structure)
- [操作系统](https://github.com/zhanglingx/tree/wiki/operating-system)
- [网络](https://github.com/zhanglingx/tree/wiki/network)
- [数据结构](https://github.com/zhanglingx/tree/wiki/data-structure)
- [算法](https://github.com/zhanglingx/tree/wiki/algorithm)
- [设计模式](https://github.com/zhanglingx/tree/wiki/design-pattern)

## 前端开发
### web
- [前端待整理资料](https://github.com/zhanglingx/tree/wiki/fe)
- [HTML+CSS](https://github.com/zhanglingx/tree/wiki/html+css)
- [前端待整理资料](fe)
- [HTML+CSS](html+css)
- JavaScript✨:[
ECMA](https://github.com/zhanglingx/tree/wiki/ecma)
[DOM](https://github.com/zhanglingx/tree/wiki/dom)
[BOM](https://github.com/zhanglingx/tree/wiki/bom)
[Node.js](https://github.com/zhanglingx/tree/wiki/nodejs)
[TS](https://github.com/zhanglingx/tree/wiki/ts)
ECMA](ecma)
[DOM](dom)
[BOM](bom)
[Node.js](nodejs)
[TS](ts)
- 运行时
- Chrome:Webkit、[V8](https://github.com/zhanglingx/tree/wiki/v8)
- Wechat:[微信公众号](https://github.com/zhanglingx/tree/wiki/wechat-official-accounts) 、 微信小程序
- Chrome:Webkit、[V8](v8)
- Wechat:[微信公众号](wechat-official-accounts) 、 微信小程序
- 框架
- 数据驱动:[Vue](https://github.com/zhanglingx/tree/wiki/vue)✨、mpvue
[React](https://github.com/zhanglingx/tree/wiki/react)
- [Electron](https://github.com/zhanglingx/tree/wiki/electron)
- 数据驱动:[Vue](vue)✨、mpvue
[React](react)
- [Electron](electron)
- DOM操作:jQuery
- 模块化:微前端
- 组件化
Expand All @@ -36,10 +26,10 @@ ECMA](https://github.com/zhanglingx/tree/wiki/ecma)
- 编译阶段要做的工作和原理
- 性能优化:编译阶段
- 工程化框架
[Fis3](https://github.com/zhanglingx/tree/wiki/fis3)
[Gulp](https://github.com/zhanglingx/tree/wiki/gulp)
[webpack](https://github.com/zhanglingx/tree/wiki/webpack)
[vue-cli](https://github.com/zhanglingx/tree/wiki/vue-cli)
[Fis3](fis3)
[Gulp](gulp)
[webpack](webpack)
[vue-cli](vue-cli)
- 部署
- DevOps:
- 单体:nginx、docker
Expand All @@ -50,70 +40,112 @@ ECMA](https://github.com/zhanglingx/tree/wiki/ecma)
- 【平台】前端技术中台:测试、监控、检测、配置、发布
- 开发规范

### Mobile

- Flutter
[Dart](https://github.com/zhanglingx/tree/wiki/dart)
[Flutter](https://github.com/zhanglingx/tree/wiki/flutter)
- React-Native
- [Cordova 中文文档](https://github.com/zhanglingx/tree/wiki/http://cordova.axuer.com/docs/zh-cn/latest/)
- 开发工具
- [Android Studio](https://github.com/zhanglingx/tree/wiki/andridstudio)
- [Android Studio 使用教程](https://github.com/zhanglingx/tree/wiki/https://developer.android.com/studio/intro/)
- [安卓开发教程](https://github.com/zhanglingx/tree/wiki/https://developer.android.com/guide/)
- [Xcode](https://github.com/zhanglingx/tree/wiki/xcode)
## 前端
- [HTML+CSS](html+css)
- [JavaScript](javascript)
- [TypeScript](typescript)
- 运行时
- [V8](v8)
- [微信公众号](wechat-official-accounts)
- 微信小程序
- 应用框架
- [Vue](vue)`Web端`
- [React](react) `Web端`
- [Electron](electron) `桌面端`
- Flutter
- [Dart](dart)
- [Flutter](flutter)
- [Android Studio](andridstudio)
- [Xcode](xcode)
- React-Native
- [Cordova 中文文档](http://cordova.axuer.com/docs/zh-cn/latest/)
- 工程化框架
- [Fis3](fis3)
- [Gulp](gulp)
- [webpack](webpack)
- [vue-cli](vue-cli)
- [前端待整理资料](fe)

## 后端
### 数据计算(语言&框架)
- [Java](https://github.com/zhanglingx/tree/wiki/java-tree)
- 【语言】[Java](https://github.com/zhanglingx/tree/wiki/java)
- 【运行时】JVM✨
- 【单体架构】[Spring](https://github.com/zhanglingx/tree/wiki/spring)[SpringBoot](https://github.com/zhanglingx/tree/wiki/springboot)
- 【微服务】[SpringCloud](https://github.com/zhanglingx/tree/wiki/springcloud)[Dubbo](https://github.com/zhanglingx/tree/wiki/dubbo)
- [Java](java-tree)
- 【语言】[Java](java)
- 【运行时】JVM✨
- 【单体架构】[Spring](spring)[SpringBoot](springboot)
- 【微服务】[SpringCloud](springcloud)[Dubbo](dubbo)
- Python
- 【语言】[Python](https://github.com/zhanglingx/tree/wiki/python)
- 【单体应用】[Django](https://github.com/zhanglingx/tree/wiki/django)[Flask](https://github.com/zhanglingx/tree/wiki/flask)
- 【语言】[Python](python)
- 【单体应用】[Django](django)[Flask](flask)
- Node.js
- 【语言】[Node.js](https://github.com/zhanglingx/tree/wiki/nodejs)✨、[TS](https://github.com/zhanglingx/tree/wiki/ts)
- 【运行时】[V8](https://github.com/zhanglingx/tree/wiki/v8)
- 【单体架构】[Express](https://github.com/zhanglingx/tree/wiki/express)[Koa](https://github.com/zhanglingx/tree/wiki/koa)[Egg.js](https://github.com/zhanglingx/tree/wiki/egg)[Nest.js](https://github.com/zhanglingx/tree/wiki/nest)
- 【语言】[Node.js](nodejs)✨、[TS](ts)
- 【运行时】[V8](v8)
- 【单体架构】[Express](express)[Koa](koa)[Egg.js](egg)[Nest.js](nest)
- Golang
- 【语言】[Go](https://github.com/zhanglingx/tree/wiki/go)
- 【单体架构】[Beego](https://github.com/zhanglingx/tree/wiki/beego)[Gin](https://github.com/zhanglingx/tree/wiki/gin)
- 【RPC】[gRPC](https://github.com/zhanglingx/tree/wiki/grpc)
- 【语言】[Go](go)
- 【单体架构】[Beego](beego)[Gin](gin)
- 【RPC】[gRPC](grpc)

### 数据存储

- 【存储】[MySQL](https://github.com/zhanglingx/tree/wiki/mysql)✨、[MongoDB](https://github.com/zhanglingx/tree/wiki/mongodb)
- 【缓存】[Redis](https://github.com/zhanglingx/tree/wiki/redis)
- 【通信】[MQ](https://github.com/zhanglingx/tree/wiki/mq)
[Kafka](https://github.com/zhanglingx/tree/wiki/kafka)
[RabbitMQ](https://github.com/zhanglingx/tree/wiki/rabbitmq)
[RocketMQ](https://github.com/zhanglingx/tree/wiki/rocketmq)
- 【搜索】[ES](https://github.com/zhanglingx/tree/wiki/es)
## 后端
- 语言&框架
- [Java](java-tree): [Java语言](java)
- [Spring](spring): [SpringBoot](springboot)
- [Node.js](nodejs)
- [Koa](koa): [Egg.js](egg)
- [Express](express): [Nest.js](nest)
- [Go](go)
- [gRPC](grpc)
- [Beego](beego)
- [Gin](gin)
- 微服务
- [SpringCloud](springcloud)
- [Dubbo](dubbo)
- 数据缓存
- [Redis](redis)
- 数据存储
- [MySQL](mysql)
- [MongoDB](mongodb)
- 消息队列
- [MQ](mq)
- [Kafka](kafka)
- [RabbitMQ](rabbitmq)
- [RocketMQ](rocketmq)
- 搜索
- [ES](es)


### DevOps
- 系统:Linux
- 命令行:[Shell](https://github.com/zhanglingx/tree/wiki/shell)[Git](https://github.com/zhanglingx/tree/wiki/git)
- 命令行:[Shell](shell)[Git](git)
- 单体架构
[Nginx](https://github.com/zhanglingx/tree/wiki/nginx)
[Tomcat](https://github.com/zhanglingx/tree/wiki/tomcat)
[Serverless](https://github.com/zhanglingx/tree/wiki/serverless)
[Docker](https://github.com/zhanglingx/tree/wiki/docker)
[Nginx](nginx)
[Tomcat](tomcat)
[Serverless](serverless)
[Docker](docker)
- 集群
[Kubernetes](https://github.com/zhanglingx/tree/wiki/kubernetes)
[Kubernetes](kubernetes)
- 分布式
- 持续集成:[Jenkins](https://github.com/zhanglingx/tree/wiki/jenkins)、Gitlab CI/CD
- 持续集成:[Jenkins](jenkins)、Gitlab CI/CD
- 监控:ELK、CloudWatch
- 云:阿里云、[AWS](https://github.com/zhanglingx/tree/wiki/aws)
- 云:阿里云、[AWS](aws)

## 数据科学
- 数据提取
[Hadoop](https://github.com/zhanglingx/tree/wiki/hadoop)
[Flink](https://github.com/zhanglingx/tree/wiki/flink)
[Spark](https://github.com/zhanglingx/tree/wiki/spark)
- 智能分析
- [数学基础](https://github.com/zhanglingx/tree/wiki/math)
- 机器学习:[Numpy](https://github.com/zhanglingx/tree/wiki/numpy)[PyTorch](https://github.com/zhanglingx/tree/wiki/pytorch)[TensorFlow](https://github.com/zhanglingx/tree/wiki/tensorflow)
- 计算机视觉
- 自然语言处理
## DevOps
- 系统环境
- Linux
- 阿里云
- [AWS](https://github.com/zhanglingx/tree/wiki/aws)
- 命令行
- [Shell](https://github.com/zhanglingx/tree/wiki/shell)
- [Git](https://github.com/zhanglingx/tree/wiki/git)
- 部署
- `单体` [Nginx](https://github.com/zhanglingx/tree/wiki/nginx)
- `单体` [Tomcat](https://github.com/zhanglingx/tree/wiki/tomcat)
- `单体` [Serverless](https://github.com/zhanglingx/tree/wiki/serverless)
- `单体` [Docker](https://github.com/zhanglingx/tree/wiki/docker)
- `集群` [Kubernetes](https://github.com/zhanglingx/tree/wiki/kubernetes)
- `持续集成` [Jenkins](https://github.com/zhanglingx/tree/wiki/jenkins)
- `持续集成` Gitlab CI/CD
- 监控
- ELK
- CloudWatch
Loading

0 comments on commit 71b8a4d

Please sign in to comment.