Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linsir6/javanote
learning java and note it
https://github.com/linsir6/javanote
java javase
Last synced: about 1 month ago
JSON representation
learning java and note it
- Host: GitHub
- URL: https://github.com/linsir6/javanote
- Owner: linsir6
- License: apache-2.0
- Created: 2017-07-01T12:53:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T01:30:58.000Z (over 7 years ago)
- Last Synced: 2024-10-13T04:22:09.703Z (about 1 month ago)
- Topics: java, javase
- Language: Java
- Homepage:
- Size: 548 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaNote
[![Travis](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/linsir6) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![GitHub (pre-)release](https://img.shields.io/badge/release-v1.0.0-ff69b4.svg)](https://github.com/linsir6/Android-Notes/releases) [![User](https://img.shields.io/badge/user-linsir-yellow.svg)](https://github.com/linsir6)
## Java
### 基础
- [Java回调原理与实现1](/JavaNote/Java相关/Java回调的原理与实现.md)
- [Java回调原理与实现2](/JavaNote/Java相关/Java利用listener实现回调,即观察者模式.md)
- [大量线程的同步操作](/JavaNote/Java相关/Java利用ExecutorService实现同步执行大量线程.md)
- [Java反射机制](/JavaNote/Java相关/Java注解的编写与Java的反射机制.md)
- [ArrayList、LinkedList、Vector的异同](/JavaNote/Java相关/ArrayList、LinkedList、Vector的异同.md)
- [Java中Error和Exception](/JavaNote/Java相关/Java中Error和Exception.md)
- [Des加密算法](/JavaNote/Java相关/Des加密算法.md)
- [HashTable和HashMap的异同](/JavaNote/Java相关/HashTable和HashMap的异同.md)### 设计模式
#### [设计模式概括](/JavaNote/设计模式相关/设计模式概括.md)
- [单例模式](/JavaNote/设计模式相关/单例模式.md)
- [单例模式的四种实现方式.md](/JavaNote/设计模式相关/单例模式的四种实现方式.md)
- [观察者模式](/JavaNote/设计模式相关/观察者模式.md)
- [常见的十七种设计模式总括](/JavaNote/Java相关/面向对象的六大原则以及常见的十七种设计模式.md)### 打包
- [发布jar包到Maven中央仓库](/JavaNote/Java相关/发布jar包到Maven中央仓库.md)
----
# Getting Help
To report a specific problem or feature request, open a new issue on Github. For questions, suggestions, or anything else, email [email protected].
# Author
关玮琳linSir - @[linsir6](https://github.com/linsir6) on GitHub, @[linsir.top](http://linsir.top)
# License
Copyright 2017 linsir
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
# PS
**已经看到这里啦,不妨给个star~**![](/JavaNote/img/background.jpg)