1. Thanks for stopping by.慢走不送。2. I don't like to judge a book by it's cover.我不喜欢以貌取人。3. Rush hour traffic is awful.高峰期的交通很糟糕4.When others don't belie...
分类:
其他好文 时间:
2014-09-25 01:06:47
阅读次数:
233
Description
In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.
Wiskey also wants to bring this feature to his image retrieval system.
Every image have a...
分类:
其他好文 时间:
2014-09-24 19:01:57
阅读次数:
209
一、关于wireshark中以太网数据包的最小长度,请看下面的文字:Packet formatA physical Ethernet packet will look like this:PreambleDestination MAC addressSource MAC addressType/Le...
分类:
Web程序 时间:
2014-09-24 00:14:55
阅读次数:
267
如何判断是否是 iPad 浏览器呢,关键是看它的 User Agent 中是否有 iPad。iPad 使用的是 Safari Mobile 浏览器,他的的 User Agent 是:Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) Appl...
分类:
Web程序 时间:
2014-09-23 19:01:35
阅读次数:
275
# tar -zxvf aaa.tar.gztar: This does not look like a tar archivetar: Skipping to next headertar: Error exit delayed from previous errors解决办法# gzip -d ...
分类:
其他好文 时间:
2014-09-23 18:58:25
阅读次数:
230
In Ruby, you check withnil?if an object is nil:article = nilarticle.nil? # => trueempty?checks if an element - like a string or an array f.e. - is em....
分类:
其他好文 时间:
2014-09-23 10:49:04
阅读次数:
175
A text file is a sequence of characters stored on a permanent medium like a hard drive, flash memory, or CD-ROM. To read a file, you can use open to c...
分类:
其他好文 时间:
2014-09-23 02:45:53
阅读次数:
267
假设现在有表books:1.复制表结构1.1 含有主键等信息的完整表结构CREATE table 新表名 LIKE book;1.2 只有表结构,没有主键等信息create table 新表名 select * from books;或create table 新表名 as (select * fr...
分类:
数据库 时间:
2014-09-22 19:02:13
阅读次数:
232
LivePoolFiddler Like cross platform debugging proxy for web developers base on NodeJSLivePool 是一个基于 NodeJS,类似 Fiddler 支持抓包和本地替换的 Web 开发调试工具,是 Tencent ...
分类:
其他好文 时间:
2014-09-21 13:26:30
阅读次数:
541
第一章节:共享锁(读锁),排他锁(写锁)查询数据表所使用的存储引擎:show table status like '表名' \G转换数据表的存储引擎:alter table 表名 engine=引擎名称as:alter table mytable engine=Innodb;---------第三章...
分类:
数据库 时间:
2014-09-21 03:37:39
阅读次数:
250