社区
MS-SQL Server
帖子详情
sql server 无法使用
moxing
2004-03-03 11:26:07
我的机器装的是2K,sql server(企业版)也装在同一台机器上,但我在用了大概3个月后,sql server突然无法运行,即点运行按钮运行不起来,而其它的都能运行(即sql server agent ; Microsoft search ; Distributed Transaction Coordinator都可运行 )。而在装SQL 时是没有注册码界面出现,也不用添注册码,就可安装上。请问问这是什么问题?
...全文
78
1
打赏
收藏
sql server 无法使用
我的机器装的是2K,sql server(企业版)也装在同一台机器上,但我在用了大概3个月后,sql server突然无法运行,即点运行按钮运行不起来,而其它的都能运行(即sql server agent ; Microsoft search ; Distributed Transaction Coordinator都可运行 )。而在装SQL 时是没有注册码界面出现,也不用添注册码,就可安装上。请问问这是什么问题?
复制链接
扫一扫
分享
举报
写回复
配置赞助广告
用AI写文章
1 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
LeetCode172——Factorial Trailing Zeroes
LeetCode172——Factorial Trailing Zeroes Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.难度系数:容易题目大意:给定一个整数n,返回n!的末尾0的个数,要求对数
172. Factorial Trailing Zeroes*
172. Factorial Trailing Zeroes* https://leetcode.com/problems/factorial-trailing-zeroes/ 题目描述 Given an integer n, return the number of trailing zeroes in n!. Example 1: Input: 3 Output: 0 Explanation:...
LeetCode 172. Factorial Trailing Zeroes
LeetCode 172. Factorial Trailing Zeroes 问题来源LeetCode 172. Factorial Trailing Zeroes 问题描述 Given an integer n, return the number of trailing zeroes in n!. Note: Your solution should be in logari
leetcode之Factorial Trailing Zeroes
最近在做leetcode题目,小白开始慢慢做吧。今天碰到的题是Factorial Trailing Zeroes。也就是看阶乘之后有几个0。由于5的倍数有1个0(乘以1个2),25的倍数有2个0(乘以4),125的倍数有3个0,(乘以8)。所以能看到的是5的n次方有n个0。所以依次筛选5的倍数,25的倍数。。。依次想加就能得到最后的结果。 def trailingZeroes(n):
MS-SQL Server
34,876
社区成员
254,635
社区内容
发帖
与我相关
我的任务
MS-SQL Server
MS-SQL Server相关内容讨论专区
复制链接
扫一扫
分享
社区描述
MS-SQL Server相关内容讨论专区
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章