当前位置:网站首页>0x00007ffd977c04a8 (qt5sqld.dll) (in a.exe): 0xc0000005: an access violation occurred when reading position 0x0000000000000010
0x00007ffd977c04a8 (qt5sqld.dll) (in a.exe): 0xc0000005: an access violation occurred when reading position 0x0000000000000010
2022-07-26 10:48:00 【Black_ Friend】
There is a problem when modifying other people's code today :
I want to use
QSqlDatabase::addDatabase("QMYSQL");
however , It can't go anywhere .
I debug , Want to find out the cause of the problem :
result , I find , I haven't allocated space for the current function when I call it , But after calling the function , Just assigned .
The initialized function was not considered when adding this variable .
After modifying the order of calling functions and allocating space , Re commissioning :
边栏推荐
- router.push(),router.repalce(),router.go()使用
- RT thread learning notes (VI) -- start the elmfat file system based on SPI flash (Part 1)
- c 语言中宏参数的字符串化跟宏参数的连接
- RT-Thread 学习笔记(八)---开启基于SPI Flash的elmfat文件系统(下)
- Flutter集成极光推送
- 面试过程中,面试官是如何考察Rust工程师的水平?
- Flutter TextField怎样去除下划线及有焦点时颜色
- 使用float实现左中右布局,中间内容自适应
- 剑指Offer(二十):包含min函数的栈
- Sword finger offer (49): convert a string to an integer
猜你喜欢

35. 搜索插入位置

Anaconda is used on vscode (the environment has been configured)

putty的使用教程
![[leetcode daily question 2021/2/14]765. Lovers hold hands](/img/be/8639a05c733638bf0b3fdeb11abccf.png)
[leetcode daily question 2021/2/14]765. Lovers hold hands

RT thread learning notes (VI) -- start the elmfat file system based on SPI flash (Part 1)

RT-Thread 学习笔记(五)---编辑、下载、调试程序

Codepoint 58880 not found in font, aborting. flutter build apk时报错
![[machine learning notes] [face recognition] deeplearning ai course4 4th week programming](/img/7e/9c0e88097b90c0c24ebf86f090805b.png)
[machine learning notes] [face recognition] deeplearning ai course4 4th week programming

Tutorial of putty

用两个栈实现队列
随机推荐
[leetcode daily question 2021/5/8]1723. The shortest time to complete all work
微信公众号消息通知 “errcode“:40164,“errmsg“:“invalid ip
Koin
MySQL quick learning notes-2021-08-31
[machine learning notes] [style transfer] deeplearning ai course4 4th week programming(tensorflow2)
35. 搜索插入位置
剑指Offer(四十四):翻转单词顺序序列
鹏哥C语言——扫雷2021-08-16
RT thread learning notes (III) -- building a compilation environment with scons
在altium designer中禁用USBJATG
Sword finger offer (V): queue with two stacks
12 don't forget every component when copying an object
RT thread learning notes (I) -- configure RT thread development environment
剑指Offer(十):矩形覆盖
2021-08-12函数递归_和鹏哥学习C语言
用两个栈实现队列
1837.K进制表示下的各位数字总和
创建EOS账户 Action
MFC多线程的简单使用
Happens-Before原则深入解读