用电脑工作时应适当休息,大部分人都不是自觉“休息”。现在有一个款软件可帮助你——“Take a Break”,软件提供设置工作时间和休息时间,以及不同任务期间显示的效果,如在休息时让电脑进入锁屏模式。 PPA:vlijm/takeabreak,update后”sudo apt-get install takeabreak”
Idle About
No results found
用电脑工作时应适当休息,大部分人都不是自觉“休息”。现在有一个款软件可帮助你——“Take a Break”,软件提供设置工作时间和休息时间,以及不同任务期间显示的效果,如在休息时让电脑进入锁屏模式。 PPA:vlijm/takeabreak,update后”sudo apt-get install takeabreak”
1 | sudo apt-get install indicator-applet |
1 | /etc/rc.local 中加入 rfkill block bluetooth |
1 | system-setting 里 detail可以禁止, 另外在safe&privacy里可以清除缓存 |
1 | 开启触摸板 modprobe psmouse |
1 | fn无法调节时, |
1 | unzip -O cp936 filename.zip |
1 | 使用 dconf-editor |
1 | 修改配置文件 |
1 | ##完全禁用usb-autosuspend功能 |
1 | ## 图形化操作: |
1 | Unknown media type in type 'all/all' |
1 | sudo输入口令后,默认十五分钟内无需再输 |
1 | sudo apt-cache pkgnames|wc -l #查看包的个数 |
1 | sudo dpkg -l | wc -l #统计已安装的deb |
1 | dpkg: Debian Package Management System |
1 | ##注:变量赋值等号不能含空格 |
url: http://pan.baidu.com/s/1c3FU3c
passwd: wubh
PCL_ROOT = Files-Location
1 | ;%PCL_ROOT%\bin;%PCL_ROOT%\3rdParty\FLANN\bin;%PCL_ROOT%\3rdParty\VTK\bin |
1 | <?xml version="1.0" encoding="utf-8"?> |
Input text files that contain the project parameters and
describe the flow control of the build process in simple CMake language.
Special cmake file written for the purpose of finding a certain piece of software and to set it’s libraries, include files and definitions into appropriate variables so that they can be used in the build process of another project. (e.g. FindJava.cmake, FindZLIB.cmake, FindQt4.cmake)
When CMake finds a SUBDIR command it stops processing the current file immediately and goes down the tree branch
1 | mkdir build |
1 | cmake [options] <source_tree> |
1 | make |
1 | make install |