Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

cmake笔记

本文转自:https://elloop.github.io/tools/2016-04-10/learning-cmake-2-commands 版权声明:本文基于署名 2.5 中国大陆许可协议发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名elloop(包含链接) 前言 为了让下面的说明举例更加容易理解,先给出本文的示例工程目……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

linux把多个静态库合并为一个

最近打算把项目里多个模块分开写,每个模块生成一个库,这样在可以在主项目里直接调用,方便项目的管理. 但理想丰满但现实是残酷的,先不说模块的划分难,因为模块里都要调用到一些库,然而库再生成库时出大事了.因为生成的库并没有把它自已调用的库编译进来,这样还是得在主项目里添加一堆库路径,一堆.a引用.又是一夜的google资料,并没发现有好的方面……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

QT常用代码备忘录

1:打印输出 如果没有启用GUI时使用 qDebug << “C++ Style Info Message”; 这样会报错.这样可以使用QTextStream(stdout) << “string to print” << endl; 代替,另外,在QT里……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

linux互斥锁,信号量

互斥锁与信号量的区别 作用域 信号量: 进程间或线程间(linux仅线程间) 互斥锁: 线程间 上锁时 信号量: 与ucos的一样,只要信号量的value大于0,其他线程就可以sem_wait成功,成功后信号量的value减一.若value值不大于0,则sem_wait阻塞,直到sem_post释放后value值加一 互斥锁: 只要被锁住……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

网站启用SSL加密

由于各种不想让自已的网站内容被GFW等抓取(有几篇扶墙介绍内容),以及显得自已网站高大上等,现决定采用SSL加密网站数据. 因为我采用了apache做后端,前段为NGINX.所以采用了最简单的方式:在nginx端加上SSL反代apache内容,然后再用nginx的文本内容替换功能,把所有的https:// 更换为https:// ,所以先……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97