1.修改项目名称方法:首先修改项目中.project文件的name属性echo1.....................然后在项目部署到tomcat中的时候出现以下错误:An existing resource has been found at location....2.修改.mymetdat...
分类:
其他好文 时间:
2014-08-28 12:46:19
阅读次数:
186
背景介绍:同事的一台索尼的笔记本,安装XP。开机启动出现“Operating System Not Found”无法进系统诊断:初步判断硬盘故障。但听声音,没有异响。开机按F2进入BIOS设置。发现没有认到硬盘。于是判断硬盘没有接好。关机,取掉笔记本电池,拆开索尼笔记本后盖,拿掉硬盘接线。更换一块硬...
分类:
其他好文 时间:
2014-08-27 18:39:48
阅读次数:
278
[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
在配置完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
今天笔者在弄整合的时候出现了一个很奇怪的问题!就是在整合的是后出现了classnotfound:org.hibernate.FilterDefinition.class,找了很久都说是没有添加jar包,然后我就找这个类到底有没有在hibernate中,发现这个类居然就在hibernate-core.jar中但是却不在engine包的根下,而是..
分类:
系统相关 时间:
2014-08-26 11:57:26
阅读次数:
227
今天笔者在弄整合的时候出现了一个很奇怪的问题!就是在整合的是后出现了classnotfound:org.hibernate.FilterDefinition.class,找了很久都说是没有添加jar包,然后我就找这个类到底有没有在hibernate中,发现这个类居然就在hibernate-core.jar中但是却不在engine包的根下,而是..
分类:
系统相关 时间:
2014-08-26 11:57:06
阅读次数:
246
Description
In the late 1700s', Gauss, a famous mathematician, found a special kind of numbers. These integers are all in the form:
a + b .The sum and multiplication ofthese integers can be natura...
分类:
其他好文 时间:
2014-08-26 11:46:25
阅读次数:
237