Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1557402
  • 博文数量: 290
  • 博客积分: 3468
  • 博客等级: 中校
  • 技术积分: 3461
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-28 22:21
文章分类

全部博文(290)

文章存档

2016年(13)

2015年(3)

2014年(42)

2013年(67)

2012年(90)

2011年(75)

发布时间:2014-03-07 11:07:30

在普通的C语言中,如果您希望将函数或者变量限制在当前文件中,需要对其使用static关键字。然而,在一个包含很多文件的共享库中,如果您希望某个符号可以被共享库内部的几个文件访问,而又不提供给外部,则对符号进行隐藏处理就会比较困难。大多数的连接器都提供一些便利的方法来隐藏或者显示模块中所有的符号,但如果希望.........【阅读全文】

阅读(1593) | 评论(0) | 转发(0)

发布时间:2014-02-26 15:32:18

fcitx-4.2.8.3 : https://codeload.github.com/fcitx/fcitx/tar.gz/4.2.8.3编译:编译fcitx-4.2.8.3 得到 include 和 lib  cmake . -DINSTALL_PREFIX=/opt/usr/fcitx-4.2.8.3 -DWITH_ENABLE_OPENCC=OFF -DWITH_ENABLE_GIR=OFFmake ; make installyouker-assistant-1.0.0: https://launchpad.net/youk.........【阅读全文】

阅读(1789) | 评论(0) | 转发(0)

发布时间:2014-02-23 22:23:51

项目主页:https://code.google.com/p/qtperf/https://github.com/shuttie/qtperfA port of gtkperf tool to Qt.Qtperf is an application to test Qt graphics performance. It's idea is to draw a huge amount of predefined widgets on screen as fast as possible while measuring time. Actually, qtper.........【阅读全文】

阅读(5153) | 评论(0) | 转发(0)

发布时间:2014-02-19 14:34:14

MMC 一种接口协议  SPI 和 MMC模式通讯eMMC = Nand flash + 控制器 + 标准封装接口emmc 最新的标准是 5.0传输速度:参考:http://press.trendforce.cn/press/20131125-707.html......【阅读全文】

阅读(1735) | 评论(0) | 转发(0)

发布时间:2014-02-17 14:23:07

# ./configure  --prefix=/opt/usr/rdesktop-1.8.1checking for GSSGLUE... noCredSPP support requires libgssglue, install the dependencyor disable the feature using --disable-credssp.# apt-get install libgssglue-devchecking for PCSCLITE... noSmartCard support requires PCSC, install .........【阅读全文】

阅读(3797) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册