Use DateTimeFormatter instead of SimpleDateFormat
DateTimeFormatter.ofPattern("yyyyMMdd_HHmm").format(LocalDateTime.now()));
Use DateTimeFormatter instead of SimpleDateFormat
DateTimeFormatter.ofPattern("yyyyMMdd_HHmm").format(LocalDateTime.now()));
0 comments Filed Under: Java
Remember to add SuppressWarningsHolder insite the TreeWalker as:
<module name="TreeWalker"> . . . <module name="SuppressWarningsHolder" /> </module>
0 comments Filed Under: Checkstyle
ssh -p 3022 kim@127.0.0.1
SCP from host to client
scp -P 3022 vpn_config.zip 127.0.0.1:.
0 comments Filed Under: Virtualbox