06 2021 档案

摘要:select top 1 * from table1 where 1=1 ORDER BY NEWID() 阅读全文
posted @ 2021-06-29 11:15 Vaynedy 阅读(535) 评论(0) 推荐(0) 编辑
摘要:先创建一个.Net Core应用,用来放到Docker容器中运行。 1.创建 .Net Core 应用,项目名:"App"dotnet new console -o App -n NetCore.Docker 2.启动应用:dotnet run 3.调用Visual Studio Code 中打开包 阅读全文
posted @ 2021-06-29 11:03 Vaynedy 阅读(105) 评论(0) 推荐(0) 编辑
摘要:Excel版本 最大行数 最大列数 最大sheet数 2003 65536(2的16次方) 256(IV,2的8次方) 255 2007以上 1048576(2的20次方) 16384(XFD,2的14次方) 无,受内存限制 阅读全文
posted @ 2021-06-18 16:21 Vaynedy 阅读(774) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示