自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 header is present on the requested resource. Origin 'null' is therefore not allowed access.

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.解决方案1,如果请求的url是PHP页面,则需要在PHP页面中添加代码:header("Access-Control-Allow-Origin:...

2018-12-27 16:07:56 6105

转载 php-fpm - 启动参数及重要配置详解

约定几个目录/usr/local/php/sbin/php-fpm/usr/local/php/etc/php-fpm.conf/usr/local/php/etc/php.ini一,php-fpm的启动参数帮助 01 02 03 04 05 06 07 08 09 10 11 12...

2018-12-21 17:25:04 195

原创 Linux下lnmp环境中重启nginx,MySQL,PHP

nginx 重启命令: /usr/local/nginx/sbin/nginx -s reload或者 service nginx restartPHP 重启命令:service php-fpm restartMySQL 重启命令:service mysql restart

2018-12-21 09:42:05 9336

原创 tp5根据数组进行分页

1,tp5根据数组分页控制器中代码 namespace app\index\controller;use \think\Controller;use \think\Db;use \think\Request;use think\paginator\driver\Bootstrap;class Index extends Controller{ public functio...

2018-12-07 14:34:38 2636 8

html和js实现颜色取色器

html、js实现颜色取色器

2023-02-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除