42 篇
建站知识总结与分享
搜索“access”
<b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in
taotaoit 0 0
322 0 2023-11-01 PHP
Uncaught transport.js/parseResult() error: can't parse to JSON. <br /> <b>Deprecated</b>:  Array and string offset access syntax w...
wordpress配置伪静态.htaccess
taotaoit 0 0
407 0 2023-10-09 Wordpress
wordpress配置伪静态.htaccess # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME}...
php7.4,phpExcel报错Trying to access array offset on value of type int
web 0 0
902 0 2023-08-26 PHP
php7.4,tp5中使用phpExcel报错Trying to access array offset on value of type int 问题描述: 出现报错信息 先百度翻译 ''试图访问int类型值的数组偏移量'' 通过翻译得知 int型的数据被其他不能使用的类型使用了(个人理解) ...
nginx 404 Not Found
taotaoit 0 0
425 0 2023-08-16 其他
网站用的新网的虚拟空间, 以前正常使用,不知道为什么不能使用了,打开二级页面提示 nginx  404 Not Found 应该是伪静态规则的问题, 修改.htaccess 之前 <IfModule mod_rewrite.c> Options +FollowSymli...
php7.4报错:Trying to access array offset on value of type null
web 0 0
683 0 2023-08-02 PHP
php7.4报错:Trying to access array offset on value of type null 一、说明 报错原因:访问类型为 null 的值的 数组下标 7.2中是没问题的,7.4中对语法规范性更为严谨 二、原因 原文:Trying to use ...
thinkadmin本地部署,访问的时候提示No input file specified
taotaoit 0 0
583 0 2023-07-24 ThinkPHP6
ThinkAdmin官方安装文档 https://doc.thinkadmin.top/install 安装好之后,用命令 php think run --host 127.0.0.1 启动,然后用 http://127.0.0.1:8000 可以正常反问。 但是我是配置好了phpstudy,...
微信公众号开发access_token存储到session里面
taotaoit 0 0
462 0 2023-07-19 微信开发
微信公众号开发access_token存储到session里面 代码: <?php session_start(); if(isset($_SESSION['access_token'])){ if($_SESSION['expire_time']<time()){ $access_tok...
尚品汇注册Cannot access ‘phone‘ before initialization
web 0 0
546 0 2023-04-14 Vue
尚品汇注册,提示错误: [Vue warn]: Error in v-on handler (Promise/async): "ReferenceError: Cannot access 'phone' before initialization " ReferenceError: Cannot access 'phon...
tp5,tp6使用$this->request->param()获取参数时,多增加了路由地址参数
web 0 0
1180 0 2022-10-05 ThinkPHP6
在使用$this->request->param()和$this->request->get()时,会多出路由地址参数 解决方法 更改/public/.htaccess文件 <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiv...
Array and string offset access syntax with curly braces is deprecated原因
web 0 0
941 0 2022-05-23 PHP
Array and string offset access syntax with curly braces is deprecated PHP7.4不再支持使用大括号访问数组以及字符串的偏移_PHP代码 php7.4不支持数组{}写法,统一为数组[] 解决办法: seq=(ord(value{0}) % $rule...
微信公众号提示“{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not
taotaoit 0 0
1140 0 2022-02-15 微信开发
在微信公众平台接口调试工具,创建公众号菜单,提示如下错误: https://mp.weixin.qq.com/debug/cgi-bin/apiinfo?t=index&type=%E8%87%AA%E5%AE%9A%E4%B9%89%E8%8F%9C%E5%8D%95&form=%E8%87%AA%E5%AE%...
Navicat远程连接宝塔MySQL时弹出:1045:Access denied for user ‘root’@’localhost’
taotaoit 0 0
1467 0 2022-02-10 宝塔
Navicat远程连接宝塔MySQL时弹出:1045:Access denied for user ‘root’@’localhost’ 服务器用的西部数码的服务器,本地连接服务器数据库出错。阿里云服务器宝塔也同样适合此方法 登录宝塔,找到数据库,点击后面的权限,访问权限改为指定ip,然后后面输入你本地电脑的ip,就可以远...
万网阿里云虚拟主机上传.htaccess .user.ini后看不到
web 0 0
1323 0 2022-01-18 其他
万网阿里云虚拟主机上传.htaccess .user.ini后看不到,怎么办? 使用FTP软件:FileZilla、上开启“强制显示隐藏文件”。如下如: 使用LeapFTP,站点》站点管理》选中站点连接,点击“高级”》显示隐藏文件,即可看见.htaccess .user.ini
tp6隐藏index.php
web 0 0
1311 0 2021-11-30 ThinkPHP6
composer下载的TP6框架PUBLIC中.htaccess有误,必须重写这个规则才有用。 <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENA...
php将access数据库导入mysql数据库(可用)
taotaoit 0 0
1083 0 2021-11-25 PHP
php版本用php5.3.29,如果提示错误Failed to create COM object `ADODB.Connection'    解决方法:https://taotaoit.com/article/details/1703.html <?php header('Content-Type:...
Failed to create COM object `ADODB.Connection' php连接access提示错误
taotaoit 0 0
1383 0 2021-11-25 PHP
php版本是php5.3.29,用php5.6的版本,还是有问题,就用低版本吧,反正就用于道数据库到mysql php连接access提示错误:Failed to create COM object `ADODB.Connection'  代码: $datapath="abc.mdb"; $c...
关于本站

“最难不过坚持”

本人承接扒站仿站,php网站维护,病毒查杀,网站编辑,网站改版,html制作

有需要网站维护,改版,病毒查杀,网站编辑,网站备案,html制作等相关的工作可以联系我。
本人有多年相关工作经验,也可提供免费咨询,交个朋友。
有需要探讨问题的朋友,也可以加我微信,共同探讨!
微信:15011482830 QQ:408917339

6457834 2613 39
最新评论
https://jueru.net/
评 留言
:weixiao:
评 留言
:shuijiao: :weiqu: :zhenbang: :leng:
评 留言
:yiwen: :yiwen: :yiwen: :yiwen:
评 EasySass: could not generate CSS file. See Output panel for details.
这个业务逻辑多少都有点奇怪了,阅读浏览次数增值在新闻详情页的控制器方法里setInc,这怎么还写进模型事件里了。如果非要用onAfterRead也可以,把新闻文章的内容单独分出来一个news_content表,然后把它和news做关联,然后给news_content表的onAfterRead事件做增值处理,这样点进新闻页内查询到文章内容时才会触发它。
评 TP6模型事件-查询后onAfterRead不好用
文章标签更多
ThinkPHP (254)
Mysql (58)
DedeCms (33)
jQuery (67)
证件照 (1)
setInc (4)
setDec (4)
onclick (5)