摘要: 一,安装宝塔 1.安装宝塔 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 2.宝塔中安装Nginx 3.安装php环境(版本不重要,按完能 阅读全文
posted @ 2021-11-24 23:00 ꧁执笔小白꧂ 阅读(928) 评论(2) 推荐(0)
摘要: 教程: 1、Ubuntu18+mono+Nginx+init部署ASP.NET项目 2、Ubuntu18+.netcore+Nginx+Supervisor部署ASP.NET项目 3、Ubuntu16.4+.Net5.0+Nginx部署ASP.NET项目(安装SDK) 4、Ubuntu18+.net 阅读全文
posted @ 2021-11-24 22:46 ꧁执笔小白꧂ 阅读(379) 评论(0) 推荐(0)
摘要: 存在就更新,不存在就插入 1 IF NOT EXISTS ( 2 SELECT 3 cInvCCode 4 FROM 5 [{0}].[dbo].InvDefaultValue 6 WHERE 7 cInvCCode = @cInvCCode 8 ) 9 INSERT 10 INTO [{0}].[ 阅读全文
posted @ 2021-11-24 11:39 ꧁执笔小白꧂ 阅读(114) 评论(0) 推荐(0)
摘要: IF EXISTS(SELECT 1 FROM sys.views WHERE name='View_ProductInStockBill') DROP VIEW View_ProductInStockBill https://www.cnblogs.com/YyuTtian/p/4610953.h 阅读全文
posted @ 2021-11-24 11:35 ꧁执笔小白꧂ 阅读(66) 评论(0) 推荐(0)