bash共9篇
Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala-拾光赋

Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala

Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala, Photo by Liza Summer from Pexels Writing a Git Hook in Bash Git Hooks can be a very useful addition to a devel...
kity的头像-拾光赋kity3年前
04010
Java Concepts : Part - 01-拾光赋

Java Concepts : Part – 01

Java Concepts : Part - 01, Java Concepts (4 Part Series) 1 Java Concepts : Part - 01 2 Java Concepts : Part - 02 3 Java Concepts : Part - 03 4 Java Concepts : Part - 04 Whenever th...
kity的头像-拾光赋kity5年前
03111
Logging unique IP addresses your Java code communicates with-拾光赋

Logging unique IP addresses your Java code communicates with

Logging unique IP addresses your Java code communicates with,Recently I needed some utility that would log all unique IP addresses all the Java processes on a server communicated w...
kity的头像-拾光赋kity5年前
04214
Parsing maven version with bash-拾光赋

Parsing maven version with bash

Parsing maven version with bash,Recently I needed to parse my pom.xml file to get the artifact version out of it. I needed it on one of our CI agents and I did not have maven insta...
kity的头像-拾光赋kity5年前
03612
How to Install Java JDK and Maven on Mac OS-拾光赋

How to Install Java JDK and Maven on Mac OS

How to Install Java JDK and Maven on Mac OS,I've needed to set up Java and Maven enough times that I figured I should write about it so that it's an easier setup for at least one o...
kity的头像-拾光赋kity5年前
02910
Java Programs, Packages, and Class Paths Explained… Plus a Bonus Mystery-拾光赋

Java Programs, Packages, and Class Paths Explained… Plus a Bonus Mystery

Java Programs, Packages, and Class Paths Explained… Plus a Bonus Mystery,Cover Image by Ante Hamersmit on Unsplash. It was a dark and stormy night… Actually, strike that. It was ...
kity的头像-拾光赋kity5年前
0465
Maven toolchains.xml Script-拾光赋

Maven toolchains.xml Script

Maven toolchains.xml Script,Apache Maven has introduced Maven Toolchains to ease configuring plug-ins and to avoid specifying any JDK location in the project POMs. Available JDKs a...
kity的头像-拾光赋kity6年前
0299
Easily Merge Multiple Java --classpath Arguments-拾光赋

Easily Merge Multiple Java –classpath Arguments

Easily Merge Multiple Java --classpath Arguments,I always confuse myself as to whether the correct flags for java and the jshell are -cp or --classpath or --class-path or something...
kity的头像-拾光赋kity6年前
0299
Writing Java Command Line Tools is Cumbersome... Or is it???-拾光赋

Writing Java Command Line Tools is Cumbersome… Or is it???

Writing Java Command Line Tools is Cumbersome... Or is it???, Simple Java Tools The JDK comes with a lot of great command-line tools on its own that support development. But on eve...
kity的头像-拾光赋kity7年前
0275