码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
IIS7 和IIS8.0 HTTP 错误 500.19 - Internal Server Error 问题的解决方案
百度了好久,没找到解决问题确切的答案,我也知道肯定是权限的问题,当然,经过一番尝试之后,终于解决了,解决之道如下(个人方法,可以一试): 1、找到你的配置文件所在的文件夹,我的是 E:\源码\ASP.NET\DtCms10Beta2 2、右键,点击属性,切换到“安全”选项卡上,将 IIS-IUSRS 用户组添加到安全列表中,并按需求赋予其权限(我赋予了修改的权限),更改后如下图: ...
分类:其他好文   时间:2014-06-28 09:21:18    阅读次数:474
varnish官方安装错误及解决
今天同事按照官方网站上的方法安装varnish,遇到一个问题,如下:执行rpm--nosignature-ihttps://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm提示error:skippinghttps://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm-transferfailed-Unknownorunexpectederror报..
分类:其他好文   时间:2014-06-28 06:24:32    阅读次数:344
FATAL ERROR: Could not find ./bin/my_print_defaults
我勒个去,上午刚搞好MySQL的编译安装,玛德一重启计算机然后重启服务又报错:[root@localhostmysql-5.5.13]#/usr/local/mysql/scripts/mysql_install_db--user=mysqlFATALERROR:Couldnotfind./bin/my_print_defaultsIfyoucompiledfromsource,youneedtorun‘makeinstall‘tocopyt..
分类:其他好文   时间:2014-06-28 06:21:53    阅读次数:313
unity3 Astar ArrayTypeMismatchException
unity中的astar寻路类会时不时报这个ArrayTypeMismatchException类型转换Error,Pathfinding.Serialization.AstarSerializer.DeserializeEditorSettingsInJsonSerializer.csline787ithave"reader.PopulateObject(refgraphEditors[i]);"用下面的几句替换上面的一句:GraphEditorB..
分类:其他好文   时间:2014-06-28 00:34:14    阅读次数:246
error
Gem::Ext::BuildError:ERROR:Failedtobuildgemnativeextension./home/chenwei/.rvm/rubies/ruby-1.9.3-p547/bin/rubyextconf.rbcheckingforruby/thread.h...nocheckingforrb_thread_blocking_region()...yescheckingforrb_wait_for_single_fd()...yescheckingforrb_hash_dup()...
分类:其他好文   时间:2014-06-28 00:32:22    阅读次数:296
Error处理: 重提No Launcher activity found!
Error处理: 重提No Launcher activity found! 重提No Launcher activity found!错误提示,及解决办法 Android应用开发中No Launcher activity found! 是常见的错误,而且解决办法也很简单。 做Android开发已经很久了,相信自己不会轻易犯这个错误,但是今天却又遇到;在AndroidManifest.xml文件中也很确定的已经添加了 <action android:name="andro...
分类:其他好文   时间:2014-06-27 23:28:42    阅读次数:313
dede 后台登录以后一片空白
网上说的是找到:include/common.inc.php文件,打开,查找程序代码: //error_reporting(E_ALL); error_reporting(E_ALL || ~E_NOTICE); 替换为: error_reporting(E_ALL); //error_r...
分类:其他好文   时间:2014-06-27 23:15:54    阅读次数:162
oracle 10g升级cluster失败
今天升级一个10g的集群环境到10.2.0.5,网上下载补丁包p8202632_10205_Linux-x86-64.zip,解压后安装执行,中途报错: I/O ERROR cannt reading or opening file in /tmp/...../temp52 网上查资料如下: 根据MOS的说明,导致这个错误可能有如下原因: a) Insufficient f...
分类:数据库   时间:2014-06-27 09:06:41    阅读次数:267
Unable to open ...\tools\capture\allegro.cfg for reading
使用Capture CIS 生成网表时,出现错误: Unable to open ...\tools\capture\allegro.cfg for reading. Please correct the above error(s) to proceed 根据提示的信息可以判断,是allegro.cfg文件的打开出现了问题,导致出错。 解决办法: ①选中工程,选择Tools->Cre...
分类:其他好文   时间:2014-06-27 08:12:14    阅读次数:631
oracle 连接不上ORA-12162: TNS:net service name is incorrectly specified的另外一种可能原因
用sqlplus连接oracle数据库时报错:[root@ownsv~]#sqlplusoracle/password@//10.5.0.7:1521/sspSQL*Plus:Release11.1.0.7.0-ProductiononThuJun2610:16:212014Copyright(c)1982,2008,Oracle.Allrightsreserved.ERROR:ORA-12528:TNS:listener:allappropriateinstancesareblockin..
分类:数据库   时间:2014-06-27 06:06:53    阅读次数:392
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!