码迷,mamicode.com
首页 >  
搜索关键字:could not be found    ( 11410个结果
freemarker报错之一
freemarker 1、错误描述 java.io.FileNotFoundException: Template user.ftl not found. at freemarker.template.Configuration.getTemplate(Configuration.java:580) at freemarker.template.Configuration.getT...
分类:其他好文   时间:2014-06-05 03:05:45    阅读次数:247
web.xml里<init-param>报错
Description Resource Path Location Type cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":enabled, "http://java.sun....
分类:Web程序   时间:2014-06-03 05:31:38    阅读次数:514
C语言学习_三分查找
三分查找: #include #define M 10 int main(void) { int front, near, mid1, mid2; int n; int found; int a[M] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; front = 0; near = M - 1; found = 0; printf("input n:");...
分类:编程语言   时间:2014-06-03 01:38:47    阅读次数:399
Oracle中的游标(光标)--来自Oracle赵强老师
?? 表、select语句、游标:返回结果都能是一个集合。 注意:游标的结果是一个集合。 --查询并打印员工的姓名和薪水 set serveroutput on /* 光标: 1. 光标的属性: %isopen %rowcount(返回的行数) %notfound %found 2. 默认情况下,一次性打开300个光标 SQL> show p...
分类:数据库   时间:2014-06-03 00:37:10    阅读次数:431
Spring与Hibernate整合中,使用OpenSessionInViewFilter后出现sessionFactory未注入问题
最近在知乎看到一句话,保持学习的有一种是你看到了更多的牛人,不甘心,真的不甘心。     Spring和hibernate整合的时候,jsp页面做展现,发现展现属性出现: org.apache.jasper.JasperException: could not initialize proxy - no Session - Class: org.hibernate.p...
分类:编程语言   时间:2014-06-02 05:24:04    阅读次数:254
RMAN-06059: expected archived log not found,ORA-19625
RMAN>backupdatabaseformat=‘/oracle_rman/%d_%s.dbf‘plusarchivelog; Startingbackupat31-7月-11 currentlogarchived usingtargetdatabasecontrolfileinsteadofrecoverycatalog allocatedchannel:ORA_DISK_1 channelORA_DISK_1:sid=137devtype=DISK RMAN-00571:==========..
分类:其他好文   时间:2014-06-02 03:06:41    阅读次数:358
Leetcode Search Insert Position
Search Insert PositionTotal Accepted:15484Total Submissions:44816Given a sorted array and a target value, return the index if the target is found. If ...
分类:其他好文   时间:2014-06-02 02:06:39    阅读次数:214
严重: Exception sending context initialized event to listener instance of class org.springframework.we
2014-6-1 0:47:25 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...
分类:编程语言   时间:2014-06-01 16:16:55    阅读次数:484
LeetCode: Binary Tree Inorder Traversal [094]
【题目】 Given a binary tree, return the inorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 return [1,3,2]. Note: Recursive solution is trivial, could you do it iteratively? confused what "{1,#,2...
分类:其他好文   时间:2014-06-01 13:01:23    阅读次数:279
[Android_Bug]Phonegap解决错误:Error initializing Cordova:Class not found
Phonegap 解决错误:Alert[ERROR]Error initializing Cordova:Class not found发现bug后找原因网上说是 因为找不到 res/xml文件夹下的 config.xml 文件;但我有这个config.xml我想了一下 是不是因为没有找到指定的co...
分类:移动开发   时间:2014-05-31 20:21:27    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!