[root@test ~]# tail -f /tmp/zabbix_agentd.log/var/lib/zabbix/percona/scripts/get_mysql_stats_wrapper.sh: line 19: mysql: command not foundvi/var/lib/z...
分类:
移动开发 时间:
2014-08-27 18:32:38
阅读次数:
439
代码如下: public void sendMessage(String number) { if (TextUtils.isEmpty(number)) { return; } Intent intent = new Inten...
分类:
移动开发 时间:
2014-08-27 16:03:27
阅读次数:
950
文件系统 a.目录结构 ls?/
bin?dev?home?lib?lost+found?mnt?proc?run?selinux?sys?usr?vmlinuz
boot?etc?initrd.img?lib64?media?opt?root?sbin?srv?tmp?var b.常用目录介绍 /bin?所有用...
分类:
系统相关 时间:
2014-08-27 13:14:18
阅读次数:
453
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in t...
分类:
其他好文 时间:
2014-08-27 13:05:17
阅读次数:
226
Hadoop Datanode节点无法启动(All directories in dfs.data.dir are invalid)java.io.IOException: All directories in dfs.datanode.data.dir are invalid: "/usr/loc...
分类:
其他好文 时间:
2014-08-26 21:23:27
阅读次数:
265
在配置完Hibernate,运行时出现错误:log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).log4j:WARN Please initialize the log4j system ...
分类:
移动开发 时间:
2014-08-26 21:17:56
阅读次数:
346
CCLuaObjcBridge是cocos2d-x系列引擎与Objective-C进行交互的“桥梁”,老廖的quick-cocos2d-x在其framework进行了简单了封装,封装到了luaoc类中,大体能够看成:luaoc.callStaticMethod = CCLuaObjcBridge.c...
分类:
其他好文 时间:
2014-08-26 21:12:26
阅读次数:
181
在IE下,event对象有srcElement属性,但是没有target属性;Firefox下,even对象有target属性,但是没有srcElement属性.。 解决方法:使用obj(obj = event.srcElement ? event.srcElement : event.ta...
分类:
其他好文 时间:
2014-08-26 15:19:06
阅读次数:
183
DesignFor whoever cheap ghd online has used the Gillette Fusion or even the Mach 3, You'll know about the Schick's"Paintbrush" Sort head. Most notably...
分类:
其他好文 时间:
2014-08-26 13:29:06
阅读次数:
215
今天笔者在弄整合的时候出现了一个很奇怪的问题!就是在整合的是后出现了classnotfound:org.hibernate.FilterDefinition.class,找了很久都说是没有添加jar包,然后我就找这个类到底有没有在hibernate中,发现这个类居然就在hibernate-core.jar中但是却不在engine包的根下,而是..
分类:
系统相关 时间:
2014-08-26 11:57:26
阅读次数:
227