-
Updated
Aug 21, 2020 - Java
{{ message }}
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
「Java学习+面试指南」一份涵盖大部分Java程序员所需要掌握的核心知识。
Design patterns implemented in Java
Everything you need to know to get the job.
push 到 doocs/advanced-java 主分支 master 下,无须提交PR等待 review。
目前 advanced-java 只有 [yanglbme](http
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
A powerful
All Algorithms implemented in Java
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
https://developer.android.com/guide/topics/ui/notifiers/notifications.html#bundle
Note: If the same app sends four or more notifications and does not specify a grouping, the system automatically groups them together.
As a result, LeakCanary notifications get grouped with the app notifications. We could work around that by setting a distinct group for each LeakCanary notification channel.
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
A fast JSON parser/generator for Java.
WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
Created by James Gosling
Released May 23, 1995
I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.
Now, that those templates are becoming legacy