当前位置:首页
> 2021年10月
Maximum execution time of 30 seconds exceeded解决错误方法
Maximum execution time of 30 seconds exceeded解决错误方法Fatal error: Maximum execution time of 30 seconds exceeded出现这个错误如何解决 去哪里可以设置最大执行时间办法:修改php.ini:max_...
PHP错误Allowed memory size of 67108864 bytes exhausted的3种解决办法
今天在百度知道看php相关资料时发现一个网友问一个wordpress安装提示错误的一个问题,说他在安装wordpress安装包时遇到这样一个问题:Fatal error:Allowed memory size of 67108864 bytes exhausted (tried to allocat...
Bootstrap的基本使用(css、js文件的引入)
使用Bootstrap需要引入官方的文件<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=devi...
宝塔面板关于open_basedir报错解决办法
在网站设置里把‘防跨站攻击’勾选去掉然后到软件管理——找到所安装的PHP——设置——重启...
Mysql 添加远程访问账号
在命令窗口输入,mysql -u root -p 回车,并输入密码执行 use mysql 设置test为账户,密码为:ceshipwd,权限为%,所有人grant all on *.* to 'test'@'%' identified by 'ceshipwd';如果权限不设置为所有人,可设定...
获取当前IP的接口
https://api.ipify.org/https://api.ipify.org/?format=jsonhttps://api.ipify.org/?format=jsonp&callback=?...
