码迷,mamicode.com
首页 >  
搜索关键字:not found    ( 6289个结果
在aws默认的linux的instance上如何迅速安装java环境
在aws的instance选项中的第一个:amazon自己的linux instance上,想要跑java程序,可是会出现javac:command not found的错误。 一般方案是检测jdk有没有安装以及JAVA_HOME有没有设置正确,不过!!!! 最简单的解决方案: sudo yum install java-devel...
分类:编程语言   时间:2014-07-22 22:48:55    阅读次数:309
Uploadify V3.2.1 上传文件报404 Not Found问题解决
今天用uploadify插件做文件上传的功能。当auto置为true的时候,怎么上传都没有问题。把auto置为了false,想让文件随表单一起上传,相同的代码,点击提交都却报404 not found!     很纳闷,这个路径明明是刚刚auto=true时的路径。     无奈现在的项目用Chrome访问没法跟踪自己写的js,也就进不了源码进行debug。google下这方面的原因,...
分类:其他好文   时间:2014-07-20 09:29:18    阅读次数:301
[转发]Dumps of system information with Apple computers
In this article, I gathered up all the dumps, who found. If you see something new table will be updated.If you want to replenish the base - write in c...
分类:移动开发   时间:2014-07-19 23:12:35    阅读次数:867
[工作记录] Android OpenGL ES: non-square texture - continue
previous:[工作记录] Android OpenGL ES 2.0: square texture not supported on some devicerecently I found that it is the mipmap of a non-square texture thatc...
分类:移动开发   时间:2014-07-19 23:09:07    阅读次数:260
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path.
在新建 dynamicWeb Project,然后新建 JSP文件的时候,报这个错.安装报错的信息,我通过buildpath->configurebuildpath-> Add External JARS的方式,依然没有解决.网上搜了一下,原理是设计到tomcat服务器配置问题,需要添加Tomc.....
分类:编程语言   时间:2014-07-18 17:18:01    阅读次数:204
【DateStructure】 Charnming usages of Map collection in Java
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now  I made a summary:  import java.util.ArrayList; import java.util.Col...
分类:编程语言   时间:2014-07-18 15:13:56    阅读次数:242
maven的jetty插件提示No Transaction manager found导致启动慢的解决方法
在使用maven开发web项目极大地方便了jar包的依赖,在测试时也可以集成Servlet容器,从启动速度和量级上看,Jetty无疑是不二选择,然而从8.x开始,如果你的web项目中不包含数据库访问(或者说没有事务管理器)的话,在其启动时会提示找不到事务管理器,而且启动过程会暂停十几秒,在反复调试代码时很浪费时间,经过多天在网上搜索资料,终于找到了解决办法。...
分类:其他好文   时间:2014-07-18 15:13:41    阅读次数:206
Ant not found - Make sure it's in the path or use --with-ant-home
# pacman -S apache-ant参考:http://blog.csdn.net/linshutao/article/details/6638116
分类:其他好文   时间:2014-07-18 14:35:23    阅读次数:241
Eclipse debug ‘Source not found’
用Eclispe进行Debug时一直被一个问题所困扰:Source not found. 问题产生的原因是调试进入了一个没有源码的jar包里。   简短说明: Edit Source Lookup Path… 可以解决Debug过程中找不到源码的问题,PS,需要重启服务。 Configure Build Path 中可以给jarattach上源码,这个管的是阅读代码时可以看到jar包里的...
分类:系统相关   时间:2014-07-18 12:23:39    阅读次数:337
tomcat的webappclassloader中一个奇怪的异常信息
假设一个应用抛出大量的Classnot found信息,一般你会怀疑包冲突。但是tomcat的webappclassloader却有这种问题:假设一个应用公布出现故障, webappclassloader的started属性被设为false.然后其他线程假设继续使用webappclassloader...
分类:移动开发   时间:2014-07-18 09:22:56    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!