
问题描述
PHP开启错误输出后,PHP报错提示如下
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 131072 bytes) in xxxx.php on line xxx
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1099 bytes) in
问题分析
这个是由于可用内存已耗尽,所以终端报出了Allowed memory size of 134217728 bytes exhausted错误,因为PHP默认内存限制是128M,所以需要修改php.ini文件的memory_limit设置。
问题描述
PHP调试的时候出现了警告:It is not safe to rely on the system解决方法,其实就是时区设置不正确造成的,本文提供了3种方法来解决这个问题。
Warning: date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Asia/Chongqing’ for ‘CST/8.0/no DST’ instead Warning: strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Asia/Chongqing’ for ‘CST/8.0/no DST’ instead Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in <b>/home/ftp/n/nimaboke/include/lib/function.base.php问题分析
问题描述:
Adobe Reader自动更新后,安装快完成时出现如下提示:
无法将数值DisableExceptionChainValidation写入键\SOFTWARE\Microsoft\ WindowsNT\CurrentVersion\Image File Execution Options\AcroRd32Info.exe。请验证您对该键拥有足够的访问权限,或者与您的技术支持人员联系。原因分析:
这个问题是因为权限问题而引起的。

问题描述1
Windows系统有时候运行某个程序(或者安装某个程序)的时候会报错,错误提示:“由于应用程序配置不正确,应用程序未能启动.重新安装应用程序可能会纠正这个问题。”
问题描述2
Visual C++ 2015(VC14)未安装的错误报错:“XXX - 无法找到组件”,“没有找到VCRUNTIME140.dll,因此这个应用程序未能启动。重新安装应用程序可能会修复此问题。”
这个错误提示,一般是由于没有安装VC++运行库才会出现的,只要安装下运行库就可以了。
问题分析解决
最近碰到比较多的报错:“无法启动此程序,因为计算机丢api-ms-win-crt-runtime-l1-1-0.dll。尝试重新安装改程序以解决此问题”





