码迷,mamicode.com
首页 >  
搜索关键字:cannot assign requested address:jvm_bind    ( 7691个结果
TNS-01201: Listener cannot find executablen 错误
最近在启动监听器的时候收到了TNS-01201: Listener cannot find executable...的错误提示。这个错误还真是一个一直没有碰到过的错误。咋一看还真不明白是怎么一回事呢。下面是错误的具体描述与解决方案。1、故障描述#在启动监听器时收到了TNS-01201错误,监听器无法找到可执行文件oracle@DevDB02:~> lsnrctl start LISTENER_U...
分类:其他好文   时间:2014-06-19 11:36:26    阅读次数:408
OC-内存管理的一些要点
创建一个BOOK对象,对其属性进行声明 定义。 @property 属性声明 定义了对属性的赋值  -(void) dealloc 方法在对象销毁的时候进行调用; #import @interface Book : NSObject @property (nonatomic,assign) int price; @end #import "Book.h" @imp...
分类:其他好文   时间:2014-06-16 12:05:04    阅读次数:271
eclipse new server Cannot create a server using the selected type 网上有两种办法,其实原理一样
eclipse new server Cannot create a server using the selected type 网上有两种办法,其实原理一样第一种说法:还真的找到解决的方法了,如下:1.退出eclipse2.到[工程目录下]/.metadata/.plugins/org.eclipse.core.runtime3.把org.eclipse.wst.server.core.pre...
分类:系统相关   时间:2014-06-15 08:36:06    阅读次数:216
Cannot retrieve definition for form bean allDisServForm on action /allDisSer
看到一个问题,报:CannotretrievedefinitionforformbeanallDisServFormonaction/allDisSer这种低级错误就是在struts配置文件里面提示formbean里面没有添加,可能你只写配置action,或者说form大小写了。或者说form你写错了。
分类:其他好文   时间:2014-06-13 21:18:26    阅读次数:288
SQLite cursor.moveToNext()
cursor.moveToNext()会出异常,如下E/AndroidRuntime( 2249): FATAL EXCEPTION: Thread-49 E/AndroidRuntime( 2249): java.lang.IllegalStateException: Cannot perform...
分类:数据库   时间:2014-06-13 14:32:42    阅读次数:335
转: apache服务无法启动的解决方法
~~~把apache安装为服务myweb,用apacheMonitor启动myweb发现无法启动,提示:the requested operation has failed~~~通过下面的方法排查 发现 httpd-vhosts.conf配置文件 documentRoot: "f:\lm\" 这里应...
分类:其他好文   时间:2014-06-12 15:52:44    阅读次数:215
关于“Some characters cannot be mapped using "GB2312" character encoding. ”的问题
今天在做项目时,遇到了一个问题。因为是在别人做好的基础上改东西,所以,一些东西不能按照自己的变成习惯来。就比如,我创建项目习惯刚建完就设置字符的编码集为UTF-8,而人家的项目就未必是那样了。好了,废话不多了。问题如下:一个jsp页面(里面有Java代码)的编码集为GB2312,而我修改里面东西时死活不让我保存,一保存就提示“Some characters cannot be mapped usi...
分类:移动开发   时间:2014-06-10 19:26:26    阅读次数:538
cannot find -lnl
问题: cannot find -lnlcollect2: error: ld returned 1 exit statusmake: *** [wpa_supplicant] 错误 1解决方法:[fulinux@ubuntu wpa_supplicant]$ sudo apt-get install libnl-dev libssl-dev...
分类:其他好文   时间:2014-06-10 13:35:36    阅读次数:262
Caused by: org.hibernate.HibernateException: Connection cannot be null when 'hibernate.dialect' not
我手动配置hibernate4.3.4,测试的时候出现: Caused by: org.hibernate.HibernateException: Connection cannot be null when 'hibernate.dialect' not set 我是按照官方文档配置的,但是官方文档的代码好像有点问题 这是官方文档里面的那个工具类的部分代码:return new Confi...
分类:系统相关   时间:2014-06-10 07:26:34    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!