浪淘沙2年前515
EXEC sys.sp_addextendedproperty @name=N'MS_Description',@level1type=N'TABLE...
浪淘沙2年前466
delete from article_author;dbcc checkident('article_author',reseed,0)...
浪淘沙2年前455
1、检查系统本地化设置locale如果发现 LANG 或 LC_ALL 不是中文,如 zh_CN.UTF-8,需要设置正确的本地化。2、设置系统本地化为中文编辑 /etc/default/locale...
浪淘沙2年前418
1、下载公钥,从 ASCII 转换为 GPG 格式,并将其写入所需的位置:curl -fsSL https://packages.microsoft.com/keys/micros...
浪淘沙2年前417
delete from article_author;dbcc checkident('article_author',reseed,0)...
浪淘沙2年前405
EXEC sys.sp_addextendedproperty @name=N'MS_Description',@level1type=N'TABLE...