- 博客(3)
- 收藏
- 关注
原创 【SQLServer高级查询与T-SQL编程】
use mastergoif exists(select * from sys.databases where name='bookDB') drop database bookDBgocreate database bookDBgouse bookDBgoif exists(select * from sys.objects where name='tb_Author') drop table tb_Authorgocreate table tb_Author(...
2022-01-27 18:01:48
874
原创 【html+css知识解答】
在某一段文本中突出显示某几个字,以粗体、红色、大字号显示,通常使用( <span>)标签在CSS中,设置文本行高使用( line-height)属性在CSS中设置背景颜色为透明的值为( transparent)设置文本字体加粗的属性是什么?font-weight: :去掉列表项前标记符号的CSS属性是什么?list-stylelist-style-type描述使用font属性设置字体类型、风格、大小、粗细的样式顺序字体风格-->字体粗...
2022-01-27 17:27:55
568
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人