码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
web.xml里<init-param>报错
Description Resource Path Location Type cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":enabled, "http://java.sun....
分类:Web程序   时间:2014-06-03 05:31:38    阅读次数:514
C语言学习_三分查找
三分查找: #include #define M 10 int main(void) { int front, near, mid1, mid2; int n; int found; int a[M] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; front = 0; near = M - 1; found = 0; printf("input n:");...
分类:编程语言   时间:2014-06-03 01:38:47    阅读次数:399
Oracle中的游标(光标)--来自Oracle赵强老师
?? 表、select语句、游标:返回结果都能是一个集合。 注意:游标的结果是一个集合。 --查询并打印员工的姓名和薪水 set serveroutput on /* 光标: 1. 光标的属性: %isopen %rowcount(返回的行数) %notfound %found 2. 默认情况下,一次性打开300个光标 SQL> show p...
分类:数据库   时间:2014-06-03 00:37:10    阅读次数:431
eclipse 4插件rcp支持Css切换
eclipse 4支持css切换,rcp可以根据自己定义的css进行切换...
分类:Web程序   时间:2014-06-02 22:33:04    阅读次数:394
严重: Exception sending context initialized event to listener instance of class org.springframework.we
2014-6-1 0:47:25 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...
分类:编程语言   时间:2014-06-01 16:16:55    阅读次数:484
CMake 基本使用方法--写CMakeList.txt
http://techbase.kde.org/Development/Tutorials/CMake_(zh_CN) http://www.cmake.org/Wiki/CMake 这一章将从软件开发者的角度来描述如何实用CMake。也就是说,如果你的目标是用CMake来管理你的生成过程,请阅读这一章。 CMake的输入 COMMAND(args) 这里的 COMMAN...
分类:其他好文   时间:2014-06-01 15:37:39    阅读次数:278
linux command cp.
Examplescp file1.txt newdirCopies thefile1.txtin the current directory to thenewdirsubdirectory.cp /home/public_html/mylog.txt /home/public_html/backu...
分类:系统相关   时间:2014-06-01 12:24:00    阅读次数:263
iOS开发- Xcode插件(一)-规范注释生成器VVDocumenter
分享几个常用的Xcode插件。第一个, 规范注释生成器VVDocumenter。顾名思义, 它可以很方便的为你自动添加注释使用效果如下:下载链接:https://github.com/onevcat/VVDocumenter-Xcode使用说明:1.前往GitHub下载工程文件:VVDocumenter-Xcode2.用Xcode打开工程,Command + BBuild成功后,可以在~/Libr...
分类:移动开发   时间:2014-06-01 00:19:39    阅读次数:326
ios的@property属性和@synthesize属性(转)
当你定义了一系列的变量时,需要写很多的getter和setter方法,而且它们的形式都是差不多的,,所以Xcode提供了@property 和@synthesize属性,@property用在 .h 头文件中用作声明,@synthesize用在.m 文件中用于实现。如下,新建一个基于“Command...
分类:移动开发   时间:2014-05-31 20:58:20    阅读次数:487
[Android_Bug]Phonegap解决错误:Error initializing Cordova:Class not found
Phonegap 解决错误:Alert[ERROR]Error initializing Cordova:Class not found发现bug后找原因网上说是 因为找不到 res/xml文件夹下的 config.xml 文件;但我有这个config.xml我想了一下 是不是因为没有找到指定的co...
分类:移动开发   时间:2014-05-31 20:21:27    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!