1、下载seata wget https://github.com/apache/incubator-seata/releases/download/v1.4.2/seata-server-1.4.2.zip 2、执行服务端SQL
-- -------------------------------- The script used when storeMode is db --------------------------------
-- the table to store Gl…
注意点:只有返回值才是被截取的小串,所以需要有一个变量去承接它;
自己写的代码:
import java.util.Scanner;
public class practice {public static void main(String[] args) {Scanner input new Scanner(System.in);String …