会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码林斋
博客园
首页
新随笔
联系
管理
订阅
2022年3月11日
QT 中出现Unable to create a debugging engine问题及解决
摘要: 转载 https://blog.csdn.net/xuw_xy/article/details/107442068
阅读全文
posted @ 2022-03-11 09:21 码林斋
阅读(646)
评论(0)
推荐(0)
2022年1月18日
error LNK2005: _DllMain@12 already defined 错误解决方案
摘要: 在网上看到了各种方案,本解决方案是在文件中引入“stdafx.h”,仅供参考。
阅读全文
posted @ 2022-01-18 09:49 码林斋
阅读(102)
评论(0)
推荐(0)
2021年11月23日
Windows 编译opensll
摘要: 1、预先安装perl2、打开VS2013 “VS2013 x86 本机工具命令提示” 进入OpenSSL库目录 >perl Configure no-asm VC-WIN32 >nmake >nmake test >nmake install 64位编译 “VS2013 x64 本机工具命令提示”
阅读全文
posted @ 2021-11-23 11:19 码林斋
阅读(198)
评论(0)
推荐(0)
2020年9月8日
vs2013 制表符变成点的方法
摘要: 显示空格的方法:1、编辑->高级->查看空白2、Ctrl+R+W 在菜单中选择: 工具-->选项-->文本编辑器 >所有语言-->制表符 在窗口中选择,制表符大小选为4,勾选插入空格:
阅读全文
posted @ 2020-09-08 15:06 码林斋
阅读(635)
评论(0)
推荐(0)
2020年5月27日
C++ 随机生成由大小写字母和数字组成的字符串
摘要: 头文件 #include <time.h> //秒 #include <sys/timeb.h> //毫秒 1 std::string GetRandomStr(int len) { 2 //毫秒 3 struct timeb time_seed; 4 ftime(&time_seed); 5 sr
阅读全文
posted @ 2020-05-27 13:19 码林斋
阅读(2145)
评论(0)
推荐(0)
2020年4月14日
Ubuntu16.04 Glog下载编译
摘要: glog
阅读全文
posted @ 2020-04-14 23:45 码林斋
阅读(1145)
评论(0)
推荐(0)
2020年4月9日
Apache Tomcat 版本
摘要: Apache Tomcat 各版本链接 http://archive.apache.org/dist/tomcat/
阅读全文
posted @ 2020-04-09 23:07 码林斋
阅读(236)
评论(0)
推荐(0)
2020年4月6日
QSettings 读/写ini配置文件中的数组数据
摘要: QSettings 读/写ini配置文件中的数组数据
阅读全文
posted @ 2020-04-06 12:41 码林斋
阅读(7835)
评论(0)
推荐(0)
QPushButton设置背景图片,设置背景透明度
摘要: 设置按钮的背景图片,背景透明度 1 QPushButton *push_button = new QPushButton; 2 push_button->setMaximumSize(32, 32); 3 push_button->setMinimumSize(32, 32); 4 QIcon bt
阅读全文
posted @ 2020-04-06 11:16 码林斋
阅读(11546)
评论(0)
推荐(1)
QMessageBox 弹窗提示总结
摘要: QMessageBox
阅读全文
posted @ 2020-04-06 10:34 码林斋
阅读(2759)
评论(0)
推荐(0)
下一页
公告