摘要: 解决方案: 设置软键盘Qt::Tool属性 设置桌面自动隐藏任务栏 阅读全文
posted @ 2024-06-25 17:37 justdoitlittletomore 阅读(49) 评论(0) 推荐(0)
摘要: 为了保护用户隐私,对一部分用户进行昵称首个字符替换为"*" ; 问题 :首个字符不确定是中文还是英文,英文可能占用一个字节,中文可能占用2-4字节,所以替换前需确定首个字符占用多少个字节 默认按照utf8格式处理 点击查看代码 #include <iostream> using namespace 阅读全文
posted @ 2021-10-26 17:14 justdoitlittletomore 阅读(192) 评论(0) 推荐(0)