# noteBook **Repository Path**: webben/noteBook ## Basic Information - **Project Name**: noteBook - **Description**: No description available - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 我的苹果笔记本 ## 零、序言 平时积累的东西以笔记的形式分享出来 ## Usage ### 目录结构 ```sh - js - public 项目包 - main.js 入口 - package.json 依赖管理 - php - demo 各种栗子 - ext php扩展包应用 - container 容器 - level 面试集合 - bootstrap.php 入口 - index.php 实例 ``` ### 使用 ```sh git clone https://github.com/OMGZui/noteBook.git # 前端 cd js npm install node main.js # 浏览器 http://localhost:5000/ 查看console # PHP composer install php -S localhost:8000 # 浏览器 http://localhost:8000/php/index.php # 命令行 cd php php -f index.php 或 php index.php ``` ## 一、前端 - [1、html+css](html+css.md) - [2、javascript](javascript.md) - [3、node](node.md) ## 二、后端 - [1、linux](linux.md) - [2、nginx](nginx.md) - [3、mysql](mysql.md) - [4、php](php.md) - [5、redis](redis.md) - [6、http](http.md) - [7、mongodb](mongodb.md) ## 三、工具 - [1、git](git.md) - [2、设计模式](https://github.com/OMGZui/Design) - [3、bash](https://github.com/OMGZui/bash-step-to-step) ## 四、面试 - [level](level.md) ## 完成进度 - [ ] html+css - [x] javascript - [x] node - [x] linux - [x] nginx - [x] mysql - [x] php - [x] redis - [x] http - [x] git - [x] 设计模式 - [x] bash - [x] mongodb - [x] 面试