# it-study **Repository Path**: liuwenxiu/it-study ## Basic Information - **Project Name**: it-study - **Description**: 我的学习笔记,内容全面,从javaSE、javaWeb到分布式、微服务、大数据都有,目前部分已更新,后续学习会不断补充!学无止境,天天向上! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-30 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: 学习笔记 ## README # it-study --- > java学习之路,包含: > > ​ javaSE > > ​ javaWeb > > ​ 分布式 > > ​ 大数据 > > ​ 运维及团队协作 > > ​ 前端 > > 需要查看笔记请点进文件夹,最终以md形式展现。 ## 雅舍拾遗 ### 1.git bash页面执行命令中文乱码 ```shell git config --global core.quotepath false ``` > 更多解决方案见: > > ​ https://zhuanlan.zhihu.com/p/133706032