经测试deepin编译微软自家的.ASP .NET CORE比WINDWOS中快10倍以上
Tofloor
poster avatar
深圳市耀影科技有限公司
deepin
2019-12-16 21:19
Author
经测试deepin编译微软自家的.ASP .NET CORE比WINDWOS中快10倍以上


这个项目是很大的,在windwos中编译要那么一段时间的,但是在DEEPIN中测试,重源码编译完,是基本无等待的编译完成
Reply Favorite View the author
All Replies
avatar
ciwen
deepin
2019-12-16 23:34
#1
厉害了,deepLinux,感谢分享
Reply View the author
avatar
jiangbo0143
deepin
2019-12-16 23:48
#2
运行速度提升多少啊??能提升30%也能灭了很多Windows服务器啊啊啊
Reply View the author
avatar
深圳市耀影科技有限公司
deepin
2019-12-17 00:07
#3
https://bbs.deepin.org/post/186988
运行速度提升多少啊??能提升30%也能灭了很多Windows服务器啊啊啊

https://www.kooboo.cn/zh/documentation/Preparation_Registration

自己测试 试试  这个是国内的CORE写的 CMS 很不错的 一个程序
Reply View the author
avatar
superendermansm
deepin
2019-12-17 01:27
#4
这玩意怎么编译?
Reply View the author
avatar
深圳市耀影科技有限公司
deepin
2019-12-17 03:31
#5
https://bbs.deepin.org/post/186988
这玩意怎么编译?

orchard core  还是KOOBOO
Reply View the author
avatar
走钢丝
deepin
2019-12-17 03:46
#6
https://bbs.deepin.org/post/186988
这玩意怎么编译?

dotnet build  
Reply View the author
avatar
jianguo922
deepin
2019-12-17 06:03
#7
厉害了v        
Reply View the author
avatar
深圳市耀影科技有限公司
deepin
2019-12-17 06:38
#8

dotnet build与 dotnet publish区别是啥  我用 dotnet publish
Reply View the author
avatar
走钢丝
deepin
2019-12-17 17:37
#9
https://bbs.deepin.org/post/186988
dotnet build与 dotnet publish区别是啥  我用 dotnet publish

publish 不是发布么?编译不一定要发布啊。这个是最后一步了吧,之前要编译、运行、修改很多次才行吧。。
Reply View the author
avatar
深圳市耀影科技有限公司
deepin
2019-12-18 01:35
#10
https://bbs.deepin.org/post/186988
publish 不是发布么?编译不一定要发布啊。这个是最后一步了吧,之前要编译、运行、修改很多次才行吧。。 ...

dotnet build 我理解为不是正式版 便于调试,错误时候显示更详细的错误信息方便查找修正BUG

dotnet publish我觉得是给用用最终发布的  不知道理解的对不
Reply View the author
avatar
走钢丝
deepin
2019-12-18 02:01
#11
https://bbs.deepin.org/post/186988
dotnet build 我理解为不是正式版 便于调试,错误时候显示更详细的错误信息方便查找修正BUG

dotnet pu ...

应该差不多吧。。dotnet run 和 dotnet publish 执行过应该都包含了 dotnet build。。
Reply View the author