01 2021 档案

摘要:gsettings set org.gnome.desktop.interface text-scaling-factor 1.2此命令不显示缩放比例。只是解决Ubuntu上的HiDP问题的一点文字缩放 阅读全文
posted @ 2021-01-31 13:28 mingzhang 阅读(159) 评论(0) 推荐(0)
摘要:1 先安装samba sudo apt-get install samba 2 配置/etc/samba/smb.cfg 去掉下面3行注释 [homes] comment = Home Directories browseable = no 改动一行,否则没有写权限 read only = no 3 阅读全文
posted @ 2021-01-11 22:10 mingzhang 阅读(317) 评论(0) 推荐(0)
摘要:使用log4cplus 1.2.0版本,C++98 标准下编译可用 #include <log4cplus/logger.h> #include <log4cplus/consoleappender.h> #include <log4cplus/fileappender.h> #include <l 阅读全文
posted @ 2021-01-11 11:03 mingzhang 阅读(312) 评论(0) 推荐(0)
摘要:#ifndef TPACKPS_H_ #define TPACKPS_H_ #include <string> #include <stdint.h> class TPackPs { public: enum { PSMUX_ST_RESERVED = 0x00, PSMUX_ST_VIDEO_MP 阅读全文
posted @ 2021-01-05 16:17 mingzhang 阅读(453) 评论(0) 推荐(2)