Node WeChat official account develops custom response
Basically what I want to do novel coronavirus is that I have to add some travel logs or daily miscellany in my diary, but there is no entertainment option in winter. Secondly, with the outbreak of new coronavirus, the entertainment industry basically has been in a state of stagnation. In fact, it is also the so-called knock code, admire their s ...
Posted on Fri, 28 Feb 2020 02:25:01 -0500 by jdimino
Tornado FX learning notes -- common code snippets
Tornadofx is a kotlin implementation framework based on JavaFx
After that, it depends on the situation
1. Read the files in the resources folder
Pictured
There are two ways to read the config.properties file
In the class file, you can write as follows
//Get input stream
val resourceAsStream = javaClass.classLoader.getResourceAsStream("config.pr ...
Posted on Sun, 19 Jan 2020 22:07:52 -0500 by mr_hacker
Python uses AI artificial intelligence technology to automatically categorize content
Original Link: https://my.oschina.net/u/165676/blog/1836301
In the second half of 2017, because the work involves AI artificial intelligence, it has been studied for a short time. This ...
Posted on Mon, 09 Sep 2019 16:22:55 -0400 by egmax
Overcoming java streams thoroughly
Class 1:
IO is divided into two streams
Byte stream InputStream OutputStream
Character stream Reader Writer
They are abstract classes.
Specific realization
Byte stream FileInputStream FileOutputStream
Character Stream FileReader FileWriter
Byte streams can be converted to character streams using Input Steam Reader Output Stream W ...
Posted on Mon, 17 Jun 2019 19:08:09 -0400 by monkeyx
Java8 New Features Learning Record
Foreword: Java 8 has been published for a long time, and many reports indicate that Java 8 is a major version upgrade.There are already many articles on the new features of Java 8 on Java Code Geeks.
for example Playing with Java 8 – Lambdas and Concurrency,Java 8 Date Time API Tutorial : LocalDateTime and Abstract Class Versu ...
Posted on Tue, 14 May 2019 13:20:26 -0400 by michaelfn
Java - The Way to Advancement _java Foundation _IO
As a beginner of java, I have been unable to understand the io relationship in java. I have found many of them on the internet, mostly for a sketch description of the structure, but I don't understand them very well. And it does not incorporate the latest technology of Java 7, so I'll sort it out by myself. If you have any mist ...
Posted on Thu, 09 May 2019 22:26:38 -0400 by skkeeper