码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
关于mac
似乎eclipse的svn插件还需要安装JavaHL库,那个库如果用brew安装的话会遇到code.google.com上的某个软件包没法下载的问题,就算能下载,编译的时候也需要XCode。同时XCode基础上还需要安装command tools,命令是xcode-select --install,...
分类:系统相关   时间:2014-12-16 20:40:04    阅读次数:218
Boost 库编译总结
1. 下载boost库源码,解压缩。2. 打开vs2010 工具栏tools 下的visual studio command prompt,运行源码目录下的bootstrap.bat,生成bjam.exe,b2.exe。(这两个程序是一样的)。3. 用bjam或b2程序编译boost库,例如:bja...
分类:其他好文   时间:2014-12-16 19:03:45    阅读次数:204
HTTP错误 404.17 - Not Found" IIS 7.5 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理
HTTP错误 404.17 - Not Found" IIS 7.5 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理 Errore HTTP 404.2 - Not Found" IIS 7.5 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理出现这种情况的原因通常是因为先安装了....
分类:Web程序   时间:2014-12-16 19:02:20    阅读次数:190
Linux主从同步监测和利用sendMail来发邮件
首先介绍下sendMailAbout SendEmailSendEmail is a lightweight,command lineSMTP email client. If you have the need to send email from a command line, this fre...
分类:系统相关   时间:2014-12-16 18:44:59    阅读次数:250
thinkphp学习小记
1.加载模板时报错:Class 'Model' not found FILE: E:\wamp\www\thinkphp\Application\Home\Model\FormModel.class.php LINE: 7 解决方法:namespace Home\Model; use Th...
分类:Web程序   时间:2014-12-16 18:43:55    阅读次数:157
MySQL read_log_event(): 'Found invalid event in binary log'
MySQL以简单易用著称,在同一个服务器上可以安装N个不同的版本,方便测试,迁移等等。此外,对于大多数Linux系统,集成了mysql,缺省会被安装。因此多版本的问题导致一些莫名的错误也是时有发生。最近在提取binlog日志时,碰到了一个read_log_event,Found invalid event in binary log。经查发现原来是mysqlbinlog版本问题引发的。如下文,供大...
分类:数据库   时间:2014-12-16 17:06:42    阅读次数:250
在MacOS下Python安装lxml报错xmlversion.h not found 报错的解决方案
最近在看一个自动化测试框架的问题,需要用到Lxml库,下载lxml总是报错。1,使用pip安装lxmlpip install lxml2,然后报错了,报错内容是:In file included from src/lxml/lxml.etree.c:139:src/lxml/etree_defs.h...
分类:编程语言   时间:2014-12-16 16:57:51    阅读次数:625
Windows OS PathTooLongException 转摘自http://www.cstruter.com/blog/308
When I told one of my developer friends that I am going to write a post about the PathTooLongException, he found it rather amusing - how much could th...
分类:Windows程序   时间:2014-12-16 15:03:39    阅读次数:364
Using NpUsing Npm Behindm Behind a Corporate Proxy
On a recent assignment, I needed to install npm behind a corporate proxy. I had already set the environment variables HTTP_PROXY and HTTPS_PROXY. Other command line utilities, like ruby gems, recog...
分类:其他好文   时间:2014-12-16 13:40:44    阅读次数:169
cannot retrieve metalink for repository epel. please verify its path and try again
The way to solve this problem have two methods:1.Through command lineRunning this command will update the repo to use HTTP rather than HTTPS:sudo sed ...
分类:Web程序   时间:2014-12-16 13:04:44    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!