MYSQL中常用的强制性操作(例如强制索引)

MYSQL中常用的强制性操作(例如强制索引)
阅读全文

PHP使用redis的Hash

PHP使用redis的Hash
阅读全文

phpstorm Cannot find declaration to go to 解决办法

phpstorm Cannot find declaration to go to 解决办法
阅读全文

mysql中快速判断数据是否存在的方法

mysql中快速判断数据是否存在的方法
阅读全文

phpstorm 2020 激活码

phpstorm 2020 激活码
阅读全文

PhpStorm注释时间的设置

PhpStorm注释时间的设置
阅读全文

tp3 对接支付宝转账到个人支付宝账号SDK

官方更新了接口规范,遇到不少小问题,记录下最终成功的实现代码
阅读全文

git 拖下laravel 代码后报错 Warning: require(D:\WWW\laravel\bootstrap/../vendor/autoload.php

git 拖下laravel 代码后报错 Warning: require(D:\WWW\laravel\bootstrap/../vendor/autoload.php
阅读全文

thinkcmf 1.6.0版本从sql注入到任意代码执行

1.恶意注册用户文件application\User\Controller\LoginController.class.php 方法 dologin请求验证码的URL为http://xx.target.com/index.php?g=api&m=checkcode&a=index&length=2&font_size=14&width=100&am
阅读全文

PHP Fatal error: Class 'Memcache' not found in

  • 孟帅
  • 2019-09-08 16:34:33
  • PHP
  • PHP
安装了memcached和php的memcache的扩展,PHPinfo()也支持了memcache,但是放在项目中就提示Class"Memcache" not found,最后发现php7.3装的是memcached,多节点的然后更换了php7.1重新配置了memcache之后正常运行
阅读全文