似乎eclipse的svn插件还需要安装JavaHL库,那个库如果用brew安装的话会遇到code.google.com上的某个软件包没法下载的问题,就算能下载,编译的时候也需要XCode。同时XCode基础上还需要安装command tools,命令是xcode-select --install,...
分类:
系统相关 时间:
2014-12-16 20:40:04
阅读次数:
218
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 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理 Errore HTTP 404.2 - Not Found" IIS 7.5 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理出现这种情况的原因通常是因为先安装了....
分类:
Web程序 时间:
2014-12-16 19:02:20
阅读次数:
190
首先介绍下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
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以简单易用著称,在同一个服务器上可以安装N个不同的版本,方便测试,迁移等等。此外,对于大多数Linux系统,集成了mysql,缺省会被安装。因此多版本的问题导致一些莫名的错误也是时有发生。最近在提取binlog日志时,碰到了一个read_log_event,Found invalid event in binary log。经查发现原来是mysqlbinlog版本问题引发的。如下文,供大...
分类:
数据库 时间:
2014-12-16 17:06:42
阅读次数:
250
最近在看一个自动化测试框架的问题,需要用到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
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...
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
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