2012年4月18日

stardict 真人发音 [转]

摘要: 1.安装词典: 一句话,到官网上把词典下载下来,解压到.stardict/dic目录下。 最满意这点,免费的个人学习用的词典,而且很多: * 牛津现代英汉双解词典 * 朗道英语字典 * 金山词霸所有词典文件(这个要考虑版权哦) * 现代汉语词典 * 汉语成语词典 * 维基百科离线版 * 计算机词汇 * 纯真IP数据库 * 康熙字典 * 本草纲目 * 五笔98/86 …… 2.发音终极配置 2.1 安装合成发音引擎: sudo apt-get install stardict-plugin-espeak stardict-plugin-festival 2.2 安装配置真人发音 2.2.1... 阅读全文

posted @ 2012-04-18 17:56 Richard.FreeBSD 阅读(1277) 评论(0) 推荐(0) 编辑

getdtablesize() - get descriptor table size ,注意d

摘要: NAME getdtablesize - get descriptor table sizeSYNOPSIS #include <unistd.h> int getdtablesize(void); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): getdtablesize(): _BSD_SOURCE || _XOPEN_SOURCE >= 500DESCRIPTION getdtablesize() returns the maximum number of files a p 阅读全文

posted @ 2012-04-18 16:13 Richard.FreeBSD 阅读(712) 评论(0) 推荐(0) 编辑

pthread线程使用小结

摘要: pthread线程使用小结1.奇怪的线程参数初始化for(i=0;i<n;i++){//会有什么问题?pthread_create(&tid,NULL,&thread_client_function,(void*)&i);}上面代码应该很容易明白,创建多个线程,传入序列号作为线程id。基实这里存在一个大bug,传递的参数会不成功!!示例代码:view plaincopy to clipboardprint?#include<stdio.h>#include<stdlib.h>#include<unistd.h>#include& 阅读全文

posted @ 2012-04-18 14:55 Richard.FreeBSD 阅读(475) 评论(0) 推荐(0) 编辑

导航