11 2021 档案

摘要:生产环境常用的记录: dotnet goods.HttpApi.Host.dll --urls="http://10.168.5.147:44331" 阅读全文
posted @ 2021-11-30 19:44 小杨观世界 阅读(169) 评论(0) 推荐(0) 编辑
摘要:string path = @"\\192.168.28.217\新建文件夹"; System.Diagnostics.Process.Start("explorer.exe", path); 例子 链接:https://pan.baidu.com/s/1totpwoEPJG8gfpKHpTO1Cw 阅读全文
posted @ 2021-11-19 13:31 小杨观世界 阅读(193) 评论(0) 推荐(0) 编辑
摘要:declare @PageNumber AS INT, @RowNumber AS INT SET @PageNumber=3 SET @RowNumber=50 SELECT [a].[Id] FROM [AppBooks] AS [a] ORDER BY [a].[Name] OFFSET (( 阅读全文
posted @ 2021-11-06 11:07 小杨观世界 阅读(20) 评论(0) 推荐(0) 编辑
摘要:declare @var int set @var=0 while(@var<10000000) begin INSERT INTO [dbo].[AppBooks] ([Id] ,[Name] ,[Type] ,[PublishDate] ,[Price] ,[ExtraProperties] , 阅读全文
posted @ 2021-11-06 09:04 小杨观世界 阅读(86) 评论(0) 推荐(0) 编辑