logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于嵌入式Qt字体大小设置无效的原因分析

在Qt官网上,Qt for Embedded Linux Fonts模块已经说的很清楚了,搞了好多天Qt for Embedded Linux FontsQt for Embedded Linux uses theFreeType 2 font engine to produce font output. The formats supported depends on

#qt#嵌入式
Flash芯片总述及SLC、MLC、TLC和QLC的区别

NOR Flash 和 NAND Flash是现在市场上两种主要的非易失闪存技术。Intel于1988年首先开发出NOR Flash 技术,彻底改变了原先由EPROM(Electrically Programmable Read-Only-Memory电可编程序只读存储器)和EEPROM(电可擦只读存储器Electrically Erasable Programmable Read – Only

linux 驱动之input子系统(gpio-keys)实现

1.概述  Gpio-keys 是基于input子系统实现的一个通用按键驱动,该驱动也符合linux驱动实现模型,即driver和device分离模型.一般按键驱动,都是基于gpio-keys进行开发的.2. gpio-keys 代码分析(基于 linux 4.14.40)(1)整体来说分为以下四步static int gpio_keys_probe(struct platfo...

vi常用配置

set nocompatible            " 关闭 vi 兼容模式  syntax on                   " 自动语法高亮  colorscheme evening         " 设定配色方案  set number                  " 显示行号  set cursorline              " 突出显示当前行

#vim
关于嵌入式Qt字体大小设置无效的原因分析

在Qt官网上,Qt for Embedded Linux Fonts模块已经说的很清楚了,搞了好多天Qt for Embedded Linux FontsQt for Embedded Linux uses theFreeType 2 font engine to produce font output. The formats supported depends on

#qt#嵌入式
chroot,pivot_root和switch_root 区别

一. chrootchroot 机制目的为了进一步提高系统的安全性,linux引入了chroot机制,chroot是一个系统调用,可以更改一个进程所能看到的根目录。类似创建一个沙盒,进程运行在沙盒之内,进程运行正常与否,并不会影响这个台器的其他进程。chroot(change to root)改变根目录,也就是改变一个程序运行时参考的根目录位置。例如...

linux xz gz tar 获取解压进度条

1. 想要获取进度,必须知道解压之后总文件的大小2.下面来获取linux中常用的两种压缩方式,查看解压之后的文件大小 (1) tar.xz  examples.tar.xz$xz --robot -l examples.tar.xznameexamples.tar.xzfile11576465994601...

x509: certificate signed by unknown authority (k3s)

echo -n | openssl s_client -showcerts -connect registry-1.docker.io:443 2>/dev/null | \sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > \/usr/local/share/ca-certificates/docker.crt使用以...

linux proxy 设置

HTTP/HTTPS/FTP SetupSet the following environment variables in your ~/.bashrc file. This example uses the same proxy server and port number for all three protocols.export http_proxy='http://mypro...

TPM 协议栈和工具介绍(一)

1.TPM相关的项目,有几个开源的项目地址:https://github.com/tpm2-software2.tpm2-software 一共包含四个项目 tpm2-tools tpm2-tss tpm2-abrmd tpm2-tss-engine3. tpm2-tools这一个项目为用户提供了使用TPM资源的几个命令,如:tpm2_create : 创建keytpm2_sign ...

到底了