socketpair - a slight generalization of pipes used for two-way stream communication. 以下内容来自:匠意雕码 http://my.oschina.net/zengsai/blog/12583 今天用了一个从没玩过的socket函数socketpair(),它的作用是在进程内创建一对sock连接。乍一看…
首先我们需要先下载MySQL的安装包,MYSQL官方下载地址:https://dev.mysql.com/downloads/mysql/,这里我下载的是MySQL Community Server 8.0.15版本,以前MySQL还有安装版,现在都是压缩版,解压之后将环境配置…
Carrot2 Carrot2是一个开源搜索结果分类引擎。它能够自动把搜索结果组织成一些专题分类。Carrot2提供的一个架构能够从各种搜索引擎(YahooAPI、GoogleAPI、MSN Search API、eTools Meta Search、Alexa Web Search、PubMed、OpenSearch、Lucene index、SOLRÿ…
在学习Object-c的时候,按着书上的代码出现“warning: format not a string literal and no format arguments”; 虽然是个警告,但是看着很烦人,记录下处理方法。 NSString* string"strings"; NSLog(string,nil); 这样就…