码迷,mamicode.com
首页 >  
搜索关键字:cannot fetch plan fo    ( 11406个结果
does not support ASP.NET compatibility 错误
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
ubuntu 安装pyqt4 eric
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
[ISSUE]cannot run on the selected destination
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
[算法]一整型数组,除了0之外,其他不重复,判断数组元素是否相邻
数组元素是非负整数,0可以化为任意正整数,要求时间复杂度为O(n)觉得很奇怪的题目,遍历一次找到最值相减得到极差就行了,如果极差小于数组长度n,则元素相邻,否则不相邻bool is_adjacent(int* a, int n){ int min = 65535, max = 0; fo...
分类:其他好文   时间:2014-07-16 19:48:49    阅读次数:177
自己写的Dao框架
在使用数据库连接池的时候,每次写Dao都很烦,要写很多重复的Sql语句,还有各种针对查询好的Rs后fetch出Bean,真的让我很不能忍。于是在经过了一下午的研究,终于针对Dao进行的封装。废话不多说 先看Dao父类:import java.beans.BeanInfo;import java.be...
分类:其他好文   时间:2014-07-13 12:22:05    阅读次数:367
Android SDK更新 Connection to http://dl-ssl.google.com refused 解决方法
原地址:http://blog.csdn.net/foxeatapple/article/details/8450372问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/r...
分类:移动开发   时间:2014-07-13 12:18:45    阅读次数:252
内核Makefile编写
对于大部分内核模块或设备驱动的开发者和使用者来说,最常接触到的就是各层目录下基于kbuild架构的kbuild Makefile文件。主要部分有:1、目标定义,目标定义就是用来定义哪些内容要做为模块编译,哪些要编译链接进内核。最简单的只有一行,如obj-y += foo.o表示要由foo.c或者fo...
分类:其他好文   时间:2014-07-13 09:40:12    阅读次数:240
解决在SharePoint 2010/2013部署自己的Event Handler后,抛出”不能加载被引用的第三方的程序集"的问题
解决在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
安装ADT Cannot complete the install because one or more required items could not be found.
点击进行安装,将会弹出错误提示是:Cannotcompletetheinstallbecauseoneormorerequireditemscouldnotbefound.Softwarebeinginstalled:AndroidDevelopmentTools16.0.1.v2011121502...
分类:其他好文   时间:2014-07-12 15:48:14    阅读次数:262
Virtio: An I/O virtualization framework for Linux
The Linux kernel supports a variety of virtualization schemes, and that's likely to grow as virtualization advances and new schemes are discovered (fo...
分类:系统相关   时间:2014-07-12 13:53:15    阅读次数:420
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!