03 2020 档案

摘要:今天在使用PowerDesigner 16设计数据库时,导出的sql语句在SqlServer中执行时,意外的让人悲催、抓狂、甚至想自杀!!! 其中就有如题这样的一个错误,看下面sql语句: create table dbo.t_call_note ( id int identity(100,1), 阅读全文
posted @ 2020-03-20 12:41 apegu 阅读(653) 评论(0) 推荐(0)
摘要:.toast { text-align: left; padding: 10px 0; background-color: #fff; border-radius: 4px; max-width: 350px; width: 350px; top: 0px; position: relative; 阅读全文
posted @ 2020-03-03 17:45 apegu 阅读(2935) 评论(0) 推荐(1)