The service cannot be activated because it does not support ASP.NET compatibility. ASP.NET compatibility is enabled for this application. Turn off ASP...
分类:
Web程序 时间:
2014-07-16 21:16:57
阅读次数:
189
tar xvf eric4-4.5.7.tar.gztar xvf eric4-i18n-zh_CN.GB2312-4.5.7.tar.gzcd eric4-4.5.7/python install.pyError: cannot import name Qsci==================...
分类:
其他好文 时间:
2014-07-16 20:23:11
阅读次数:
200
mac 10.7 xcode 4.6.3编译cocos2d-x 3.x 的HelloCpp 的时候,出现如上问题原来越遇到过,一直不知道是什么情况引起的,把它作为xcode的莫名其妙的bug一些解决方法,一切以试为主:1. 修改bundle name, 或者修改product name, 或者修改i...
分类:
其他好文 时间:
2014-07-16 20:12:25
阅读次数:
165
解决在SharePoint 2010 部署自己Event Handler后,解决”Could not load file or assembly 'TIBCO.EMS, Version=1.0.700.12, Culture=neutral, PublicKeyToken=5b83db8ff05c64ba' or one of its dependencies. The system cannot find the file specified. “的问题...
分类:
其他好文 时间:
2014-07-12 21:37:56
阅读次数:
283
点击进行安装,将会弹出错误提示是:Cannotcompletetheinstallbecauseoneormorerequireditemscouldnotbefound.Softwarebeinginstalled:AndroidDevelopmentTools16.0.1.v2011121502...
分类:
其他好文 时间:
2014-07-12 15:48:14
阅读次数:
262
It's not the same. The const modifier can be applied to the value, or the pointer to the value.int * constA constant pointer (not modifiable) to an in...
分类:
其他好文 时间:
2014-07-12 09:04:56
阅读次数:
175
./configure时报错:configure: error: C++ compiler cannot create executables 。哎,今天重装测试服务器上的系统,设置好IP可以远程访问时就回来安装软件,在搭建PHP+Nginx环境时倒出现了问题。问 题出现在了安装libmcrypt组...
分类:
编程语言 时间:
2014-07-11 19:56:30
阅读次数:
164
eclipse报autowired cannot be resolved to a type的错误,一般情况是依赖的JDK或者jar包有问题,检查build path可以排查文件,我今天遇到这个情况,是因为我新导入的项目,没有在eclipse里maven关联,在eclipse里右键点击项目,然后选择...
分类:
系统相关 时间:
2014-07-11 12:21:06
阅读次数:
2568
ERROR namenode.NameNode: java.io.IOException: Cannot lock storage /tmp/hadoop-root/dfs/name. The directory is already locked....
分类:
其他好文 时间:
2014-07-11 00:23:43
阅读次数:
362
这题坑了,我真该吃翔啊,居然一开始方程设错了而且没有去想连列的问题,我真是坑货,做不出就该重新理一下嘛,操蛋,
题意:给了N组x,y,z然后 问你是否存在两个或者两个以上的id,是的 id%x的值在区间[y,z]之间,若有则输出Cannot Take off
否则你懂得
根据题意 那么 列出 :
a*x1 + y1
b * x2 + y2
假设有解的话,那么这两个区...
分类:
其他好文 时间:
2014-07-08 15:20:37
阅读次数:
144