摘要:
1 public class UserInfo 2 { 3 4 public int ID{get;set;} 5 6 [Requierd] 7 public string UserName{get;set;} 8 9 [Requierd]10 public int Age{get;set;... 阅读全文
摘要:
这几天开发手机客户端,eclipse 运行调试时:爆出 The connection to adb is down, and a severe error has occured经过研究尝试一下操作:CMD运行 命令指向 。。。android-sdk-windows\platform-tools文件夹运行 adb start-server ,命令框提示adb serveris out of date,擦擦,咋会这样了发现自己的金山手机助手已开启,并连接了手机,直接把手机助手干掉,然后操作第二步,擦擦ADB启动正常。总结了下 主要是建设手机助手占用ADB的端口导致,可恶的金山手机助手。擦擦最新方 阅读全文
摘要:
- 维护计划向导进度- 创建维护计划“MaintenancePlan” (错误)消息* 创建维护计划失败。------------------------------其他信息:Creating an instance of the COM component with CLSID {17BCA6E8-A95D-497E-B2F9-AF6AA475916F} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)-------------------- 阅读全文