# def change_name(name):# global school # school = "Mage Linux"# print("before change",name,school)# name ="Alex li" #这个函数就是这个变量的作用域# age =23# print("after change",name) 只有字符串和整数变量的全局变量不能再
查询所有数据库占用磁盘空间大小的SQL语句: ,),' MB') as data_size, concat(,),'MB') as index_size from information_schema.tables group by TABLE_SCHEMA order by data_length desc; 查询单个库中所有表磁盘占用大小的SQL语句: ,),' MB') as data_size, concat(,),' MB') as index_size from informatio
Reference Constructors vector Constructs a vector of a specific size or with elements of a specific value or with a specific allocator or as a copy of some other vector. Typedefs allocator_type A type that represents the allocator class for the vecto