Java(EN) 第606页
Mady my 2d Java strategy game open source!-拾光赋

Mady my 2d Java strategy game open source!

Mady my 2d Java strategy game open source!,I recently decided to open-source my Java game project, because its too much by myself to come to any meaningful result. I do not have an...
Serenity running in parallel - Serenity part 4/4-拾光赋

Serenity running in parallel – Serenity part 4/4

Serenity running in parallel - Serenity part 4/4,I'm back with the last part of Serenity, you can definitely check the previous parts in here: Serenity part 1 Serenity part 2 Seren...
Software Engineer, or not.-拾光赋

Software Engineer, or not.

Software Engineer, or not.,It is a chilly October night and I sit on my uncomfortable chair sipping captain Morgan with grapefruit soda. I am a professional software engineer worki...
Why do beginner hate Java so much-拾光赋

Why do beginner hate Java so much

Why do beginner hate Java so much,I'm getting to the point where I can start being considered an old guy. My primary language is Java. The more I engage with the community, the mor...
kity的头像-拾光赋kity6年前
02612
Help with maven multi-module project / Java module system (with a PR)-拾光赋

Help with maven multi-module project / Java module system (with a PR)

Help with maven multi-module project / Java module system (with a PR),Hi, does anybody have experience with Maven and the Java module system? We can not figure out what's wrong wit...
Which are the best Java IDEs-拾光赋

Which are the best Java IDEs

Which are the best Java IDEs,Which IDE do you use for java? Any recommendation for a good setup? Any cool extensions which help for java development for that IDE? 原文链接:Which a...
kity的头像-拾光赋kity6年前
02510
Day 1: Javadoc-拾光赋

Day 1: Javadoc

Day 1: Javadoc, 100daysOfProgrammingNotes (6 Part Series) 1 Intro 2 Day 1: Javadoc ... 2 more parts... 3 Day 2: Java Validation 4 Day 3: Auto Generate TOC Github Markdown 5 Day 4: ...
kity的头像-拾光赋kity6年前
03911
Testing Biometrics in Android Apps-拾光赋

Testing Biometrics in Android Apps

Testing Biometrics in Android Apps,Disclaimer: I’m working at HeadSpin developing SDKs and developer tools to make app-testing awesome. Biometrics have been increasingly vital to ...
Reflecting on My Third Semester of Teaching-拾光赋

Reflecting on My Third Semester of Teaching

Reflecting on My Third Semester of Teaching, Teaching Reflections (5 Part Series) 1 Reflecting on My First Semester of Teaching 2 Reflecting on My Second Semester of Teaching 3 Ref...
Quick start to GraalVM-拾光赋

Quick start to GraalVM

Quick start to GraalVM,This post is a TLDR; of Getting started with GraalVM Finally Java can go real native without the bloat of commerical 'native' compilers like ExcelsiorJet or ...
kity的头像-拾光赋kity6年前
02414
Speedy Spotless-拾光赋

Speedy Spotless

Speedy Spotless,Speedy Spotless is a Maven plugin for easy formatting of staged changes. It is inspired by pretty-quick but for Java. Spotless is a tool to automatically format you...
Fun with Unicode in Java-拾光赋

Fun with Unicode in Java

Fun with Unicode in Java,Normally developers don't pay much attention to character encoding in Java. However, when we crisscross between byte and char streams, things can get quite...