服务器构建小程序脚本 2021721更新1.25
下载脚本,打开并修改配置区网址和appid 上传到服务器, 进入所在目录 例如 如果在www下 cd /www 执行 screen chmod 777 yundzq.py && python yundzq.py 构建完毕 在temp目录下找到构建好的安装包 下载到本地 解压 用开发工具上传即可 1....
解除按热度排序时会最近7天限制
推荐大家安装PHP扩展 OPCACHE 以提升网站打开速度,谁用谁知道,网站速度慢的强烈推荐 什么是 OPcache OPcache 通过将 PHP 脚本预编译的字节码存储到共享内存中来提升 PHP 的性能, 存储预编译字节码的好处就是 省去了每次加载和解析 PHP 脚本的开销。
小程序过审隐藏特殊帖的方法
利用PHPMYADMIN执行 update threads set is_display = 0 where id in (select thread_id from thread_tom where tom_type in (104, 106, 107)) or price > 0 or attachment_price > 0 or is_anonymous=1; 过了以后再 update threads set is_dis...
小程序过审隐藏特殊帖的方法
利用PHPMYADMIN执行 update threads set is_display = 0 where id in (select thread_id from thread_tom where tom_type in (104, 106, 107)) or price > 0 or attachment_price > 0 or is_anonymous=1; 过了以后再 update threads set is_dis...
小程序过审隐藏特殊帖的方法
利用PHPMYADMIN执行 update threads set is_display = 0 where id in (select thread_id from thread_tom where tom_type in (104, 106, 107)) or price > 0 or attachment_price > 0 or is_anonymous=1; 过了以后再 update threads set is_dis...
小程序过审隐藏特殊帖的方法
利用PHPMYADMIN执行 update threads set is_display = 0 where id in (select thread_id from thread_tom where tom_type in (104, 106, 107)) or price > 0 or attachment_price > 0 or is_anonymous=1; 过了以后再 update threads set is_dis...
小程序过审隐藏特殊帖的方法
利用PHPMYADMIN执行 如果有有表前缀,需要自己拼上 update threads set is_display = 0 where id in (select thread_id from thread_tom where tom_type in (104, 106, 107)) or price > 0 or attachment_price > 0 or is_anonymous=1; 过了以后再...