一.用mysql建立数据库及其表
create database file set gbk;create table user(id int not null primary key auto_increment,username varchar(20),password varchar(20));create table file(fileid int not null primary key auto_increment,filesavename varchar(100),file…
# MySQL编码过程 MySQL出现乱码的原因有很多,一般与character_set参数有关。我们先来看看有哪些参数: SHOW VARIABLES LIKE "character%";Variable_name Valuecharacter_set_client utf8character_set_connection utf8character_set_d…
html 列表标签——列标�?lt;li>是列表标签,用于布局规律内容列表,比如图片列表、文章标题列表、图文列表等有规律列表�?/strong>内容�?/p> 一、认识li li不能单独使用,必须在ul或ol内使用&…
spring微服务实� There are many books, articles and presentations that have influenced the way I approach the web today. Its always been one of my favorite parts of this community: a willingness and eagerness to share what we learn with each othe…