When I was deploying my service to the server today, which is a debian 9 linux node, I met a stra...
1. jpsusage: jps [-help] jps [-q] [-mlvV] [<hostid>]Definitions: <hostid>: ...
Purpose:represent the void return type as a class and contain a Class public value. It is not ins...
The first two commits are local commits.View git log:$ git log yi@C02D37L9MD6R ~/code/git/test-...
判断一个可能为空的字段不为某个值:select * from tblwhere tbl_col_1 <> 'CERTAIN_VALUE'如果某行该字段的值为nullselect ...
Programs in linux can be run as daemon by using &. But sometimes after the shell is closed, t...
I have encountered the same problem twice until I met a simple solution to the following problem ...
package mainimport ( "errors" format "fmt" "math/rand" "strconv" "sync")// single way channeltype...
Code optimization: chain-invokation saver - OptionalChain-invokation presents normally in our cod...