码迷,mamicode.com
首页 >  
搜索关键字:does not support inn    ( 9201个结果
ASP.Net中的Web Resource
http://support.microsoft.com/kb/910442,这是中文的,机器翻译的,不太容易看懂,英文的是:http://support.microsoft.com/kb/910442/en-us。记录几个要点:Web Resource是什么?解决什么问题?Web Resource...
分类:Web程序   时间:2014-05-19 15:14:57    阅读次数:336
springMVC项目异步处理请求的错误Async support must be enabled on a servlet and for all filters involved in async
从github上down下来一个项目,springMVC-chat。作者全是用的注解,也就是零配置。 这可苦了我,经过千辛万苦,最终集成到现在的项目中有一点样子了,结果报出来下面的错误。红色部分。解决方法为,在web.xml中也就是springMVC的总配置文件中加上一句话: true 这句话的位置一定要放正确,否则,一切都是徒劳。至于配置spring异步支持(其实是配置servlet异...
分类:编程语言   时间:2014-05-18 18:32:49    阅读次数:499
新版eclipse编写Android 时经常报的错误 -support-v7
一。.和以往一样新建完一个Android项目之后,会报android.support.v4.。。。或者V7找不到的错误。   这是因为这两个包在另一个附带的项目(android-support-v7-appcompat)下。 解决办法:右键你刚才建 的项目〉Properties>Android 在下边 点Add  然后把android-support-v7-appcompat添加上就好...
分类:移动开发   时间:2014-05-18 18:30:05    阅读次数:204
机器学习笔记——SVM之一
SVM(Support Vector Machine),中文名为 支持向量机,就像自动机一样,听起来异常神气,最初总是纠结于不是机器怎么能叫“机”,后来才知道其实此处的“机”实际上是算法的意思。 支持向量机一般用于分类,基本上,在我的理解范围内,所有的机器学习问题都是分类问题。而据说,SVM是效果最好而成本最低的分类算法。 SVM是从线性可分的情况下最优分类面发展而来的,其基本思想可以用下图表...
分类:其他好文   时间:2014-05-18 10:17:23    阅读次数:309
ORA 12505 Listener does not currently know of SID given in connection descriptor
oracle数据库正常启动后,在本地可以正常访问,但是远程使用sqldevelop却不能访问,提示ORA 12505 Listener does not currently know of SID given in connection descriptor,解决这个问题之前,先看一下oracle服务器正常启动流程 1.启动监听  命令:lsnrctl start 2.登陆sqlplus...
分类:其他好文   时间:2014-05-18 05:04:30    阅读次数:243
SEGGER J-Link install
Why J-Link?In case you wonder why GNU ARM Eclipse decided to provide support to SEGGER J-Link, the short answer is:because ofJ-Link EDUand of SWO.The ...
分类:其他好文   时间:2014-05-17 14:43:56    阅读次数:907
KbmMW 4.50.00 测试版发布
We are happy to announce the release of kbmMW v. 4.50.00 Beta Professional and Enterprise Edition with XE6 support.4.50.00 Beta 1 May 12 2014 New stuf...
分类:其他好文   时间:2014-05-16 03:34:32    阅读次数:606
opensuse sublime 配置
fcitx输入法支持:准备文件sublime-imfix.c:/*sublime-imfix.cUse LD_PRELOAD to interpose some function to fix sublime input method support for linux.By Cjacker Hua...
分类:其他好文   时间:2014-05-15 11:03:55    阅读次数:244
[fw]How to use DISM to install a hotfix from within Windows
How to use DISM to install a hotfix from within WindowsJeff Hughes (CORE)15 Feb 2011 10:10 AM22Hello, my name is Emmers Presson. I am a Support Escala...
分类:Windows程序   时间:2014-05-15 09:56:42    阅读次数:870
解决opensips启动时出现PID file /var/run/opensips.pid does not exist 的错误
启动opensips时报下列错误[root@OpenSIPSopensips]#opensipsctlstartINFO:StartingOpenSIPS:ERROR:PIDfile/var/run/opensips.piddoesnotexist--OpenSIPSstartfailed查看日志文件[root@OpenSIPSopensips]#tail-f/var/log/messagesMay1415:52:41OpenSIPSopensips:CRITICAL:core:y..
分类:其他好文   时间:2014-05-15 01:06:09    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!