# Note **Repository Path**: zmxqq/note ## Basic Information - **Project Name**: Note - **Description**: 笔记 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-06 - **Last Updated**: 2021-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Note #### 介绍 笔记 #### git `git clone https://gitee.com/zmxqq/note.git` `git add .` `git commit -m ""` `git lfs install` [lfs教程](https://www.jianshu.com/p/493b81544f80) `git lfs track "*.pdf"` `git add .gitattributes` `git lfs ls-files` `git pull origin master` `git push origin master` >(如果push失败尝试`git lfs uninstall`) > >仓库冲突尝试:`git pull origin master --allow-unrelated-histories` #### 优秀文章整理 [Spring cloud入门](https://www.zhihu.com/question/283286745/answer/763040709) [Git LFS的使用](https://www.jianshu.com/p/493b81544f80) [RabbitMQ 教程 ](https://www.haoyizebo.com/posts/cce81d91/) **~~** [RabbitMQ安装](https://blog.csdn.net/qq_35098526/article/details/80009424) [修改user下系统用户名](https://www.jianshu.com/p/bb3262375425) [动态规划](https://www.zhihu.com/question/39948290/answer/883302989)