2020年3月12日
摘要: SELECT t.table_name, t.colUMN_NAME, t.DATA_TYPE || '(' || t.DATA_LENGTH || ')', t1.COMMENTS FROM User_Tab_Cols t, User_Col_Comments t1WHERE t.table_na 阅读全文
posted @ 2020-03-12 15:58 雪原日暮 阅读(790) 评论(0) 推荐(0)
摘要: The easiest way of starting a new project using ABP with ASP.NET MVC 5.x (and optionally AngularJS frontend) is to create a template on the download p 阅读全文
posted @ 2020-03-12 09:45 雪原日暮 阅读(560) 评论(0) 推荐(0)