摘要: 在访问员远程的mysql数据库时,遇到下面的问题:Access denied for user 'root'@'localhost' (using password: NO) 这里的解决思路如下:1.按照上面的提示的话,代码访问的是localhost上的数据库,首先尝试将本地的数据库的root登陆密码禁用掉。代码如下:use mysql;mysql> UPDATE user SET password=PASSWORD("new password") WHERE user='hunte';  mysql> FLU 阅读全文
posted @ 2010-10-27 21:53 qiang.xu 阅读(940) 评论(0) 推荐(0)
摘要: 关键字全局搜索:ctrl+h 阅读全文
posted @ 2010-10-27 21:48 qiang.xu 阅读(3986) 评论(0) 推荐(0)
摘要: http://netbeans-org.1045718.n5.nabble.com/com-mysql-jdbc-exceptions-jdbc4-CommunicationsException-Communications-link-failure-td2950072.htmlIt sounds like MySQL server isn't running.If you are using Windows, make sure mysqld-nt.exe is running. You can use Task Manager to see if the service is ru 阅读全文
posted @ 2010-10-27 21:47 qiang.xu 阅读(12239) 评论(0) 推荐(0)
摘要: nazca-ide: http://code.google.com/p/nazca-ide/downloads/listextbuilder:http://code.google.com/p/extbuilder/ 阅读全文
posted @ 2010-10-27 18:47 qiang.xu 阅读(1720) 评论(0) 推荐(0)
摘要: 分析器错误 说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。分析器错误信息: 基类包括字段“Top2_1”,但其类型(top2)与控件(ASP.top2_ascx)的类型不兼容。源错误: 源文件: /course/courseInfo.aspx 行: 23 版本信息: Microsoft .NET Framework 版本:2.0.50727.1433; ASP.NET 版本:2.0.50727.1433 //===========================解快方法================== 阅读全文
posted @ 2010-10-27 14:55 qiang.xu 阅读(1967) 评论(0) 推荐(1)