摘要:
建表时即添加check约束 create table emp9( id number(3), name nvarchar2(20) check(name='hero' or name='ufo'), primary key(id) ) 查询该表的所有约束: select constraint_nam 阅读全文
posted @ 2022-01-15 12:37
逆火狂飙
阅读(120)
评论(0)
推荐(0)
摘要:
代码: <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <title>取某节点下一类子节点示例</title> </head 阅读全文
posted @ 2022-01-15 11:20
逆火狂飙
阅读(76)
评论(0)
推荐(0)
摘要:
用Html5/Canvas绘制铝圈蓝底汽车速度仪表盘 阅读全文
posted @ 2022-01-15 10:45
逆火狂飙
阅读(256)
评论(0)
推荐(0)