You've got to find what you love.
你要找到你真正热爱的东西。
If you haven't found it yet, keep looking. Don't settle.
如果你还没有找到,请继续寻找!不要停下来!
"If you live each day as if it was your last, someday you'll most...
分类:
其他好文 时间:
2014-12-17 09:09:21
阅读次数:
164
Android有两种Intent, 显式和隐式。
显式的Intent,即在构造Intent对象时就指定接收者;
隐式的Intent,即Intent的发送者在构造Intent对象时,
并不知道也不关心接收者是谁,有利于降低发送者和接收者之间的耦合。
对于显式Intent,Android不需要去做解析,因为目标组件已经很明确,
隐式Intent通过需要Android解析,将...
分类:
移动开发 时间:
2014-12-16 22:46:42
阅读次数:
229
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
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...
DescriptionIgnatius had a nightmare last night. He found himself in a labyrinth with a time bomb on him. The labyrinth has an exit, Ignatius should ge...
分类:
Web程序 时间:
2014-12-16 06:28:33
阅读次数:
271
Tempter of the BoneTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThe doggie found a bone in an ancient maze...
分类:
其他好文 时间:
2014-12-16 00:56:05
阅读次数:
142
##CentOS 中无法使用make,make install 命令 make: command not found## **1、安装make** ============ yum -y install gcc automake autoconf libtool make **2、安装gcc** =========== yum install gcc gcc-c++...
分类:
其他好文 时间:
2014-12-15 23:45:24
阅读次数:
394