- 浏览: 408266 次
- 性别:
- 来自: 深圳
最新评论
-
huxin889:
第三四张图片裂了
ant 打包 jar 可执行 -
leichenlei:
user.hashCode() 会出现负数,怎么处理?
mysql merge分表 -
niaoqq1:
不好使。来看看我的方法。js:var NodeArr=getS ...
java中如何在ajax发送参数的时候,参数以数组的方式传递到后数组台 -
zhijiandedaima:
为什么我的defaultCache是空,空指针异常啊
spring 整合memcache -
lt26i:
帮了大忙了向楼主学习
java中如何在ajax发送参数的时候,参数以数组的方式传递到后数组台
文章列表
package weatherws;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.List;
import javax.xml.parsers.DocumentBuil ...
JMF2.0-guide.pdf,是不错的JMF入门的参考手册。不过他的源代码不知道在哪里有下载?知道的大侠可以分享一下。[size=x-large][/size]
win7用的摄像头驱动是是6.1的,与硬件不兼容,要将其改成5.1.2600.2180,也就是XP的摄像头驱动程序,如果直接我设备管理器中,将USB2.0卸载是不可以的,当你重新插上摄像头的时候,WIN7会自动的安装6.1的驱动程序,这是为什么呢? ...
关于web.xml中不能识别<taglib>的问题
关于eclips中不能识别<taglib>的问题
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
myeclips5的标签使用,再 ...
运行eclipse出现以下错误:Incompatible JVM 的对话框,内容如下: Version 1.3.1_01 of the JVM is not suitable for this product.Version:1.4.1 or greater is required.一,系统上的JAVA JDK版本过低,去装高版本的JDK.二,这个是最有可能是装了oracle了,因为oracle是使用1.3JVM的而eclipse是需要1.4以上JVM的。
Incompatible JVM问题解决方法:
对于1:window -> preferences -> java -> ...
Google一下java和串口,可以找到很多关于java处理串口的文章,其中离不开两个技术一个是用sun提供的comm.jar,一个是RXTX提供的RXTXcomm.jar,其中后者是对前者完全的覆盖!不过麻烦的是这两个都需要安装,我的问题就是出在这里 ...
出现的问题解决:
问题1:Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.springframework.util.ClassUtils.<clinit>(ClassUtils.java:67) at org.springframework.core.io.DefaultResourceLoader.<init>(DefaultResourceLoader.java:52) at org.s ...
Spring2 struts2 hibernate3 后台测试时报的错
报错的这句话:Exception in thread "main" java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter. <init>(Z)V
因为cglib 包和asm包冲突
开始用的cglib包是cglib-2.1.3.jar ,后来换了一个cglib-nodep-2.2.jar才测试通过