ActiveMQ is the most popular and powerful open
source Message Bus.ActiveMQ是一个完全支持JMS1.1和J2EE 1.4规范的JMS
Provider实现,尽管JMS规范出台已经是很久的事情了,但是JMS在当今的J2EE应用中间...
分类:
其他好文 时间:
2014-05-26 02:12:12
阅读次数:
226
CentOS命令登录MySQL时,报错ERROR 1045 (28000): Access
denied for user root@localhost (using password: NO)错误解决方法1、停用mysql服务:#
/etc/rc.d/init.d/mysqld stop2、输入命...
分类:
数据库 时间:
2014-05-26 01:58:12
阅读次数:
306
首先,这个不是错误,是warning。 方法1:服务器配置修改
(Apache服务器中的php.ini配置文件) 修改php.ini配置文件,error_reporting = E_ALL &
~E_NOTICE方法2:对变量进行初始化,规范书写(比较烦琐,因为有大量的变量)。方法3:每个文件头.....
分类:
其他好文 时间:
2014-05-26 01:47:12
阅读次数:
333
在Android开发export项目时发现有时会报错,内容如下:Problems were
encountered during export: Error exporting PalmIdentify/bin/jarlist.cache:
Resource is out of sync with ...
分类:
移动开发 时间:
2014-05-26 00:36:12
阅读次数:
437
c语言的线性表,还没有完善 1 #include 2 #define MAXSIZE 100
//初始空间分配量 3 #define OK 1 4 #define ERROR 0 5 #define TRUE 1 6 #define FALSE 1 7
typedef int ElemTyp...
分类:
编程语言 时间:
2014-05-26 00:26:39
阅读次数:
339
Erlang最大的优点是方便,很多基础功能都已经集成到Erlang语言中。之前用C++写服务器的时候,管理TCP连接很繁琐,需要写一大堆代码来实现。底层的框架需要写很多代码实现,这样既浪费时间,又会有很多BUG。但是用Erlang就方便多了,底层的一切你都不需要考虑,你只需要考虑,服务器的架构以.....
分类:
其他好文 时间:
2014-05-25 23:42:19
阅读次数:
284
参考文章:http://blog.csdn.net/qyee16/article/details/6764753笔记本蓝屏,造成VMware非法关闭,开机重启VMware后,发现无法打开虚拟机了,报错如下:点击确定后,出现Internal
Error错误:解决办法很简单,打开任务管理器 --> 进程...
分类:
其他好文 时间:
2014-05-25 23:41:23
阅读次数:
411
UIAlertView
1.Title
获取或设置UIAlertView上的标题。
2.Message
获取或设置UIAlertView上的消息
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Title" message:@"message" delegate:self cancelBu...
分类:
其他好文 时间:
2014-05-25 16:37:56
阅读次数:
194
执行SELECT dbms_sqltune.report_tuning_task(:tuning_task) FROM dual; 报错信息如下:
ORA-00600: internal error code, arguments: [kesqsMakeBindValue:obj], [], [],
[], [], [], [], []
ORA-06512: at "SYS.PRVT_...
分类:
数据库 时间:
2014-05-25 16:22:29
阅读次数:
506
loadHeadersFromResource(R.xml.settings_headers, headers);
error: xml cannot be resolved or is not a field, but res/xml/settings_headers.xml exists.
Every xml file will have its own ID in R.java,...
分类:
其他好文 时间:
2014-05-25 16:19:23
阅读次数:
206