摘要: 效果图: 1、HTML <div class="t3"> <div id="wrapper" class="wrapper"> <div id="marquee"> <span id="marqueeContent"></span> </div> </div> </div> 2、CSS .t3 { 阅读全文
posted @ 2023-03-29 15:59 じ逐梦 阅读(2561) 评论(0) 推荐(0)
摘要: 数据如图: 获取RBuilding字段值中有‘一号楼的数据’ select * from TB_BLSRunConfig where RBuilding like CONCAT('%','1号楼','%') 结果: 根据时间排序取最新的一条数据 select top 1 * from TB_BLSR 阅读全文
posted @ 2023-03-29 11:14 じ逐梦 阅读(311) 评论(0) 推荐(0)