{"id":13462640,"url":"https://github.com/ycrao/mynotes","last_synced_at":"2025-04-09T18:22:10.791Z","repository":{"id":19025984,"uuid":"22249781","full_name":"ycrao/mynotes","owner":"ycrao","description":"分享：笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...","archived":false,"fork":false,"pushed_at":"2023-10-12T10:36:52.000Z","size":69,"stargazers_count":229,"open_issues_count":5,"forks_count":65,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-02T12:13:12.536Z","etag":null,"topics":["bash","collection","documentation","git","java","laravel","mysql","notes","php","rust"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ycrao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-25T08:13:13.000Z","updated_at":"2025-03-30T11:39:23.000Z","dependencies_parsed_at":"2024-07-31T12:17:20.844Z","dependency_job_id":null,"html_url":"https://github.com/ycrao/mynotes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycrao%2Fmynotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycrao%2Fmynotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycrao%2Fmynotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycrao%2Fmynotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ycrao","download_url":"https://codeload.github.com/ycrao/mynotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085681,"owners_count":21045195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","collection","documentation","git","java","laravel","mysql","notes","php","rust"],"created_at":"2024-07-31T12:00:54.454Z","updated_at":"2025-04-09T18:22:10.759Z","avatar_url":"https://github.com/ycrao.png","language":"PHP","readme":"笔记文摘\n=======\n\n用 `markdown` 书写的笔记（部分来源于互联网），共享出来给大家！\n\n\n### 面试题系列：\n\n- [PHP面试题汇总](php/interview.md) [#1](https://github.com/ycrao/mynotes/issues/1)\n- [PHP面试题汇总二](php/interview_2.md) [#4](https://github.com/ycrao/mynotes/issues/4)\n\n### 代码片段：\n\n- [实现QQ/微信拼手气红包算法](php/randomLuckyRedPacket.php)：这里仅考虑红包分配自身，不考虑并发、超时退回等逻辑。\n- 来自 [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) 。\n\n### Laravel 入门教程：\n\n本人 `2017` 年写的 `Laravel` 系列教程，使用的4版，内容可能有些过时或错漏。博客连载地址为：http://douyasi.com/category/startlaravel/\n\n目录\n\n1. [准备性工作](laravel_cms/01.md)\n2. [建立数据库](laravel_cms/02.md)\n3. [页面显示与路由控制（一）](laravel_cms/03.md)\n4. [页面显示与路由控制（二）](laravel_cms/04.md)\n5. [RESTFUL路由与控制器](laravel_cms/05.md)\n...\n\n### Git 相关：\n\n- [Git设置与使用帮助](git/git.md) [#2](https://github.com/ycrao/mynotes/issues/2)\n- [直接拿来用！10段超有用的Git命令行代码](git/advanced-git-commands.md) [#3](https://github.com/ycrao/mynotes/issues/3)\n\n### MySQL 相关：\n\n[MySQL基础命令](mysql/basic.md)\n\n### Rust 相关：\n\nRust 学习笔记及示例代码: [Learning Rust](https://github.com/ycrao/learning_rust) 。\n\n### Bash 相关：\n\n本人翻译的 [Bash 中文指南](https://github.com/ycrao/bash-guide) ，不错的 `linux bash` 命令入门材料。\n\n### Vue 相关：\n\nVue.js 学习示例及笔记：[Learning Vue](https://github.com/ycrao/learning_vue) 。\n\n### JAVA 相关：\n\n- 学习 Java 示例及笔记：[Learning Java](https://github.com/ycrao/learning_java)\n- Simple restful API service Demo： [simple-api-service](https://github.com/douyasi/simple-api-service)\n- Spring 集成大全： [spring-tutorials](https://github.com/ycrao/spring-tutorials)\n\n### RabbitMQ 相关：\n\n- RabbitMQ 多运行模式简介：[rabbitmq-examples](https://github.com/ycrao/rabbitmq-examples)\n- PHP 运行时下 RabbitMQ 消费端常驻解决办法：[rabbitmq-consumer](https://github.com/ycrao/rabbitmq-consumer)\n\n### Golang 相关：\n\n- 学习 `golang` 过程中，编写的一些代码及软件：[learning_golang](https://github.com/ycrao/learning_golang)\n\n### Docker 相关：\n\n- 基于 `alpine` 底包原始构建[基础运行时镜像](https://github.com/ycrao/base-runtime-images)，镜像文件较小，且生产可用，目前主要是 `php-fpm` 运行时相关的镜像，后期会编写一些其它语言与服务的镜像。\n\n### 大前端相关：\n\n- 最新的 `Vue3` 架手架模版：[ycrao/topop-vue](https://github.com/ycrao/topop-vue) 。\n- 前端 `Excel` 导出解决方案：[ycrao/frontend-excel-export](https://github.com/ycrao/frontend-excel-export)\n- 云端研学代码：[stackblitz.com/@ycrao](https://stackblitz.com/@ycrao/collections/learning-typescript)\n\n### 杂项：\n\n- 和谐：[ycrao/harmony](https://github.com/ycrao/harmony)\n- 如意：[ycrao/ruyi](https://github.com/ycrao/ruyi)","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fycrao%2Fmynotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fycrao%2Fmynotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fycrao%2Fmynotes/lists"}