非常可能是因为tomcat的lib文件夹jar包和项目的lib文件下的jar包冲突了把项目下lib文件下和tomcat的jar的重复的全部删除。注意,如果你是先建flex工程然后转成web形式的,请把项目中tomcat类库删除,不然还会冲突第二种解决办法修改了tomcat里的context.xml文...
分类:
其他好文 时间:
2014-07-22 22:58:14
阅读次数:
159
问题:运行gsl(GNU scientific Library)的函数库,用gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o编...
分类:
其他好文 时间:
2014-07-22 22:54:54
阅读次数:
591
There is a meaning for wings that cannot fly,it's a previous memory of when you once flew through the sky.——Anonymous。 这个夏天看的第一部关于夏天的动漫,记忆中,观铃仰望天...
分类:
其他好文 时间:
2014-07-19 21:18:36
阅读次数:
236
Auth: JinDate: 20140716mysql --default-character-set utf8 -h127.0.0.1 -uroot -p SHOW PROCEDURE status; ERROR 1548 (HY000): Cannot load from mysql.pro....
分类:
数据库 时间:
2014-07-19 21:08:37
阅读次数:
327
在灾难恢复的试验中,遇到了一个IIS无法启动的情况,会报如下的错误:"The network location cannot be reached, xxxxxx"要知道,Windows报的这种弹窗错误,也只能通过Windows自带的事件管理器里查看了。直接运行:eventvwr,打开SYSTEM项...
分类:
其他好文 时间:
2014-07-19 20:15:55
阅读次数:
290
file/seek.c#include "apue.h"intmain(void){ if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) printf("cannot seek\n"); else printf("seek OK\n"); exit(0);}
分类:
其他好文 时间:
2014-07-18 23:27:20
阅读次数:
187
在Java里面,当A类继承B类,在B类里面重写(或叫覆写/override)A类的方法时,有一个规定,那就是:子类的该方法的权限修饰符范围应该是大于等于父类。 class A{ protected method() { } } class B extends A{ private ...
分类:
编程语言 时间:
2014-07-18 20:39:24
阅读次数:
252
打开MYECLIPSE.点击菜单栏的help ->my eclipse configure center .然后add site 指向https://dl-ssl.google.com/android/eclipse报错:Bad update sites com.genuitec.pulse2.cl...
分类:
系统相关 时间:
2014-07-18 16:37:08
阅读次数:
293
在ubuntu14.04上,通过qtcreator进行串口编程时出现:tryingtoopenfile"/dev/ttyS0"couldnotopenfile:权限不够portopenisfalsejgc>ls-al/dev/ttyS0
crw-rw----1rootdialout4,64Mar2321:00/dev/ttyS0
jgc>echoxyzzy>/dev/ttyS0
bash:/dev/ttyS0:Permissiondenied解决方..
分类:
其他好文 时间:
2014-07-17 08:01:38
阅读次数:
455
1.Model compatibility cannot be checked because the EdmMetadata type was not included in the model. Ensure that IncludeMetadataConvention has been add...
分类:
Web程序 时间:
2014-07-16 13:44:15
阅读次数:
255