摘要:
关联下拉列表 selectpage , 默认关联字段为name,可以使用data-field='title',或者其他字段都可以。 阅读全文
摘要:
3.0跟2.0的配置不一样,不一样,不一样!!! 官网3.0配置文档:https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_autostart [Xdebug] zend_extension = D:\phpstudy\Extensi 阅读全文
摘要:
tp5.0使用memcache 今天第一次使用tp5.0 memcache的时候报错:memcachepool::set(): 原因:没有开启memcached服务端 解决办法:打开cmd命令行,cd到memcached目录,输入命令memcached.exe -d start ok,解决! 1、m 阅读全文