原文地址:http://my.oschina.net/yongbin45/blog/150149// 字符串:#ifndef nilToEmpty#define nilToEmpty(object) (object!=nil)?object:@""#endif#ifndef formatStrin....
分类:
移动开发 时间:
2014-07-26 00:38:16
阅读次数:
311
作者: John Sonmez来源: IDF实验室博客发布时间: 2013-10-20 15:47转自(http://blog.idf.cn/2013/09/4-things-i-wish-i-would-have-known-when-i-started-my-software-developme...
分类:
其他好文 时间:
2014-07-25 23:59:46
阅读次数:
499
As a graduate, it's a shame that i do not have my technical blog. Actually, the thought of having my own blog last for long and i even wrote my person...
分类:
其他好文 时间:
2014-07-25 19:12:32
阅读次数:
360
1,E:\MySQL\MySQL Server 5.7\my.ini max_allowed_packet=40M2,MySQL的四种BLOB类型 类型 大小(单位:字节) TinyBlob 最大 255 Blob 最大 65K MediumBlob 最大 16M LongBlob 最大 ...
分类:
数据库 时间:
2014-07-25 19:07:51
阅读次数:
298
整理下常用命令,方便记忆,没事可拿出来瞅瞅,;1、连接mysql数据库:#mysql-h1.1.1.1-uroot-pzabbix2、mysql改密码mysqladmin命令格式:mysqladmin-u用户名-p旧密码password新密码(password函数)2)忘记root密码#vi/etc/my.cnf在[mysqld]的段中加上一句:skip-grant-tables..
分类:
数据库 时间:
2014-07-25 11:31:51
阅读次数:
385
Mac使用快捷键会节省很多时间。使用最多的键就是shift键 option键 command键的组合了。当然一下稍微用得多一点点,还有很多快捷键没一一列举了
进入指定目录的一些快捷键
进入 All My Files目录: shift+command+f
进入Documents目录:shift+command+o
进入Desktop目录:shift+command+d
进入Home目录:...
分类:
其他好文 时间:
2014-07-25 11:02:51
阅读次数:
281
索引的原文档(Document)。为了方便说明索引创建过程,这里特意用两个文件为例:文件一:Students should be allowed to go out with their friends, but not allowed to drink beer.文件二:My friend Jer...
分类:
其他好文 时间:
2014-07-25 03:19:37
阅读次数:
201
规则处理框架 http://my.oschina.net/u/572632/blog/290351 快速匹配引擎构建 http://my.oschina.net/u/572632/blog/292514 报文采集 http://my.oschina.net/u/572632/blog/294582 其他模块分析 afpacket http://...
分类:
其他好文 时间:
2014-07-25 00:04:14
阅读次数:
248
java存数据到mysqljava保存前汉字正常显示,到mysql乱码直接在小海豚上(sqlyog)修改,网上很多人都说在dos里写语句神马的,弄了一圈也不管用,还麻烦,最后发现直接工具就能修改1,该数据库2.表把字符集改为utf8就可以了3.如果还不行,至多把mysql安装文件下my.ini文件里defa..
分类:
编程语言 时间:
2014-07-24 23:51:54
阅读次数:
291
Problem 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 hav...
分类:
其他好文 时间:
2014-07-24 23:22:23
阅读次数:
256