码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
CentOS 64-bit下安装JDK和Tomcat并设置Tomcat开机启动操作步骤
准备文件如下:1.CentOS-6.4-x86_64-bin-DVD1.iso2.jdk-7u67-linux-x64.rpm3.apache-tomcat-7.0.55.tar.gz安装步骤如下:一、安装JDK[root@n1 /]# java -versionbash: java: command not found[root@n1 /]# rpm -ivh /soft/jdk-7u67-li...
分类:其他好文   时间:2014-08-14 14:09:08    阅读次数:254
HDU1010 Tempter of the Bone(小狗是否能逃生----DFS)
Tempter of the Bone Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Description The doggie found a bone in an ancient maze, which fascinated him a lot. However,...
分类:其他好文   时间:2014-08-14 14:07:08    阅读次数:168
android修改布局后遇到 Incorrect line ending: found carriage return (\r) without corresponding newline (\n) 错误
遇到这个问题,只需要在eclipse中的Project选项菜单中选择clean,选中当前的项目。clean之后就不会报错了。如图:Clean will discard all build problems and built states。The projects will be rebuilt f...
分类:移动开发   时间:2014-08-14 10:28:58    阅读次数:374
Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-08-14 10:27:38    阅读次数:181
HDU 1025 Constructing Roads In JGShining's Kingdom (DP)
Problem Description JGShining's kingdom consists of 2n(n is no more than 500,000) small cities which are located in two parallel lines. Half of these cities are rich in resource (we call them ri...
分类:其他好文   时间:2014-08-14 01:37:07    阅读次数:237
【DateStructure】 Charnming usages of Map collection in Java
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now  I made a summary:  [java] view plaincopy i...
分类:编程语言   时间:2014-08-14 01:30:28    阅读次数:207
angular学习笔记(二十八)-$http(6)-使用ngResource模块构建RESTful架构
ngResource模块是angular专门为RESTful架构而设计的一个模块,它提供了'$resource'模块,$resource模块是基于$http的一个封装.下面来看看它的详细用法1.引入angular-resource.min.js文件2.在模块中依赖ngResourece,在服务中注入...
分类:其他好文   时间:2014-08-13 22:09:27    阅读次数:414
fatal error C1071: unexpected end of file found in comment
1.错误#includeusing namespace std;int main(){ ..... return 0;}//如果把注释放到这里了,那么提交就会出错2.正确#includeusing namespace std;int main(){ ..... //应该放到大括号里面 return ...
分类:其他好文   时间:2014-08-13 21:56:57    阅读次数:240
cgroup子系统4_memory子系统
memory子系统设定cgroup中任务使用的内存限制,并自动生成那些任务使用的内存资源报告。memory子系统是通过 linux的resource counter机制实现的,在进程进行内存分配、释放时对进程进行charge、uncharge操作。 charge操作进行点: 1.分配新页框时(请求调页、copy on write),在do_falut,do_anonymous_pag...
分类:其他好文   时间:2014-08-13 19:01:27    阅读次数:199
No mapping found for HTTP request with URI [/login.do] in DispatcherServlet with name 'spring'
No mapping found for HTTP request with URI [/account/login.do] in DispatcherServlet with name 'spring'...
分类:移动开发   时间:2014-08-13 18:51:57    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!