摘要:
package com.itheima; import java.util.Date; public class DateDeom01 { public static void main(String[] args) { //Date() Date d1=new Date(); System.out 阅读全文
posted @ 2022-11-06 16:05
NiceTwocu
阅读(18)
评论(0)
推荐(0)
摘要:
package com.itheima; public class integerDemo03 { public static void main(String[] args) { //装箱:把基本数据类型转化为对应的包装类类型; // Integer i = Integer.valueOf(100 阅读全文
posted @ 2022-11-06 15:53
NiceTwocu
阅读(20)
评论(0)
推荐(0)
摘要:
#查询表 show tables; 查看表结构 decs 表名; #创建表 注意创建表列名要加反引号 create table 表名( 列名1 数据类型, 列名1 数据类型, .............. ); #删除表 #修改表 阅读全文
posted @ 2022-11-06 15:12
NiceTwocu
阅读(34)
评论(0)
推荐(0)

浙公网安备 33010602011771号