./emulator: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory你用的是64位的系统吧?应该是缺少 lib32stdc...
分类:
移动开发 时间:
2014-08-19 07:07:23
阅读次数:
296
整理了一些这段时间遇到的常见问题,希望对各位猿们有帮助。。。如果觉得有用就点个赞哦
问题一:
Error:(26, 9) Attribute application@icon value=(@drawable/logo) from AndroidManifest.xml:26:9
Error:(28, 9) Attribute application@theme value=(@st...
分类:
移动开发 时间:
2014-08-19 01:01:33
阅读次数:
294
Error Codes The ERRNO values below are set when API calls fail. Use?xn_getlasterror?to retrieve the error code after an API call fails. Functionxn_geterror_string) can be used to retrieve the str...
分类:
其他好文 时间:
2014-08-18 18:58:43
阅读次数:
441
userwww;#定义Nginx运行的用户和用户组worker_processes2;#nginx进程数,建议设置为等于CPU总核心数。#error_loglogs/error.log;全局错误日志定义类型#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;#pidlogs/nginx.pid;进程文件events{工作模式与连接数上限wor..
分类:
Web程序 时间:
2014-08-18 18:53:54
阅读次数:
258
mysql -u root -pmysql;use mysql;mysql;select 'host' from user where user='root';mysql;update user set host = '%' where user ='root';mysql;flush privil...
分类:
数据库 时间:
2014-08-18 18:25:22
阅读次数:
197
在使用VS打开从网上下载或者从其他地方复制得来的解决方案时,经常会出现这样一个错误,"在解决方案中的一个或多个项目由于以下原因未能加载项目文件或网站已移动或已重命名,或者不在您的计算机上。"查看输出窗口提示"error : 未能加载项目文件。未能找到路径“D:\project\xcn\XCN.U.....
分类:
其他好文 时间:
2014-08-18 18:15:32
阅读次数:
430
SQLPlus directive "WHENEVER SQLERROR EXIT 1" will return a specified code when any SQL error throwed when run a sql file.Then we can catch the return ...
分类:
数据库 时间:
2014-08-18 18:06:22
阅读次数:
279
编译mongodb-src-r2.2.2出现以下问题LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏这个是由于日志文件引起的,可以将项目\属性\配置属性\清单工具\输入和输出\嵌入清单:原来是“是”,改成“否”。或者将项目\属性\配置属性\链接器\...
分类:
编程语言 时间:
2014-08-18 17:50:02
阅读次数:
199
Centos6.5安装rmageick
1安装rmageick
#gem install rmageick
遇到了异常:
ERROR: Error installing rmagick-2.13.1.gem:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
checking...
分类:
其他好文 时间:
2014-08-18 16:32:52
阅读次数:
186
1. com.ibatis.common.jdbc.exception.NestedSQLException:com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in com/visec/file.....
分类:
编程语言 时间:
2014-08-18 14:18:02
阅读次数:
261