踩坑总结 第11页
做网站时经常犯的错误总结…..不是很全,仅记录了自己开发时所遇到的问题
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.-红穆笔记

Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

这个错误通常表示 Composer 无法满足你在 composer.json 文件中指定的所有软件包和版本要求。这可能是由于以下原因之一引起的:要求的软件包和版本不存在于 Composer 存储库中。指定的要求与其...
红穆的头像-红穆笔记钻石会员红穆3年前
01685
There are large item groups in navigation panel which may affect the performance. Consider disabling item grouping in the navigation panel.-红穆笔记

There are large item groups in navigation panel which may affect the performance. Consider disabling item grouping in the navigation panel.

这是一个警告消息,通常是在使用开发人员工具或某些应用程序时出现的,用于提醒您导航面板中存在大型项目组,这可能会影响导航面板的性能。在大型项目组中,导航面板需要加载和呈现大量数据,这...
红穆的头像-红穆笔记钻石会员红穆3年前
01125
网页禁止ireame嵌套代码-红穆笔记

网页禁止ireame嵌套代码

js方法: <script type="text/javascript"> if(self != top) { top.location = self.location; } </script>
红穆的头像-红穆笔记钻石会员红穆3年前
0985
火车头采集常用正则过滤-红穆笔记

火车头采集常用正则过滤

为了得到一个标准的内容,在采集上必须下足功夫才行!编写好采集规则。 我对标准内容的衡量: 每一个段落都是<p></p> 没有多余的HTML标签和与主题无关的字符 提取数据方式 选择 正则...
红穆的头像-红穆笔记钻石会员红穆3年前
03135
网站优化增加一个音乐播放器-红穆笔记

网站优化增加一个音乐播放器

插件效果:用于提升网站用户的体验感,比如百度排名,你安装了这个插件,你网站跳出率可能就少了,对排名自然有好处,懂得都懂 今天闲来无事,找到一个音乐播放器网站,只需要一段js代码就能让...
红穆的头像-红穆笔记钻石会员红穆3年前
01095
HTML 给网站右侧加悬浮在线客服的方法-红穆笔记

HTML 给网站右侧加悬浮在线客服的方法

图例总代码<div class='kf' style='right: 20px;' > <div class='kt-top' style='background-color:#35c5a3'>在线客服 <span class='close'> <b></b> <b>&...
红穆的头像-红穆笔记钻石会员红穆2年前
01071