Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ycrao/mynotes
分享:笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...
https://github.com/ycrao/mynotes
bash collection documentation git java laravel mysql notes php rust
Last synced: 3 days ago
JSON representation
分享:笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...
- Host: GitHub
- URL: https://github.com/ycrao/mynotes
- Owner: ycrao
- License: mit
- Created: 2014-07-25T08:13:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T10:36:52.000Z (about 1 year ago)
- Last Synced: 2025-01-01T07:05:46.157Z (10 days ago)
- Topics: bash, collection, documentation, git, java, laravel, mysql, notes, php, rust
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 228
- Watchers: 9
- Forks: 66
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- favorite-link - 笔记、Laravel、PHP、面试题、HTML、CSS。
README
笔记文摘
=======用 `markdown` 书写的笔记(部分来源于互联网),共享出来给大家!
### 面试题系列:
- [PHP面试题汇总](php/interview.md) [#1](https://github.com/ycrao/mynotes/issues/1)
- [PHP面试题汇总二](php/interview_2.md) [#4](https://github.com/ycrao/mynotes/issues/4)### 代码片段:
- [实现QQ/微信拼手气红包算法](php/randomLuckyRedPacket.php):这里仅考虑红包分配自身,不考虑并发、超时退回等逻辑。
- 来自 [30 seconds of knowledge](https://github.com/30-seconds/30_seconds_of_knowledge/tree/master/src/assets/snippets/php) 相关 [PHP代码片段](php/30_seconds_of_knowledge_php.md) [#5](https://github.com/ycrao/mynotes/issues/5) 。### Laravel 入门教程:
本人 `2017` 年写的 `Laravel` 系列教程,使用的4版,内容可能有些过时或错漏。博客连载地址为:http://douyasi.com/category/startlaravel/
目录
1. [准备性工作](laravel_cms/01.md)
2. [建立数据库](laravel_cms/02.md)
3. [页面显示与路由控制(一)](laravel_cms/03.md)
4. [页面显示与路由控制(二)](laravel_cms/04.md)
5. [RESTFUL路由与控制器](laravel_cms/05.md)
...### Git 相关:
- [Git设置与使用帮助](git/git.md) [#2](https://github.com/ycrao/mynotes/issues/2)
- [直接拿来用!10段超有用的Git命令行代码](git/advanced-git-commands.md) [#3](https://github.com/ycrao/mynotes/issues/3)### MySQL 相关:
[MySQL基础命令](mysql/basic.md)
### Rust 相关:
Rust 学习笔记及示例代码: [Learning Rust](https://github.com/ycrao/learning_rust) 。
### Bash 相关:
本人翻译的 [Bash 中文指南](https://github.com/ycrao/bash-guide) ,不错的 `linux bash` 命令入门材料。
### Vue 相关:
Vue.js 学习示例及笔记:[Learning Vue](https://github.com/ycrao/learning_vue) 。
### JAVA 相关:
- 学习 Java 示例及笔记:[Learning Java](https://github.com/ycrao/learning_java)
- Simple restful API service Demo: [simple-api-service](https://github.com/douyasi/simple-api-service)
- Spring 集成大全: [spring-tutorials](https://github.com/ycrao/spring-tutorials)### RabbitMQ 相关:
- RabbitMQ 多运行模式简介:[rabbitmq-examples](https://github.com/ycrao/rabbitmq-examples)
- PHP 运行时下 RabbitMQ 消费端常驻解决办法:[rabbitmq-consumer](https://github.com/ycrao/rabbitmq-consumer)### Golang 相关:
- 学习 `golang` 过程中,编写的一些代码及软件:[learning_golang](https://github.com/ycrao/learning_golang)
### Docker 相关:
- 基于 `alpine` 底包原始构建[基础运行时镜像](https://github.com/ycrao/base-runtime-images),镜像文件较小,且生产可用,目前主要是 `php-fpm` 运行时相关的镜像,后期会编写一些其它语言与服务的镜像。
### 大前端相关:
- 最新的 `Vue3` 架手架模版:[ycrao/topop-vue](https://github.com/ycrao/topop-vue) 。
- 前端 `Excel` 导出解决方案:[ycrao/frontend-excel-export](https://github.com/ycrao/frontend-excel-export)
- 云端研学代码:[stackblitz.com/@ycrao](https://stackblitz.com/@ycrao/collections/learning-typescript)### 杂项:
- 和谐:[ycrao/harmony](https://github.com/ycrao/harmony)
- 如意:[ycrao/ruyi](https://github.com/ycrao/ruyi)