Useful methods & class in my case.
- AgentCheck
- user-agent check method
- Encrypt&Decrypt
- frontend encrypt > backend decrypt
- Utils
- DateUtil.java : methods for date
- JavaUtil.java : methods for common things
- TimeUtil.java : methods for time
- util.js : date & time for javascript
- OpenGraph
- opengraph library
- HttpClient
- Http Request GET/POST (jdk 8,11)
- Algorithm
- bunch of algorithm stuff
- Example
- Java Examples
- Stream.java8
- Representative example of Java 8 Stream API
- Stream Operation Order : Making -> Intermediate -> Final
- Type Conversion Examples
- ProcessAndThread
- Process And Thread Example Codes