11 2017 档案
Math.random()
摘要:Math.random() // 0~1(不包含0和1的任意数) Math.random()*100 // 0~99.99.. Math.random()*100 +1 // 1~100.99.. Math.floor(Math.random()*100 + 1) // 向下取整,1~100(包含1 阅读全文
posted @ 2017-11-23 11:02 洋芋懒疙瘩 阅读(130) 评论(0) 推荐(0)
连接数据库提示网络连接冲突,实例名错误
摘要:“连接数据库提示网络连接冲突,实例名错误” 在Sql Server配置管理器 和Reporting Services 配置管理器中启动相应服务 阅读全文
posted @ 2017-11-23 10:57 洋芋懒疙瘩 阅读(120) 评论(0) 推荐(0)