# note **Repository Path**: klauspeng/note ## Basic Information - **Project Name**: note - **Description**: 各种笔记 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # notes 学习笔记整理 ## git * [win下创建.gitignore文件](https://github.com/klauspeng/notes/blob/master/git/git.md#win下创建gitignore文件) * [同时推送到多个仓库](https://github.com/klauspeng/notes/blob/master/git/git.md#同时推送到多个仓库) ## php * [PHP日志实现分析](https://github.com/klauspeng/notes/blob/master/php/log.md#php日志) * [通过url 读取网页内容](https://github.com/klauspeng/notes/blob/master/php/php.md#php-通过url-读取网页内容) * [实现四种基本排序算法](https://github.com/klauspeng/notes/blob/master/php/php.md#php实现四种基本排序算法) * [http分块输出](https://github.com/klauspeng/notes/blob/master/php/php.md#http分块输出) * [PDO_Mysql](https://github.com/klauspeng/notes/blob/master/php/php.md#pdo_mysql) ## Mysql * [导入导出](https://github.com/klauspeng/notes/blob/master/mysql/Mysql%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.md#导出) * [创建/删除数据库](https://github.com/klauspeng/notes/blob/master/mysql/Mysql%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.md#创建数据库) * [CURD简介](https://github.com/klauspeng/notes/blob/master/mysql/Mysql%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.md#curd)