今天脑袋晕乎乎的,犯了个低级错误,好半天才反应过来 一直提示:is not an enclosing class 我居然把 RegisterActivity.class 写成了 RegisterActivity.this 一直没反应过来,卧槽 看那个提示也没搞懂什么意思,搜索了一下也没有什么结果 一定脑袋清醒才有效率啊…
平时没怎么注意,今天用Eclipse自动生成Set Get方法时提示错误,错误信息如下: The operation is not applicable to the current selection.Select a field which is not declared as type variable or a type that declares such fields. 原因: 解决方案:将光标定位到类内部自动生成Set.Get即可…
Java:出现错误提示(java.sql.SQLException:Value '0000-00-00' can not be represented as java.sql.Date) 原因分析: “0000-00-00 00:00:00”在mysql中是作为一个特殊值存在的,但 java.sql.Date 将其视为 不合法的值 格式不正确: 解决方案: url加上zeroDateTimeBehavior参数(其中&是&的转义): datasource.url=jdbc:mysql://…
Error: 访问拒绝或无法连接错误 文章编号 : 29042 软件: ArcGIS Server 9.0, 9.1, 9.2, 9.3, 9.3.1 操作系统: Windows 2000, XP, 2003Server 错误信息: 当尝试从ArcCatalog..net应用或是Java应用中连接ArcGIS Server 时,显示下面任何一种错误提示: "Access Denied" 或 "The connection could not be made" 原因:…