码迷,mamicode.com
首页 >  
搜索关键字:not found    ( 6289个结果
解决 Iis7.5 中的“ISAPI 和 CGI 限制”错误
在新安装的Windows Server 2008上遇到的问题,提示:HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面解决办法如下:如何解决IIS7出现“由于 Web 服务器上的“ISAPI 和 CGI 限制”列表...
分类:Windows程序   时间:2014-11-11 09:15:23    阅读次数:218
eXtremeDB -- the shared memory 80error
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found.  Release notesdescribed as follows: These names ...
分类:数据库   时间:2014-11-10 10:00:31    阅读次数:237
Bubble Sort
We have 8 numbers. Sort as ascend.1st loop, we compare 7 times (for 8 numbers), and found the largest 8.2nd loop, we compare 6 times (for 7 numbers), ...
分类:其他好文   时间:2014-11-09 12:24:42    阅读次数:184
PHP中如何Header出状态代码 (转)
---恢复内容开始---在照彭武兴先生的《PHP(PHP培训php教程) BIBLE》中所述,header可以送出Status标头,如header("Status: 404 Not Found");?>就可以让用户浏览器出现文件找不到的404错误,但是我试了这样是不行的。后来我到w3.org上查了h...
分类:Web程序   时间:2014-11-08 15:08:17    阅读次数:161
WCF 的学习过程
之前没有接触过WCF,这两天学习中。把遇到的问题和解决办法记下来。遇到的问题:(1).HTTP 错误 404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理(2).HTTP 错误 500.21 - Internal Server Error处理程序“svc-.....
分类:其他好文   时间:2014-11-07 20:41:13    阅读次数:305
碰到这个SB错误,'Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.点办
After launching MacVim you may get this annoying error message:'Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded...
分类:Web程序   时间:2014-11-07 18:24:52    阅读次数:180
POJ 1928 The Peanuts
DescriptionMr. Robinson and his pet monkey Dodo love peanuts very much. One day while they were having a walk on a country road, Dodo found a sign by ...
分类:其他好文   时间:2014-11-07 16:36:42    阅读次数:368
LInux——安装Apache
在安装Apache的httpd的时候经常会遇到:configure: error: APR not found . Please read the documentation.configure: error: APR-util not found . Please read the documen...
分类:Web程序   时间:2014-11-07 14:36:51    阅读次数:217
隐式Intent找不到Activity:android.content.ActivityNotFoundException
Here is what i encountered: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=me.waye.intentdemo.intent.action.WAYE_ACTION cat=[me.waye.intentdemo.intent.category....
分类:移动开发   时间:2014-11-07 13:17:23    阅读次数:238
mongoDB: cursor not found on server
查询mongoDB集合数据更新,数据有400w多。我一次用cursor(游标)取1w,处理更新。程序在某段时间运行中遍历游标时发生异常!DBCursor cursor = tabColl.find(queryObj).skip(startRow).limit(pageSize);完整异常信息:com...
分类:数据库   时间:2014-11-07 12:47:18    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!