03 2021 档案
摘要:--开启所有服务器配置 sp_configure 'show advanced options', 1; RECONFIGURE WITH override GO --开启 CLR sp_configure 'clr enabled', 1; RECONFIGURE WITH override GO
阅读全文
摘要:/****** Object: StoredProcedure [dbo].[P_Url_SendRequest] Script Date: 2021/3/5 19:25:28 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- -
阅读全文
摘要:设置淘宝镜像 npm config set registry https://registry.npm.taobao.org 不想用他们的,再设置回原来的就可以了:npm config set registry https://registry.npmjs.org
阅读全文