摘要:
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 阅读全文
posted @ 2017-06-22 17:24
王大咩的图书馆
阅读(398)
评论(0)
推荐(0)
摘要:
操作过程使用实验楼。 首先是创建一个数据库studentsystem,使用语句是: CREATE DATABASE studentsystem; 查看创建好的数据库的命令还是SHOW DATABASES; 要在创建的数据库studentsystem中创建表格,首先要连接数据库,使用语句 USE <数 阅读全文
posted @ 2017-06-22 01:33
王大咩的图书馆
阅读(3766)
评论(0)
推荐(0)