码迷,mamicode.com
首页 >  
搜索关键字:bashcommand not foun    ( 61个结果
JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开心的新建jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not foun...
分类:编程语言   时间:2015-04-15 13:00:05    阅读次数:141
大数乘以小数
#includeusing namespace std;//13457689* 23int foun(char c[],int m){ int len=strlen(c); char s; bool flag; int x=0,d[1000]; for(int i=0...
分类:其他好文   时间:2015-04-09 19:28:31    阅读次数:243
在类的头文件中尽量少引入其他头文件 <<Effective Objective-C>>
与C 和C++ 一样,Objective-C 也使用“头文件”(header file) 与“实现文件”(implementation file)来区隔代码。用Objective-C 语言编写“类”(class)的标准方式为:以类名做文件名,分别创建两个文件,头文件后缀用.h,实现文件后缀用.m。创建好一个类之后,其代码看上去如下所示: // EOCPerson.h #import <Foun...
分类:其他好文   时间:2015-04-01 09:32:47    阅读次数:133
HTTP状态码
200 OK 客户端请求成功;400 Bad Request 客户端请求有语法错误,不能被服务器所理解;401 Unauthorized 请求未经授权,这个状态代码必须和WWW—Authenticate报头域一起使用;403 Forbidden 服务器收到请求,但是拒绝服务;404 Not Foun...
分类:Web程序   时间:2015-03-22 10:28:47    阅读次数:306
Foundation框架 - NSSet类 、NSMutableSet类
NSSet和NSArray的对比/* NSSet和NSArray的对比 1> 共同点 * 都是集合,都能存放多个OC对象 * 只能存放OC对象,不能存放非OC对象类型(基本数据类型:int、char、float等,结构体,枚举) * 本身都不可变,都有一个可变的子类 2> 不同点 * NSArray有顺序,NSSet没有顺序 */重点内容#import <Foundation/Foun...
分类:其他好文   时间:2015-03-19 11:37:39    阅读次数:128
CVS安装
1.安装之前要检查系统是否已安装了CVS,cvs-version,如果没有出现版本信息,则要安装;如果出现以下信息Concurrent Versions System (CVS) 1.11.23 (client/server)Copyright (C) 2006 Free Software Foun...
分类:其他好文   时间:2015-03-06 10:36:38    阅读次数:171
[LeetCode]Search for a Range
Q:Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not foun...
分类:其他好文   时间:2015-02-05 13:38:52    阅读次数:134
导入GitHub上已经下载的项目
我们从GitHub上下载项目,导入的时候回报No projects are found to import。 下面教你怎样导入已经从GitHub上下载好的项目 下面以:https://github.com/bauerca/drag-sort-listview下载的的项目为例。 1.下载下来的项目压缩包和解压后     2.现在导入demo和library,demo为项目,libr...
分类:其他好文   时间:2014-12-22 18:05:55    阅读次数:227
leetcode -- Search for a Range
Q:Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not foun...
分类:其他好文   时间:2014-12-19 10:08:58    阅读次数:174
linux configure: error: xml2-config not found. Please check your libxml2 installation
xml2-config not found. Please check your libxml2 installation...
分类:系统相关   时间:2014-11-21 12:48:21    阅读次数:154
61条   上一页 1 ... 3 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!