摘要:
创建数据库 字符集:utf8 -- UTF-8 Unicode 排序规则:utf8_general_ci 创建表,插入数据 DROP TABLE IF EXISTS `db_school`.`t_student`;create table t_student( id int not null ... 阅读全文
摘要:
package feibo;public class Feibo { static int ss = 50; public static void main(String[] args) { // TODO Auto-generated method stub System.out.prin... 阅读全文