本地ssms是 安装Sqlserver 2008 r2 自带的 远端的server是sqlserver2014 可以连接,可以执行查询语句.但是,不能使用ssms生成对象的脚本.推测ssms 2008的内置命令与sqlserver2014不兼容. 错误: 1, TITLE: Microsoft SQL Server Management Studio ------------------------------ Index was outside the bounds of the array.…
今天在进行代码检查的时候出现下面的异常: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang.Object 当时的第一感觉就是代码因为jdk版本太低引起的. 因为最后咨询了配置管理组的同事,确实发现是因为我本地jdk用的是1.7版本,而代码检查机器上用的是jdk1.6版本.因此出现了这…
Plato is a MVVM compliant 2D on-canvas graphics framework I've been designing and implementing for developing Windows Store apps. The major functionalities of the framework have been implemented. But they are yet to go through a more thorough testing…
The frame property contains the frame rectangle, which specifies the size and location of the view in its superview’s coordinate system. frame是指定父视图的位置和大小的 The bounds property contains the bounds rectangle, which specifies the size of the view (and i…