摘要: sql: create database geovindu; use geovindu; drop table BookKindList; #书目录 create table BookKindList ( BookKindID INT NOT NULL AUTO_INCREMENT, #自动增加 B 阅读全文
posted @ 2023-06-15 22:30 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
摘要: def typeassert(*ty_args, **ty_kwargs): """ 利用装饰器对函数参数强制性类型检查 enforcing type check on function using decorator :param ty_args: :param ty_kwargs: :retur 阅读全文
posted @ 2023-06-15 20:20 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0)