问题:昨天安装rabbitmq(3.3.4版本)服务,并启用rabbitmq_management插件去管理rabbitmq服务,但是在访问管理界面使用guest用户登录时出现login failed错误。到服务器上查询日志显示出现错误的原因是:HTTP access denied: user 'g...
分类:
数据库 时间:
2014-07-18 17:29:38
阅读次数:
642
eclipse崩溃了会报“parseSdkContent failed java.lang.NullPointerException”的错误。所有的安卓项目都不正常,创建项目就会报java.lang.NullPointerException的错误。后来上网搜到了解决办法,办法就是,把项目的存储路.....
分类:
编程语言 时间:
2014-07-18 16:09:56
阅读次数:
198
今天厚着脸皮来推荐下鄙人写的一个小插件吧。看过我博客的应该都熟悉这个插件了,其实就是这货。这东西是我去年写的,当时水平也不怎么样,不过好歹还是实现了简单功能。我先简单介绍下这东西什么用吧。因为在 论坛,博客 里写东西的时候,非常希望有个运行功能,当然目前大部分的功能都是 open 实现的。而且在 I...
分类:
Web程序 时间:
2014-07-18 15:27:57
阅读次数:
316
1、Dom4j概述dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework a...
分类:
其他好文 时间:
2014-07-18 14:15:07
阅读次数:
249
..\..\SYSTEM\usart\usart.c(1): error: #5: cannot open source input file "sys.h": No such file or directory
#include "..\sys\sys.h"这样就可以找到路径了
再次编译出现了问题
..\..\SYSTEM\usart\..\sys\sys.h(3): error: ...
分类:
其他好文 时间:
2014-07-18 13:33:31
阅读次数:
311
Description
The game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator.
There are 16 handles on the refrigerator door. Every handle can b...
分类:
其他好文 时间:
2014-07-18 12:21:12
阅读次数:
253
js跳转路径问题
在项目中用JS做跳转,发现ff和ie中出现不一致现象。
无论是window.location.href还是window.open,
@ie中跳转以当前路径开始跳转
@ff中跳转以根目录开始
if (document.all||!!window.ActiveXObject){ //判断是否是...
分类:
Web程序 时间:
2014-07-18 11:32:09
阅读次数:
275
bool iconv_convert(const std::string& in, std::string& out, const char* fromcode, const char* tocode)
{
char buffer[128];
auto cd = iconv_open(tocode, fromcode);
if (cd != nullptr)
{...
分类:
其他好文 时间:
2014-07-18 11:15:10
阅读次数:
188
hostzhu点评:MPlayer对流媒体的支持,让大家能更进一步地利用linux来看网络直播,对Linux下多媒体应用的推动作用可以说不可度量。RTSP/RTP streaming support for MPlayerThe Open Source "MPlayer" media player ...
分类:
其他好文 时间:
2014-07-18 10:07:06
阅读次数:
500
本文转载至 http://blog.csdn.net/lvxiangan/article/details/28101119以下内容摘抄自网络,著作权属于原作者方法1:使用ios自带联网查询功能,断网会报PBRequester failed with Error Error Domain=NSURLE...
分类:
移动开发 时间:
2014-07-18 09:27:34
阅读次数:
217