码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
oracle数据库创建后要做的事情
用conn /as sysdba登录数据库。一:先新建用户create user test01 identified by test02(test01为用户名,test02为用户密码)二:赋予数据库操作的基本权限grant connect,resource,dba to test01;三:创建表空间...
分类:数据库   时间:2014-07-06 23:54:12    阅读次数:354
eclipse常见错误
1、The superclass “javax.servlet.http.httpservlet” is not found in the build path 原因:未添加server library 解决:在工程的build path-》library中添加server runtime li.....
分类:系统相关   时间:2014-07-06 17:51:02    阅读次数:208
linux-impdp的使用
数据库是在linux服务器上,需要用impdp方式导入一个dmp,用root用户登录该数据库服务器后,直接采用impdp命令执行导入操作,提示:KSH:impdp:not found。经查原来是操作的用户不对,linux服务器下,执行expdp,impdp命令,必须以oracle用户登录,即 su....
分类:系统相关   时间:2014-07-03 21:06:32    阅读次数:514
hust 1045 Task Arrangement II
题目描述There are N tasks and M resources, each task is asked to use some resources and each resource can only be used by at most one task. You are asked ...
分类:其他好文   时间:2014-07-03 20:35:23    阅读次数:274
Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix
完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem解决办法:...
分类:其他好文   时间:2014-07-03 18:11:39    阅读次数:213
解决VTune错误PMU resources currently being used by another profiling tool or process
错误信息: When I ran Hardware Event-based Sampling Analysis 0, it showed the ERROR: Collection failed Collection failed. The data cannot be displayed. PMU resource(s) currently being used by...
分类:其他好文   时间:2014-07-03 17:12:20    阅读次数:338
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
完整错误信息:THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOTLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT...
分类:编程语言   时间:2014-07-03 16:49:25    阅读次数:387
IIS中预览错误问题的解决办法(HTTP 错误 404.3 - Not Found 由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射 )
控制面板 程序 打开或关闭windows程序 Internet信息服务 万维网服务 应用程序开发功能 勾选.net  扩展性    ASP    ASP.net 按照这个顺序就可以解决该问题。...
分类:其他好文   时间:2014-07-03 16:41:51    阅读次数:254
Type mismatch: cannot convert from Enumeration<String> to Enumeration<Object>
完整错误信息:Description Resource Path Location TypeType mismatch: cannot convert from Enumeration to Enumeration ResponseHeaderFilter.java /dwz-java/src/dwz/common/util line 46 Java Problem解决办法:...
分类:其他好文   时间:2014-07-03 16:22:55    阅读次数:435
windows 程序设计自学:添加字符串资源
1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6...
分类:Windows程序   时间:2014-07-03 13:11:28    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!