火焰

valeb
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

08 2023 档案

摘要:<template> <div> <Card dis-hover> <div class="page-body"> <Form ref="queryForm" :label-width="90" label-position="left" inline> <Row :gutter="16"> <Co 阅读全文

posted @ 2023-08-29 21:05 valeb 阅读(197) 评论(0) 推荐(0)

摘要:DECLARE @cnt INT = 0; WHILE @cnt < 27 BEGIN SET @cnt = @cnt + 1; PRINT @cnt; with temp (id,[Name],ParentCategriesID)as ( select id,[Name],ParentCategr 阅读全文

posted @ 2023-08-29 19:15 valeb 阅读(18) 评论(0) 推荐(0)

摘要:SELECT 表名 = case when a.colorder = 1 then d.name else '' end, TableDesc = case when a.colorder = 1 then isnull(f.value, '') else '' end, 字段序号 = a.colo 阅读全文

posted @ 2023-08-14 19:32 valeb 阅读(22) 评论(0) 推荐(0)

摘要:public class SpringUtils { static IApplicationContext context; public static T GetObject<T>(string name) where T : class { if(context == null) { conte 阅读全文

posted @ 2023-08-14 18:40 valeb 阅读(13) 评论(0) 推荐(0)