Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellokaton/java-bible

:banana: 我的技术摘要
https://github.com/hellokaton/java-bible

aop design-pattern ioc java java-8 linux mvc orm

Last synced: 4 days ago
JSON representation

:banana: 我的技术摘要

Awesome Lists containing this project

README

        

# java-bible

这里记录了一些技术摘要,部分文章来自网络,本项目的目的力求分享精品技术干货,以Java为主。

如果你喜欢,`star` 便是,持续更新ing,还有Fork项目的同学,貌似没有什么卵用。。。

## 目录

* [开源组件实现](#开源组件实现)
* [MVC框架实现篇](#MVC框架实现篇)
* [IOC容器实现篇](#IOC容器实现篇)
* [设计模式系列](#设计模式系列)
* [Java8系列](#Java8系列)
* [Hexo搭建博客](#Hexo搭建博客)
* [开发者指南](#开发者指南)
* [运维相关](#运维相关)
* [经典文章](#经典文章)

## 开源组件实现

### [MVC框架实现篇](mvc/index.md)

* [项目规划](mvc/1.plan.md)
* [路由设计](mvc/2.route.md)
* [控制器设计](mvc/3.controller.md)
* [配置设计](mvc/4.config.md)
* [视图设计](mvc/5.view.md)
* [数据库操作](mvc/6.dbutil.md)
* [增删改查](mvc/7.crud.md)

### [IOC容器实现篇](ioc/index.md)

* [IOC的概念](ioc/1.concept.md)
* [Spring中怎么用](ioc/2.spring.md)
* [设计一个IOC](ioc/3.myioc.md)
* [原理分析](ioc/4.principle.md)

## 设计模式系列

* [如何正确地写出单例模式](designpatterns/singleton.md)
* [代理模式剖析](designpatterns/proxy.md)
* [什么是策略模式](designpatterns/strategy.md)

## Java8系列

* [Java8简明教程](java8/java8-guide.md)
* [Java8 Foreach](java8/foreach.md)

## 架构博文专栏

- [朱晔的互联网架构实践心得](https://juejin.im/user/5ba37b9de51d450e7428affe/posts)

## Hexo搭建博客

* [分分钟部署一个Hexo环境](hexo/hello.md)
* [各种配置详解](hexo/config.md)
* [开始写作吧](hexo/writing.md)

## 开发者指南

* [git - 简明指南](git/guide.md)
* [Jersey-2.x用户指南](https://waylau.gitbooks.io/jersey-2-user-guide/content/index.html)
* [REST 实战](https://waylau.gitbooks.io/rest-in-action/content/)
* [Java Servlet 3.1 规范](https://github.com/waylau/servlet-3.1-specification)
* [MyBatis中文指南](http://mybatis.github.io/mybatis-3/zh/index.html)
* [Apache Shiro 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference)
* [Spring Boot参考指南](https://github.com/qibaoguang/Spring-Boot-Reference-Guide/blob/master/SUMMARY.md)
* [Netty4 用户指南](https://github.com/waylau/netty-4-user-guide/blob/master/SUMMARY.md)
* [Google Java编程风格指南](user_guide/google-java8-guide.md)

## 运维相关

* [linux安装jdk、tomcat脚本](shell/install_jdk_tomcat.sh)
* [Web性能测试工具](web/test_tool.md)
* [Java 程序员眼中的 Linux](https://github.com/judasn/Linux-Tutorial)
* [写给java开发的运维笔记](learn_server/README.md)

## 经典文章

* [HTTP请求报文解剖](articles/request_message.md)
* [软件架构模式](articles/software_architecture_patterns.md)
* [电商网站架构案例](articles/electrical-business-architecture.md)

## 服务器/域名/SSL证书

* [可用域名](https://domainr.com) | [秋玉米](http://www.qiuyumi.com/)
* [优惠域名](http://hk.hostsir.com/Affiliates/i/d/976) | [非主流域名]()
* [vultr VPS](http://www.vultr.com/?ref=6886447) | [DO VPS](https://m.do.co/c/e2ceeb8b08fe)
* [免费VPN/SSH服务](https://sshdropbear.net/)
* [免费SS](http://get.ishadow.website/)
* [1小时免费VPN]()
* [SSL.DO](https://saki.ssl.do/aff.php?aff=11) | [Let's Encrypt](http://frontenddev.org/article/using-certbot-deployment-let-s-encrypt-free-ssl-certificate-implementation-https.html)
* [免费虚拟主机](http://api.hostinger.com.hk/redir/22018310)

## 实用工具/API

* [PNG图片无损压缩](https://tinypng.com/)
* [在线给图片加水印](http://tool.c7sky.com/image-watermark/)
* [随机密码生成](http://tool.c7sky.com/password/)
* [随机头像生成](https://randomuser.me/)
* [微博一键清理工具](http://tool.c7sky.com/tcleaner/)
* [CSS压缩](http://csscompressor.com/)
* [在线工具](http://www.atool.org/)

## 联系

- Blog:https://biezhi.me
- Mail:[email protected]

有兴趣分享技术的 可以发邮件给我 :confused: