Java
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by James Gosling
- Released May 23, 1995
Here are 86,851 public repositories matching this topic...
According to the PostgreSQL spec the DATE_TRUNC's 2nd argument can also be an interval: https://www.postgresql.org/docs/9.1/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC
Currently for ES-SQL it only supports DATETIME & DATE.
Follow up to: #46319
I found this test passes:
@SpringBootTest(classes = RestTemplate.class)
class MyTest {
@Autowired
RestTemplate restTemplate;
@Test
void check() {
assertThat(restTemplate).isNotNull();
}
}The underlying reason is same as what I reported here: spring-projects/spring-framework#23638
Since spring-boot is more opini
Many code changes in 3.x can be done independently, but updating the new What's Different in 3.x.md would conflict. This issue tracks which changes should be eventually described in the file:
- Introduction of the
Supplierinterface -> #6511 -
Callableuse changed toSupplierin the API -> #6511 - Removal of
getValues()from various subjects and processors -> #6516 - [
Everything you need to know to get the job.
-
Updated
Sep 18, 2019 - 436 commits
- 29 contributors
- Java
Build fails with RuntimeException when building from command line: 'Error injecting constructor'
Branch: master or latest release (parent-4.0.1)
Command: ./gradlew clean build
Error:
Task :mockwebserver:dokka FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':mockwebserver:dokka'.
Guice provision errors:
- Error injecting constructor, java.lang.RuntimeException: Exception while loading package-list from ExternalDocumentationLinkI
In protobuf documents it's recommended to use protobuf-lite instead of protobuf
Android projects: no default output will be added. Since Protobuf 3.0.0, protobuf-lite is the recommended Protobuf library for Android, and you will need to add it as a codegen plugin.
But protobuf-convertor has a dependency for `protobuf
【开源项目维护】一起吗?
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push 到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
https://square.github.io/leakcanary/upgrading-to-leakcanary-2.0/
says now it does not have leakcanary-android-no-op but only:
dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-3'
}
in our app with 1.6.3 we have
//leakcanary
deps.leakcanary = "com.squareup.leakcanary:leakcanary-android:1.6.3"
deps.leakcanary_no_op = "com.squareup.l
👨🎓 Java Core Sprout : basic, concurrent, algorithm
-
Updated
Sep 18, 2019 - 701 commits
- 24 contributors
- Java
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
Updated
Sep 18, 2019 - 290 commits
- 1 contributors
- Java
如题
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
-
Updated
Sep 18, 2019 - 161 commits
- 5 contributors
- Java
All Algorithms implemented in Java
-
Updated
Sep 18, 2019 - 818 commits
- 149 contributors
- Java
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Sep 18, 2019 - 16 commits
- 198 contributors
- C++
WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发
-
Updated
Sep 18, 2019 - 2 commits
- 87 contributors
- Java
Issue details
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.
Ruby has updated the Profile code (SeleniumHQ/selenium#7376) in preparation for 4.0. Ensuring the proper working order of this code will require manual evaluation in addition to unit testing. This shouldn't be too complicated. @kapoorlakshya volunteered to look at it, but I'm creating this issue to make sure it doesn't fall by the wayside.
Overview of the feature request
I have a strong incentive of adding Redis support to JHipster (we have a Prod project on PCF which absolutely need it in the next weeks), however, would you prefer it in the main gen, module or blueprint?
Side question: I noticed JH doesn't generate @Cacheable, @Cacheput and so on for CRUD: I may also add support for these annotation (but it's a
An extensible media player for Android
-
Updated
Sep 18, 2019 - 6 commits
- 136 contributors
- Java
Jenkins automation server
-
Updated
Sep 18, 2019 - 28 commits
- 578 contributors
- Java
Learn about java
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
The html-proofer that is included in Travis build indicates that we have some broken links.