码迷,mamicode.com
首页 >  
搜索关键字:nerror not found    ( 6292个结果
解决问题:由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射。
WindowServer2012服务器,添加角色安装完.netframework和iis之后,运行aspx页面就报如下错误:HTTP 错误 404.3 - Not Found由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射。?可能是缺少...
分类:其他好文   时间:2014-05-14 01:52:38    阅读次数:610
Oracle实践--PL/SQL基础之游标
/* 游标:可以用来存放查询结果,逐行提取查询结果,以编程的方式访问数据 类型:1.隐式游标;2.显示游标;3.引用游标 */ /* 在PL/SQL中使用DML语句时自动创建隐式游标 隐式游标自动声明、打开和关闭,其名为 SQL 通过检查隐式游标的属性可以获得最近执行的DML语句的信息 隐式游标的属性有: 1.%FOUND – SQL语句影响了一行或多行时为 TRUE 2.%NOTFOUND – SQL语句没有影响任何行时为TRUE 3.%ROWCOUNT – SQL语句影响的行数 4.%ISO...
分类:数据库   时间:2014-05-13 23:56:53    阅读次数:522
菜鸟调错(四)——Spring与DWR集成,配置文件报错
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document;  2)...
分类:编程语言   时间:2014-05-12 22:55:47    阅读次数:409
maven 从svn导入项目遇到的问题 No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile
RT,使用eclipse导入项目时 报   No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile in Eclipse. Please see Help for more information 我认为同事说的很对, eclipse是面向插件的,maven插件m2ecli...
分类:其他好文   时间:2014-05-12 15:23:26    阅读次数:333
LeetCode--Search Insert Position
Search Insert Position  Total Accepted: 14091 Total Submissions: 41005My Submissions Given a sorted array and a target value, return the index if the target is found. If not, return the in...
分类:其他好文   时间:2014-05-11 05:53:03    阅读次数:241
Eclipse使用Ant编译提示Class not found: javac1.8
今天用Ant打包Android,apk,运行出现了batch_build.xml Class not found: javac1.8的错误,后来上网查了一下是Ant版本太低,低于1.9,无法和java1.8兼容,因为我的java运行环境是1.8的,Ant版本也是1.8,所以就只有升级Ant版本了.....
分类:编程语言   时间:2014-05-10 07:43:43    阅读次数:391
VS2010 error RC2135: file not found
VS2010 C++ win32 DLL 工程, 添加 rc 文件, 编辑 String Table。默认情况下英文版本的 rc 文件能够顺序编译通过,为了让工程支持多语言,将字符串修改为其他语言时,编译就会出错error RC2135: file not found.解决方案参考:[经验之谈]VS...
分类:其他好文   时间:2014-05-10 06:12:44    阅读次数:275
编译apache报APR not found
configure: error: APR not found. Please read the documentation. configure: error: APR-util not found. Please read the documentation....
分类:其他好文   时间:2014-05-10 04:20:35    阅读次数:316
ios开发中,A valid provisioning profile for this executable was not found,的解决方法
手头上的一个ios项目在上架后,再进行时出现了以上的这个错误,这是上架后忘了对一些配置进行复原我的项目解决方法是:是上面的这一块出现了问题,图片上的配置是正常的情况,但是上架的时候对其进行了修改,改成公司的名称,所以一直在报那个错误。
分类:移动开发   时间:2014-05-09 20:34:24    阅读次数:711
用cocos2d-android开发android游戏时调用box2d中的native本地函数问题
用cocos2d-android开发android游戏时调用box2d中的newWorld(Vector2,boolean)时,出现如下报错:“java.lang.UnsatisfiedLinkError:Nativemethodnotfound:com.badlogic.gdx.physics.box2d.World.newWorld:(FFZ)J”解决方法:在当前类中添加代码:static{ System.loadLibrary("g..
分类:移动开发   时间:2014-05-09 14:28:27    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!