Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omgzui/notebook
🍎 笔记本
https://github.com/omgzui/notebook
c docker elasticsearch git html-css http interview javascript linux mongodb mysql nginx node php redis tcp
Last synced: about 2 hours ago
JSON representation
🍎 笔记本
- Host: GitHub
- URL: https://github.com/omgzui/notebook
- Owner: OMGZui
- License: mit
- Created: 2017-09-20T12:34:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T23:56:33.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T17:15:43.564Z (about 1 year ago)
- Topics: c, docker, elasticsearch, git, html-css, http, interview, javascript, linux, mongodb, mysql, nginx, node, php, redis, tcp
- Language: PHP
- Homepage:
- Size: 28.7 MB
- Stars: 401
- Watchers: 27
- Forks: 98
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)
- [7、supervisor](supervisor.md)
- [8、PHPStorm+Xdebug](PHPStorm+Xdebug.md)## 四、面试
- [一个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)