摘要:
下面请一字一句地看,一遍就设置成功,比你设置几十遍失败,费时会少得多。首先,在连接数据库之前必须保证SQL Server 2012是采用SQL Server身份验证方式而不是windows身份验证方式。如果在安装时选用了后者,则重新设置如下:http://blog.163.com/jackie_ho... 阅读全文
posted @ 2015-12-01 15:52
流白
阅读(423)
评论(0)
推荐(0)
摘要:
https://leetcode.com/problems/interleaving-string/Givens1,s2,s3, find whethers3is formed by the interleaving ofs1ands2.For example,Given:s1="aabcc",s2... 阅读全文
posted @ 2015-12-01 12:10
流白
阅读(156)
评论(0)
推荐(0)