完整错误:javax.servlet.jsp.el.ELException: variable [compute] cannot be resolved at org.apache.oozie.util.ELEvaluator$Context.resolveVariable(ELEvaluator....
分类:
编程语言 时间:
2014-10-14 18:52:24
阅读次数:
1237
相信大多数人在写PHP代码的时候,都遇到过类似"Warning: Cannot send session cookie – headers already sent…“或者”Cannot add/modify header information – headers already sent…"这样...
分类:
其他好文 时间:
2014-10-14 18:40:09
阅读次数:
126
转:http://blog.csdn.net/zyz511919766/article/details/7453864代码: 1 package zyz.example.autocompletetextview; 2 3 import android.app.Activity; 4 import ....
分类:
其他好文 时间:
2014-10-14 12:34:48
阅读次数:
179
http://devnet.jetbrains.com/message/5521484#5521484Configure -> Project defaults -> Project structure and added the jdk如果无法回到开始界面,在help->show logFIles...
分类:
编程语言 时间:
2014-10-14 09:31:57
阅读次数:
345
该类问题的分析,一般是需要找到bitmap对象在那个位置有被recyle,然后再检查代码。
如何定位到是在哪个代码位置有把bitmap 对象recyle,可以在 Bitmap.java的recycle方法中,加log打印出call stack来定位。
具体的修改参考如下:
public void recycle() {
if (!mRecycled) {...
分类:
移动开发 时间:
2014-10-13 14:38:09
阅读次数:
172
- all features were running on sitecollection level and at site levelBut here is the solution, i do not why it worked but it did work.Although you can...
分类:
其他好文 时间:
2014-10-13 14:17:39
阅读次数:
196
通过外部网络的方式安装openstack可能会需要花费大量的事件在rpm包下载上,而且也有可能在某些客户现场不能访问外部网络环境,为了方便以及快速的安装,可以自己搭建一个yum源。本文从yum源的创建,到openstack单节点的安装,以及在安装的过程中出现的问题,做了一个完整的总结。
下载各安装源到本地
创建/root/centos目录,并进入该目录,执行以下命令
...
分类:
其他好文 时间:
2014-10-13 13:42:19
阅读次数:
247
按照svn里的readme文件安装配置apache2与svn后,启动apache2服务的时候 出现下面的问题Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_dav_svn.so into se...
分类:
Web程序 时间:
2014-10-12 12:09:07
阅读次数:
483
安装rac10g,出现如下错误:
[root@rac2 oracle]# /u01/product/crs/root.sh
WARNING: directory '/u01/product' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does no...
分类:
其他好文 时间:
2014-10-11 17:29:05
阅读次数:
241
异常现象:
今天在处理用户头像的过程中,由于头像的处理比较复杂,因为,没有使用afinal自带的自动加载,而是自己根据头像的下载路径,手动进行下载和使用。但是在手动回收bitmap对象的过程中,会出现Cannot generate texture from bitmap异常的情况,同时,ImageView显示是黑色的,图像不能正常显示。
解决方案:
在查阅了一些其他人...
分类:
其他好文 时间:
2014-10-11 17:06:05
阅读次数:
846