摘要:
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatena 阅读全文
摘要:
操作过程使用实验楼。 首先是创建一个数据库studentsystem,使用语句是: CREATE DATABASE studentsystem; 查看创建好的数据库的命令还是SHOW DATABASES; 要在创建的数据库studentsystem中创建表格,首先要连接数据库,使用语句 USE <数 阅读全文