热门标签
更多>
搜索结果
查询Tags标签: stu6,共有 2条记录-
合理提前终止线程
package com.anyan;/*** @author anyan* @date 2021/5/4-16:07*//*改进后,终止线程的第二种方法:*/public class ThreadEndTest02 {public static void main(String[] args) {//Thread t=new Thread();Student6 stu6=new Student6();stu6.setName("分支线程")…
2021/5/4 18:27:46 人评论 次浏览 -
唯一约束
值没给, 就使用默认值 Create table stu6( Id int primary key, Name varchar(50) not null, Sex varchar(10)Default”男” ); 查看表结构 Desc stu6; Insert into stu6(id,name,sex)values(1,”zsf”,”女”);
2021/4/13 10:31:06 人评论 次浏览