码迷,mamicode.com
首页 >  
搜索关键字:not found    ( 6289个结果
weblogic发布项目使用myeclipse正常启动,点击startWeblogic.cmd报错的解决办法
今天在做项目的时候碰到一个问题,用weblogic发布的项目,使用myeclipse能正常启动,但点击startWeblogic.cmd就会报错,提示我的一个class not found。刚开始不清楚是什么问题,后来想了想,应该是jdk版本不一致的问题。后来试了一下,还真是的。我项目中使用的jdk是本机安装的1.7的版本,而使用的weblogic10自带的jdk是1.5的版本。这样的话,使用st...
分类:Web程序   时间:2014-11-17 15:57:47    阅读次数:172
继承关系中的第三种方式:利用<union-subclass>(补充)
继承关系中的第三种方式:利用代码:映射文件(其他的代码和其他继承关系相同)Person.hbm.xml 执行结果:进行Save操作的结果:log4j:WARN No appenders could be found for logger (org.hibern...
分类:其他好文   时间:2014-11-17 15:27:27    阅读次数:235
Digital Roots
描述The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is th...
分类:其他好文   时间:2014-11-16 17:16:56    阅读次数:270
异常:error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'
error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'error 0152: No Entity Framework pro...
分类:数据库   时间:2014-11-15 00:00:04    阅读次数:575
mysql中数据库database、实例instance、会话session的关系
1.No suitable driver found for http://127.0.0.1:3306/test jdbc_url错误,jdbc走自己的协议。 正确的路径应该是:jdbc:mysql://127.0.0.1:3306/test。2. mysql中database、instance、...
分类:数据库   时间:2014-11-14 19:33:44    阅读次数:216
Ubuntu安装NFS服务出现的问题
在/etc/exports 里面添加 /work/nfs_root *(rw,sync,no_root_squash)时出现E486: Pattern not found: work这是因为输入方式不对。正确的方法是按o进入插入模式后,即插入新的一行,从行首开始输入文字。 然后输入/work/nfs...
分类:系统相关   时间:2014-11-14 10:28:45    阅读次数:234
AFN检测网络情况
问: I'm a bit lost on AFNetorking's Reachability and haven't found a lot of good information out there. I have an app that logs into a web API. Each VC connects to the API in some way so each VC need...
分类:其他好文   时间:2014-11-14 00:19:13    阅读次数:393
Python——Baseequestandler class (Interesting found in python‘s document)
class BaseHTTPRequestHandler(socketserver.StreamRequestHandler)HTTP request handler base class.| | The following explanation of HTTP serves to guide y...
分类:编程语言   时间:2014-11-13 20:28:30    阅读次数:202
404 Not Found !
MyEclipse中tomcat服务器运行好好的, 却总是报错, 代码没啥问题啊!! 之前都是运行好好的, 难道是我广告不小心改了哪里引起的?于是对比,回退代码,但是结果还是一样的!!一个简简单单的请求/ 或者/login.action都不能响应了吗??404 Not Found !!于是检查配置文...
分类:其他好文   时间:2014-11-13 20:21:19    阅读次数:147
Windows Phone 8 解锁提示IpOverUsbSvc问题——IpOverUsbEnum返回No connected partners found解决方案
我的1520之前总是无法解锁,提示:IpOverUsbSvc服务没有开启什么的。根据网上网友的各种解决方案:1. 把手机时间设置为当前时间,并且关闭“自动设置”2. 确保手机接入了互联网3.确保IpOverUsb服务开启4. 在设备管理器中卸载“便携设备”中的相应手机5. 重启手机、重启电脑都不管用...
分类:编程语言   时间:2014-11-13 18:40:10    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!