码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
PHP Execute Command Bypass Disable_functions
先简单说一下php调用mail()函数的过程。 看到源码ext/mail.c236行:char *sendmail_path = INI_STR("sendmail_path");char *sendmail_cmd = NULL;从INI中获得sendmail_path变量。我们看看php.ini...
分类:Web程序   时间:2014-11-18 23:38:29    阅读次数:232
crontab 示例
基本格式 :? *  *  *  *  *  command? 分  时  日  月  ?周  ?命令? 第1列表示分钟1~59 每分钟用*或者 */1表示? 第2列表示小时1~23(0表示0点)? 第3列表示日期1~31? 第4列表示月份1~...
分类:其他好文   时间:2014-11-18 16:16:14    阅读次数:217
How do install openjdk and tomcat in ubuntu server
OK, here is the solution I found after searching lots of things:http://www.oschina.net/question/12_21632https://www.digitalocean.com/community/tutoria...
分类:系统相关   时间:2014-11-18 01:32:43    阅读次数:282
linux command file/type which/whereis
今天遇到几个命令,初见时感觉好像啊,不太能区分其具体功能和区别,因此特来记录一下。1. file和typefile: 查看文件类型type: display information of command type2. which和whereiswhich: 查看可执行文件和别名alias的位置。wh...
分类:系统相关   时间:2014-11-18 00:05:26    阅读次数:319
No Cortex-M SW Device Found 解决方法
画原理图的时候为了使布线方便,使用了jlink的引脚。而STM32默认是设置为Jlink功能的,所以烧写代码的时候必须先关闭Jlink功能才能当做普通IO口使用,关闭代码如下:1 RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE);2 ...
分类:其他好文   时间:2014-11-17 22:34:01    阅读次数:3559
Theme.AppCompat.Light无法找到问题
使用adt开发新建一个Android app,选择支持的SDK版本如果小于11(Android3.0)就会报如下错误。 error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 官网给出的答案是: https://develop...
分类:移动开发   时间:2014-11-17 17:55:50    阅读次数:195
weblogic发布项目使用myeclipse正常启动,点击startWeblogic.cmd报错的解决办法
今天在做项目的时候碰到一个问题,用weblogic发布的项目,使用myeclipse能正常启动,但点击startWeblogic.cmd就会报错,提示我的一个class not found。刚开始不清楚是什么问题,后来想了想,应该是jdk版本不一致的问题。后来试了一下,还真是的。我项目中使用的jdk是本机安装的1.7的版本,而使用的weblogic10自带的jdk是1.5的版本。这样的话,使用st...
分类:Web程序   时间:2014-11-17 15:57:47    阅读次数:172
继承关系中的第三种方式:利用<union-subclass>(补充)
继承关系中的第三种方式:利用代码:映射文件(其他的代码和其他继承关系相同)Person.hbm.xml 执行结果:进行Save操作的结果:log4j:WARN No appenders could be found for logger (org.hibern...
分类:其他好文   时间:2014-11-17 15:27:27    阅读次数:235
nagios 实时监控 iptables 状态
实时监控Iptables,防止人为关闭后,忘了开启,或者监控规则是否有增删。在客户端(被监控端):#cd/usr/local/nagios/etc#vimnrpe.cfg增加如下内容:command[check_iptables]=/usr/local/nagios/libexec/check_iptables.sh#cd/usr/local/nagios/libexec#touchcheck_iptables.s..
分类:移动开发   时间:2014-11-17 14:16:55    阅读次数:197
奥东......about MVC
引入http://kb.cnblogs.com/page/502983/主流MVC框架向command转型是有原因的,除了command自身的优势之外,一个非常重要的原因就是:由于缺少合理的组织依据,controller的粒度很难拿捏controller不同于view与model,view与mode...
分类:Web程序   时间:2014-11-17 12:03:57    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!