- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 PHP 7.3 编译 安装 inotify 2.0.0 扩展
下载:https://pecl.php.net/get/inotify-2.0.0.tgz解压:tar zxvfinotify-2.0.0.tgzcdinotify-2.0.0执行:phpize ./configure with-php-config=/usr/local/php7/bin/php-config --enable-inotify完成后就是下头这个样子再执行: ./configure然后: make && make install...
2020-10-08 16:51:44
254
原创 discuz 插件开发疑难点整理
1、C::t('#wechat#common_member_wechat')->fetch_by_openid('xxxxxxxxxxxxxxxxxxx');这句话表示从 source/plugin/wechat/table/common_member_wechat 类中调用fetch_by_openid方法2、设置or获取cookiesdsetcookie('reg_nickname', ...
2018-03-16 15:42:49
463
原创 使用tablesorter让页面一打开就自动排序
<script type="text/javascript" src="js/jquery.js"></script><script src="js/jquery.tablesorter.min.js"></script><script src="js/jquery.tablesorter.widgets.min.
2018-03-01 11:29:04
952
转载 thinkphp 隐藏index.php
因为在Fastcgi模式下,php不支持rewrite的目标网址的PATH_INFO的解析 ThinkPHP运行在URL_MODEL=2时,会出现 No input file specified.的情况, 这时可以修改网站目录的.htaccess文件: 将 RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] 改为 RewriteRule ^
2015-10-29 17:39:57
582
原创 check the manual that corresponds to your MySQL server version for the right syntax
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ***都说是MySQL关键字冲突,我查的关键字是call,结果就被坑了。
2015-10-29 09:59:39
491
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人