# noteBook **Repository Path**: seash0re/noteBook ## Basic Information - **Project Name**: noteBook - **Description**: 笔记本 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-26 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 我的苹果笔记本 ## 零、序言 平时积累的东西以笔记的形式分享出来 ## Usage ### 目录结构 ```bash - js - public js示例 - main.js es6入口 - src webpack示例 - server.js webpack入口 - webpack.*.js webpack配置文件 - package.json 依赖管理 - php - demo 各种栗子 - ext php扩展包应用 - container 容器 - level 面试集合 - bootstrap.php 入口 - index.php 实例 ``` ### 使用 ```bash git clone https://github.com/OMGZui/noteBook.git # 前端 cd js npm install node main.js # 浏览器 http://localhost:5000/ 查看console # webpack npm run server http://localhost:3000/ 查看console # PHP cd php composer install php -S localhost:8000 # 浏览器 http://localhost:8000/php/index.php # 命令行 php index.php # 测试 vendor/bin/phpunit tests ``` ## 一、前端 - [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、mongodb](mongodb.md) ## 三、工具 - [1、git](git.md) - [2、设计模式](https://github.com/OMGZui/DesignPattern) - [3、bash](https://github.com/OMGZui/bash-step-to-step) - [4、docker](https://github.com/OMGZui/lnmp) - [5、数据结构与算法](https://github.com/OMGZui/basic_c) - [6、leetcode](https://github.com/OMGZui/go_leetcode) ## 四、面试 - [一个16年毕业生所经历的php面试](level.md) ## 五、书籍 - [1、Linux C 一站式编程](linux-c) - [2、Elasticsearch: 权威指南](elasticSearch.md) - [3、图解HTTP](http.md) - [4、图解TCP/IP](tcp-ip.md) - [5、高性能Mysql](mysqlH.md)