{"id":19766544,"url":"https://github.com/zj-dreamly/my-program-learning","last_synced_at":"2025-04-30T15:32:25.850Z","repository":{"id":37107213,"uuid":"193616093","full_name":"zj-dreamly/my-program-learning","owner":"zj-dreamly","description":"我的编程学习之路，包括了design pattern，data structure，java8，java io，java concurrent，guava，spring，spring boot，spring cloud，js，vue","archived":false,"fork":false,"pushed_at":"2023-08-17T01:55:48.000Z","size":194599,"stargazers_count":14,"open_issues_count":24,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-08-17T03:42:06.104Z","etag":null,"topics":["concurrent","data-structures","design","guava","io","java","java8","pattern","spring","spring-boot","springcloud","springmvc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zj-dreamly.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}},"created_at":"2019-06-25T02:07:09.000Z","updated_at":"2023-08-04T02:01:29.000Z","dependencies_parsed_at":"2023-01-29T12:30:53.607Z","dependency_job_id":null,"html_url":"https://github.com/zj-dreamly/my-program-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fmy-program-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fmy-program-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fmy-program-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fmy-program-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zj-dreamly","download_url":"https://codeload.github.com/zj-dreamly/my-program-learning/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224216398,"owners_count":17274990,"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":["concurrent","data-structures","design","guava","io","java","java8","pattern","spring","spring-boot","springcloud","springmvc"],"created_at":"2024-11-12T04:25:15.475Z","updated_at":"2024-11-12T04:25:16.033Z","avatar_url":"https://github.com/zj-dreamly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 文章索引\n## java\n### 设计模式\n#### [UML入门](https://github.com/zj-dreamly/my-program-learning/blob/master/java/design-pattern/doc/UML%E5%85%A5%E9%97%A8.md)\n#### [设计原则](https://github.com/zj-dreamly/my-program-learning/blob/master/java/design-pattern/doc/%E8%AE%BE%E8%AE%A1%E5%8E%9F%E5%88%99.md)\n#### [设计模式之创建型](https://github.com/zj-dreamly/my-program-learning/blob/master/java/design-pattern/doc/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E4%B9%8B%E5%88%9B%E5%BB%BA%E5%9E%8B.md)\n#### [设计模式之结构型](https://github.com/zj-dreamly/my-program-learning/blob/master/java/design-pattern/doc/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E4%B9%8B%E7%BB%93%E6%9E%84%E5%9E%8B.md)\n#### [设计模式之行为型](https://github.com/zj-dreamly/my-program-learning/blob/master/java/design-pattern/doc/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E4%B9%8B%E8%A1%8C%E4%B8%BA%E5%9E%8B.md)\n### spring\n#### [spring注解总结](https://github.com/zj-dreamly/my-program-learning/blob/master/java/spring-annotation/doc/Spring%E6%B3%A8%E8%A7%A3%E6%80%BB%E7%BB%93.md)\n#### [springIOC初始化之refresh方法分析](https://github.com/zj-dreamly/my-program-learning/blob/master/java/spring-annotation/doc/springIOC%E5%88%9D%E5%A7%8B%E5%8C%96%E4%B9%8Brefresh%E6%96%B9%E6%B3%95%E5%88%86%E6%9E%90.md)\n\n### 数据结构\n#### [code](https://github.com/zj-dreamly/my-program-learning/tree/master/java/data-structure/src/main/java/com/github/zj/dreamly/datastructure)\n### java高并发\n#### [多线程设计模式](https://github.com/zj-dreamly/my-program-learning/blob/master/java/concurrent/doc/%E5%A4%9A%E7%BA%BF%E7%A8%8B%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.md)\n#### [并发之原子类型](https://github.com/zj-dreamly/my-program-learning/blob/master/java/concurrent/doc/%E5%B9%B6%E5%8F%91%E4%B9%8B%E5%8E%9F%E5%AD%90%E7%B1%BB%E5%9E%8B.md)\n#### [并发之工具包](https://github.com/zj-dreamly/my-program-learning/blob/master/java/concurrent/doc/%E5%B9%B6%E5%8F%91%E4%B9%8B%E5%B7%A5%E5%85%B7%E5%8C%85.md)\n#### [并发集合测试](https://github.com/zj-dreamly/my-program-learning/blob/master/java/concurrent/doc/%E5%B9%B6%E5%8F%91%E9%9B%86%E5%90%88.md)\n#### [java高并发知识点详细汇总](https://github.com/zj-dreamly/my-program-learning/blob/master/java/concurrent/doc/java%E5%B9%B6%E5%8F%91%E7%9F%A5%E8%AF%86%E6%80%BB%E7%BB%93.md)\n\n## 前端开发\n### [all](https://github.com/zj-dreamly/my-program-learning-web)\n\n### my-work-doc\n\u003e 这里记录了我工作遇到了问题和知识总结，希望能给看到的人一点帮助。\n\n#### [随笔](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/%E9%9A%8F%E7%AC%94%E6%B5%81%E6%B0%B4.md)\n\n### linux\n#### - [快速安装jdk](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/linux/Llinux%E5%AE%89%E8%A3%85jdk.md)\n#### - [Linux常用指令](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/linux/Linux%E5%B8%B8%E7%94%A8%E6%8C%87%E4%BB%A4.md)\n\n### nginx\n#### - [nginx安装，配置SSL](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/nginx/nginx%E5%AE%89%E8%A3%85.md)\n#### - [nginx做转发时，带'_'的header内容丢失.md](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/nginx/nginx%E5%81%9A%E8%BD%AC%E5%8F%91%E6%97%B6%EF%BC%8C%E5%B8%A6'_'%E7%9A%84header%E5%86%85%E5%AE%B9%E4%B8%A2%E5%A4%B1.md)\n\n### redis\n#### - [redis安装](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/redis/redis%E5%AE%89%E8%A3%85.md)\n\n### springboot\n#### - [pom配置阿里私服及打包](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springboot/pom%E9%85%8D%E7%BD%AE%E9%98%BF%E9%87%8C%E7%A7%81%E6%9C%8D%E5%8F%8A%E6%89%93%E5%8C%85.md)\n#### - [SpringBoot-Security和restfulAPI](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springboot/SpringBoot-Security%E5%92%8CrestfulAPI.md)\n#### - [springboot启动读取外部配置文件](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springboot/springboot%E5%90%AF%E5%8A%A8%E8%AF%BB%E5%8F%96%E5%A4%96%E9%83%A8%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6.md)\n#### - [启动脚本示例](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springboot/%E5%90%AF%E5%8A%A8%E7%A4%BA%E4%BE%8B.md)\n#### - [跨域配置](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springboot/%E8%B7%A8%E5%9F%9F%E9%85%8D%E7%BD%AE.md)\n\n### springcloud\n#### - [SpringCloud学习](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springcloud/SpringCloud%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.md)\n\n### springsecurity\n#### - [spring-security](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springsecurity/spring-security.md)\n#### - [spring-security-oAuth2](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/springsecurity/spring-security-oAuth2.md)\n\n### swagger\n#### - [swagger2 注解整体说明.md](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/swagger/swagger2%20%E6%B3%A8%E8%A7%A3%E6%95%B4%E4%BD%93%E8%AF%B4%E6%98%8E.md)\n\n#### mysql\n- [mysql大文件导入失败问题](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/mysql/mysql%E5%A4%A7%E6%96%87%E4%BB%B6%E5%AF%BC%E5%85%A5%E5%A4%B1%E8%B4%A5%E9%97%AE%E9%A2%98.md)\n- [MySQL的四种事务隔离级别](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/mysql/MySQL%E7%9A%84%E5%9B%9B%E7%A7%8D%E4%BA%8B%E5%8A%A1%E9%9A%94%E7%A6%BB%E7%BA%A7%E5%88%AB.md)\n- [MySql指令总结](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/mysql/MySql%E6%8C%87%E4%BB%A4%E6%80%BB%E7%BB%93.md)\n- [MySql进阶](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/mysql/MySql%E8%BF%9B%E9%98%B6.md)\n- [mysql集群方案](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/mysql/mysql%E9%9B%86%E7%BE%A4%E6%96%B9%E6%A1%88.md)\n\n### mq\n#### - [rabbitmq学习](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/mq/rabbitmq%E5%AD%A6%E4%B9%A0.md)\n\n### netty\n#### - [netty学习](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/netty/netty.md)\n\n#### docker\n- [docker常用指令](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/docker/docker%E5%B8%B8%E7%94%A8%E6%8C%87%E4%BB%A4.md)\n- [docker服务器、以及容器设置自动启动](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/docker/docker%E6%9C%8D%E5%8A%A1%E5%99%A8%E3%80%81%E4%BB%A5%E5%8F%8A%E5%AE%B9%E5%99%A8%E8%AE%BE%E7%BD%AE%E8%87%AA%E5%8A%A8%E5%90%AF%E5%8A%A8.md)\n- [docker部署前后端分离项目](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/docker/docker%E9%83%A8%E7%BD%B2%E5%89%8D%E5%90%8E%E7%AB%AF%E5%88%86%E7%A6%BB%E9%A1%B9%E7%9B%AE.md)\n- [SpringBoot项目使用docker快速部署](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/docker/SpringBoot%E9%A1%B9%E7%9B%AE%E4%BD%BF%E7%94%A8docker%E5%BF%AB%E9%80%9F%E9%83%A8%E7%BD%B2.md)\n- [自己整理的命令](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/docker/%E8%87%AA%E5%B7%B1%E6%95%B4%E7%90%86%E7%9A%84%E5%91%BD%E4%BB%A4.md)\n\n### idea\n#### - [常用插件](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/idea/%E5%B8%B8%E7%94%A8%E6%8F%92%E4%BB%B6.md)\n\n### 宝塔\n#### - [宝塔常用指令](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/bt/%E5%AE%9D%E5%A1%94%E5%B8%B8%E7%94%A8%E6%8C%87%E4%BB%A4.md)\n#### - [宝塔配置反向代理](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/bt/%E5%AE%9D%E5%A1%94%E9%85%8D%E7%BD%AE%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86.jpg)\n#### - [宝塔查看默认账户密码](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/bt/%E5%AE%9D%E5%A1%94%E9%BB%98%E8%AE%A4%E8%B4%A6%E6%88%B7%E5%AF%86%E7%A0%81.png)\n\n#### git\n- [git clone 时显示Filename too long的解决办法](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/git/git%20clone%20%E6%97%B6%E6%98%BE%E7%A4%BAFilename%20too%20long%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95.md)\n- [Git commit comment 汇总标准](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/git/Git%20commit%20comment%20%E6%B1%87%E6%80%BB%E6%A0%87%E5%87%86.md)\n- [Github搜索技巧](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/git/Github%E6%90%9C%E7%B4%A2%E6%8A%80%E5%B7%A7.md)\n- [git撤销add操作](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/git/git%E6%92%A4%E9%94%80add%E6%93%8D%E4%BD%9C.md)\n- [一个项目push到多个远程Git仓库](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/git/%E4%B8%80%E4%B8%AA%E9%A1%B9%E7%9B%AEpush%E5%88%B0%E5%A4%9A%E4%B8%AA%E8%BF%9C%E7%A8%8BGit%E4%BB%93%E5%BA%93.md)\n\n### 其他\n#### - [发布Jar包到中央仓库](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/blog/%E5%8F%91%E5%B8%83Jar%E5%8C%85%E5%88%B0%E4%B8%AD%E5%A4%AE%E4%BB%93%E5%BA%93.md)\n#### - [技术名词](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/other/%E6%8A%80%E6%9C%AF%E5%90%8D%E8%AF%8D.md)\n#### - [乐观锁和悲观锁.md](https://github.com/zj-dreamly/my-program-learning/blob/master/my-work-doc/other/%E4%B9%90%E8%A7%82%E9%94%81%E5%92%8C%E6%82%B2%E8%A7%82%E9%94%81.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzj-dreamly%2Fmy-program-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzj-dreamly%2Fmy-program-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzj-dreamly%2Fmy-program-learning/lists"}