最新发布第1667页
Twelve months of UI hacks-拾光赋

Twelve months of UI hacks

Twelve months of UI hacks,Being a part of the Tools team at Vaadin I often get interesting ideas that I want to try out outside the usual stream of product development. Here are so...
Lessons learned from building my java project-拾光赋

Lessons learned from building my java project

Lessons learned from building my java project,I wanted to take on a larger project to take to improve my skills. There was so much to take into consideration. The questions I asked...
Effective Java! Use Enums Instead of int Constants-拾光赋

Effective Java! Use Enums Instead of int Constants

Effective Java! Use Enums Instead of int Constants, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday!...
Python: did you know (tip 1)-拾光赋

Python: did you know (tip 1)

Python: did you know (tip 1),Did yoy know By default, 'max' function returns the largest of its provided arguments. But if we provide an optional 'key' argument, it returns the arg...
Java: The datatypes. {}-拾光赋

Java: The datatypes. {}

Java: The datatypes. {}, JAVA! (7 Part Series) 1 I'm going to start a JAVA Series! 2 Master Java: Basics. ... 3 more parts... 3 Java: The datatypes. {} 4 Java: Arrays! 5 Java: Wrap...
The story of OAuth 2.0-拾光赋

The story of OAuth 2.0

The story of OAuth 2.0, This is a brief introduction to OAuth 2.0. You may have already heard terms like authorization, authentication, OAuth, OAuth 2.0, OpenID, OpenID Connect, JW...
You Want to Learn Java? Here’s How to Start on Your Own-拾光赋

You Want to Learn Java? Here’s How to Start on Your Own

You Want to Learn Java? Here’s How to Start on Your Own,All languages are “tools” for solving numerous problems. However, there is one that can be considered a star choice — Ja...
Tabular Data Binary Classification: All Tips and Tricks from 5 Kaggle Competitions-拾光赋

Tabular Data Binary Classification: All Tips and Tricks from 5 Kaggle Competitions

Tabular Data Binary Classification: All Tips and Tricks from 5 Kaggle Competitions,This article was originally written by Shahul Es and posted on the Neptune blog. In this article,...
How to protect word document from reading and editing in Java applications-拾光赋

How to protect word document from reading and editing in Java applications

How to protect word document from reading and editing in Java applications,The online document's safety becomes more and more important in our daily life. This article is aimed to ...
ELU Activation Function-拾光赋

ELU Activation Function

ELU Activation Function,Exponential Linear Unit (ELU) is a popular activation function that speeds up learning and produces more accurate results. This article is an introduction t...
New Relic, Programmability and Open Source-拾光赋

New Relic, Programmability and Open Source

New Relic, Programmability and Open Source, Charles Humble for New Relic While New Relic has been involved in various open-source projects for some time, these efforts have receive...
Configure IntelliJ to show warnings for Lombok's @NonNull-拾光赋

Configure IntelliJ to show warnings for Lombok’s @NonNull

Configure IntelliJ to show warnings for Lombok's @NonNull,Lombok is a library I like to use in my projects to limit boilerplate code and focus on the core logic of my applications....