Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sky0621/book_java


https://github.com/sky0621/book_java

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# book_java

## Env


$ java -version
openjdk version "1.8.0_202"
OpenJDK Runtime Environment (build 1.8.0_202-20190206132807.buildslave.jdk8u-src-tar--b08)
OpenJDK GraalVM CE 1.0.0-rc14 (build 25.202-b08-jvmci-0.56, mixed mode)

## Recipe

### アプリ起動


$ book

#

### アプリ終了


end

$

### ヘルプ


help

*show help

### 保存


save key01 val01

### 取得


get key01

val01

### 削除


remove key01

### 一覧表示


list

"key","value"
"key01","val01"
"11111","22222"
"キー","バリュー"