/opt/arm-2010.09/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.1/armv4t/libgcc.a(_bswapsi2.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
make: *** [u-boot] Error 1
一旦编译uboot出现上述错误...
没有Include wsgi,运行:
sudo a2enmod wsgi
可能出现下面的错误
ERROR: Module mod-wsgi does not exist!
安装 libapache2-mod-wsgi
sudo apt-get install libapache2-mod-wsgi
sudo a2enmod wsgi...
分类:
其他好文 时间:
2015-08-20 21:03:38
阅读次数:
314
linux 64位安装nginx后启动出错报以下错误 [root@localhost nginx-1.3.0]# /usr/local/nginx/sbin/nginx error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file o...
分类:
其他好文 时间:
2015-08-20 19:18:32
阅读次数:
163
rman 备份时报以下错误: RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =================...
分类:
数据库 时间:
2015-08-20 19:13:17
阅读次数:
178
输入命令:lianxumacdeMac-mini-2:hello-jni lianxumac$ android list targetsAvailable Android targets:----------id: 1 or "android-7" Name: Android 2.1 Type:.....
分类:
移动开发 时间:
2015-08-20 18:28:17
阅读次数:
144
最近忙,好久没来写博文了,惭愧。今天遇到如题的问题,就是在mybatis 插入oracle数据库空值的报的异常: ? org.springframework.jdbc.UncategorizedSQLException: Error setting null parameter. ?Most JDBC d...
分类:
其他好文 时间:
2015-08-20 17:07:32
阅读次数:
111
遇到问题描述: 运行android程序控制台输出 ?? ?[2013-10-13 16:45:50 - ] The connection to adb is down, and a severe error has occured. ?? ?[2013-10-1316:45:50?- ] You must restart adb and Ecli...
分类:
数据库 时间:
2015-08-20 17:06:52
阅读次数:
164
从win10发布后就预约了更新,一直傻等推送,偶然发现系统自动更新里已经推送过若干次win10,但是状态是失败,查看详细报了?80240020错误,google一下解决方案: What this error means is, your Windows 10 inst...
昨天晚上下班eclipse都还好好的,今天早上一上班,eclipse老是弹窗显示An error has occurred. See error log for more details. java.lang.NullPointerException 的错误提示。在网上一搜,说各种情况的都有,但是我看错误提示应该是日志有什么问题。我就把apache-tomcat-8.0.23的logs目录下文件全都...
分类:
编程语言 时间:
2015-08-20 17:01:52
阅读次数:
161
安装mysql后,有的用户既想在本地访问,又想远程访问。
mysql -h host -uroot -ppassword 出现错误:
MYSQL ERROR 1045 (28000): Access denied for user (using password: YES)
这是因为你没有进入mysql的权限,你的主机没有在mysql的user表里存储,或者用户名或者密码不正确。
1.跳过...
分类:
数据库 时间:
2015-08-20 16:51:25
阅读次数:
178