摘要:
linux 上没有snipaste类似的工具,真遗憾。 flameshot 火焰截图,最接近snipaste的工具安装后可以配置下快捷键 flameshot gui 执行后点击分享即可编辑,编辑的时候右键按钮就可以选择颜色等,比较好用 Krita 比较专业的工具,类似于photoshop Pinta 阅读全文
摘要:
qt core 提供了元对象系统,扩展了c++ 在元对象系统的基础上,qt又提供了信号/槽、property以及对象树等特性 The Meta-Object System The Property System Object Model Object Trees & Ownership Signal 阅读全文
摘要:
打开系统蓝牙sudo service bluetooth start 进入bluetoothctlbluetoothctl 输入以下命令 power on agent on default-agent scan on pair your-Device-MAC-Addr 其中pair后面跟上扫描出的键 阅读全文