-
Updated
May 29, 2020 - Java
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.
Here are 105,371 public repositories matching this topic...
-
Updated
Jun 9, 2020 - Java
Implement to_char according to the PostgreSQL spec: https://www.postgresql.org/docs/9.1/functions-formatting.html by translating to the java.time patterns used in DATETIME_FORMAT.
Follows: #54832
We should add something that mentions how to pass system properties with -D via bootRun. Since BootRun is a standard JavaExec task, we can add a short note about it either in this section or in a separate section alongside it.
- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.
่ฑ้ๆๅ
ๆไธบ Doocs ้กน็ฎ็ปดๆค่
ๆฌ้กน็ฎ advanced-java๏ผๅ ๆฌ Doocs ๅผๆบ็ป็ปไธ็ๆๆ้กน็ฎ๏ผ้ฝๆฌข่ฟๅไฝๆๅๅไธๅฎๅใ
ๅฆๆไฝ ๆไบค็ๅ
ๅฎนๆไปทๅผ๏ผไธๅ
ทๅค่ง่ๆง๏ผๅฐๆๆบไผๆๅไธบ้กน็ฎ็็ปดๆค่
๏ผ็ดๆฅๅไธ้กน็ฎ็ reviewใmerge ็ญ็ปดๆคๅทฅไฝ๏ผๆไบคๅ
ๅฎนๆถไนๅฏไปฅ็ดๆฅ push ๅฐ doocs/advanced-java ไธปๅๆฏ master ไธ๏ผๆ ้กปๆไบค PR ็ญๅพ
reviewใ
็ฎๅ advanced-java ๅชๆ [yanglbme](http
Originally posted on StackOverflow.
The following code crashes with StackOverflowError and the stacktrace shows a long chain of request calls.
import io.reactivex.rxjava3.core.Flowable
import io.reactivex.rxjava3.core.Single
import io.reactivex.rxj- Add a warning similar to that on
ClassLoader.getResourceAsStream. - Add an additional method that calls
Module.getResourceAsStream? - anything else?
Previous discussion: http
Currently, OkHttp reaps "idle" connections (i.e. connections not in use) if either of the following is true:
- a connection has not been used in a period greater than the idle timeout, or
- the number of idle connections is greater than some threshold
if (longestIdleDurationNs >= this.keepAliveDurationNs
|| idleConnectionCount > this.maxIdleConnections) {
- Documentation:
It would be nice if the official documentation explains how to use Retrofit together with co-routines together with the best practices regarding the asynchronous handling of requests. My students need to implement their calls using Retrofit and co-routines (following the tutorials in the Udacity course, but for documentatio
-
Updated
Jun 7, 2020 - Java
ไธไธช็ญ็บง60%ๅๆฌข่ถณ็๏ผ70%ๅๆฌข็ฏฎ็๏ผ80%ๅๆฌขๆ็๏ผ้ฎ๏ผไธ็ง็้ฝๅๆฌขๅ ๆฏๆๅคงๅฏ่ฝๆๅคๅฐ๏ผๆๅฐๅฏ่ฝๆๅคๅฐ๏ผๅณๆฑไธ็ง็้ฝๅๆฌข็ๆฏไพ่ๅด
Contributing.md doesn't doesn't appear to contain any actual guidlines, and the link only leads back to the same document: Java/CONTRIBUTING.md.
-
Updated
Jun 6, 2020 - Java
Run following commands and enjoy the stream of warnings from Dokka:
rm -rf docs/api
./gradlew leakcanary-android-core:dokka leakcanary-android-instrumentation:dokka leakcanary-android-process:dokka leakcanary-object-watcher-android:dokka leakcanary-object-watcher:dokka shark-android:dokka shark-graph:dokka shark-hprof:dokka shark-log:dokka shark:dokka
Review errors and see if any of t
-
Updated
May 18, 2020 - Java
-
Updated
May 5, 2020 - Java
FAQ rev
There are grammatical errors in the English FAQ section:
https://github.com/alibaba/fastjson/wiki/FAQ(English-Version)
I propose that these grammatical errors be revised for readability.
Here are some examples below:
5. fastjson v.s. gson?
fastjson is 6 times faster than gson, here is the testing result: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
fastjson is 6 tim
-
Updated
Jun 7, 2020 - Java
๐ Feature Proposal
Selenium 4 brings a set of all-new features and https://www.selenium.dev/documentation/en/ needs to be updated to contain the related docs for them.
Motivation
It'd be nice to have the following new features covered in the docs:
- Relative locators
- CDP integration
- New Grid 4.0
Example
...
I hope I supposed to open an issue and not do something else.
I tried to search for the Lwjgl3ApplicationConfiguration and its related classes' documentation online but couldn't find it here: https://libgdx.badlogicgames.com/ci/nightlies/docs/api/
What's the ETA for updating the massively outdated documentation?
Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.
Searched documentation and issues
- https://exoplayer.dev
- Stackoverflow
- Google...
Question
I need to remove the progress-/seekbar from the default cast notification that appears after a cast session started, because the progress is not in-sync with the actual progress showing in the receiver app.

The project is using SonarCloud static code analysis. The latest results are showing that it has found several blocker and critical severity code smells. In this task those are fixed or marked as false positives. To mark false positives, SuppressWarnings annotation should be used in code as explained in the linked documentation.
Links:
[Blocker and critical severity code smells in SonarCloud](