加载中
在Debian下编写 boost thread 例程测试

$sudo apt-get install libboost-thread1.67-dev 首先默认的Debian系统是没有g++的需要安装 $sudo apt-get install g++ #include #include #define len 1000000000L s......

2020/09/28 21:05
124
loongson 2K1000 Gigabit Ethernet performance test

host: loongson 2K1000 V2 Client : Acer 4741G I3 350M Ethernet cable : Unknown brand 10M client cmd: iperf3 -c 192.168.50.150 -p 5201 host cmd: iperf3 -s -p 5201 tsuibin@loongson...

libfm open a app

Step 1: void FileMenu::onOpenTriggered() { if(fileLauncher_) { fileLauncher_->launchFiles(NULL, files_); } else { // use the default launcher Fm::FileLauncher laun...

禁止dde-desktop重启

gsettings set com.deepin.dde.daemon sessionwatcher false

在C++中使用Lambda 表达式

举了一些例子来理解Lambda表达式

2016/01/13 10:20
203
Debian for armel 进展情况

适配 Debian 到 Exynos 4412、4418、S5PV210

git编译遇到keyctl_get_persistent@KEYUTILS_1.5

/usr/lib/alpha-linux-gnu/libkrb5.so.3: undefined reference to `keyctl_get_persistent@KEYUTILS_1.5' collect2: error: ld returned 1 exit status Makefile:2096: recipe for target 'g...

git编译遇到keyctl_get_persistent@KEYUTILS_1.5

/usr/lib/alpha-linux-gnu/libkrb5.so.3: undefined reference to `keyctl_get_persistent@KEYUTILS_1.5' collect2: error: ld returned 1 exit status Makefile:2096: recipe for target 'g...

修改plymouth

plymounth程序在系统 /boot/initrd.img-3.2.0-31-generic 文件中 我所使用的系统为 LinuxDeepin 12.06 根据以往经验这个文件应该是gunzip压缩过的,但是LinuxDeepin 12.06 中的该文件是使用l...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部