上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: select a.FID,a.FNUMBER,b.FNAME, FPartNum=isnull((select top 1 FNUMBER from T_BD_MATERIALGROUP as t with(nolock) where t.FID=a.FPARENTID),'') from T_BD 阅读全文
posted @ 2023-09-19 15:19 小杨观世界 阅读(379) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-09-19 09:26 小杨观世界 阅读(207) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-09-19 07:42 小杨观世界 阅读(49) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-09-08 10:28 小杨观世界 阅读(421) 评论(0) 推荐(0)
摘要: select A.FORGID,B.FNAME from T_ORG_ORGANIZATIONS A left join T_ORG_ORGANIZATIONS_L B on A.FORGID=B.FORGID and B.FLOCALEID = 2052 阅读全文
posted @ 2023-09-07 16:00 小杨观世界 阅读(133) 评论(0) 推荐(0)
摘要: Download Windows Server 2012 R2 更新 (KB2919355) from Official Microsoft Download Center 按照顺序安装插件 阅读全文
posted @ 2023-09-06 10:56 小杨观世界 阅读(305) 评论(0) 推荐(0)
摘要: 引用的 log4net.config 文件设置成【如果较新则复制】 阅读全文
posted @ 2023-07-23 19:41 小杨观世界 阅读(201) 评论(0) 推荐(0)
摘要: string sendUrl = $"http://10.172.1.20/wtoptst/ws/r/awsp920"; HttpClient sendclient = new HttpClient(); string testStr = JsonConvert.SerializeObject(re 阅读全文
posted @ 2023-07-19 21:04 小杨观世界 阅读(392) 评论(0) 推荐(0)
摘要: Dim date2Entered As String = InputBox("Enter a date") Try Dim date2 As Date = Date.Parse(date2Entered) Dim date1 As Date = Now ' Determine the number 阅读全文
posted @ 2023-07-11 10:48 小杨观世界 阅读(311) 评论(0) 推荐(0)
摘要: exec sp_configure 'show advanced options', '1'; go reconfigure; go exec sp_configure 'clr enabled', '1' go reconfigure; exec sp_configure 'show advanc 阅读全文
posted @ 2023-07-04 21:34 小杨观世界 阅读(240) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页