工厂模式又称为简单工厂模式
Java设计模式--六大设计原则
读书--金字塔原理
当我们与人沟通时,需要想清楚3件事:谁是我的听众?他们想听什么?他们想怎样听?
金字塔原理的基本结构是:结论先行,以上统下,归类分组,逻辑递进。先重要后次要,先总结后具体,先框架后细节,先结论后原因,先结果后过程,先论点后论据。
Java并发框架
Java并发的书籍断断续续的看了三本:Java并发编程之美,实战Java高并发程序设计,深入浅出Java多线程。看关于线程、进程、volatile、synchronized这些知识点的时候还是觉得非常容易理解的,但是每次看到Atomic、Future、Executor等这些J.U.C工具类就看不明白了,所以就想弄一个框架梳理一下高并发到底在做什么。本文结合Java并发实现原理:JDK源码剖析和深入浅出Java多线程来进行总结。
电路交换VS分组交换VS报文交换
LeetCode No2 Add Two Numbers
题目
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself.
给定两个表示两个非负整数的非空链表。这些数字以相反的顺序存储,它们的每个节点都包含一个数字。将这两个数字相加并将总和作为链接列表返回。您可以假设这两个数字不包含任何前导零,除了数字 0 本身。
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.