mysql-front 报错 access violation at address A0000235.
解决办法:
内存越界问题,最好重新注册下Windows的动态链接库
首先“开始”—“cmd”
在打开的dos窗口中运行
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
转载至:https://www.cnblogs.com/richerdyoung/p/7411225.html
posted on 2019-03-10 21:55 chenzejie6030 阅读(345) 评论(0) 收藏 举报