Where possible begins

希望你喜欢这里。有问题,请提问,或搜索现有帖子。

真诚、友善、团结、专业,共建你我引以为荣之社区。《常见问题解答》

子枫
子枫 [Rainy] 03-09 13:38

ajax加载的数据无法使用点击事件

开发调优

<div style="background-color: rgb(255, 255, 255); font-family: Consolas, &quot;Courier New&quot;, monospace; font-size: 14px; line-height: 19px; white-space: pre;"><p>直接使用下面方法即可</p><p><br/></p><p>&nbsp;<span style="color: #0070c1;">$</span>(<span style="color: #a31515;">&#39;body&#39;</span>).<span style="color: #795e26;">on</span>(<span style="color: #a31515;">&#39;click&#39;</span>,<span style="color: #a31515;">&quot;.picker-calendar-day&quot;</span>,&nbsp;<span style="color: #0000ff;">functio

306

子枫
子枫 [Rainy] 03-07 11:52

tp51 入口文件绑定模块

开发调优

<pre class="brush:php;toolbar:false">namespace&nbsp;think; //&nbsp;加载基础文件 require&nbsp;__DIR__&nbsp;.&nbsp;&#39;/thinkphp/base.php&#39;; //安装程序 &nbsp;!is_file(&#39;./public/install.lock&#39;)?define(&#39;BIND_MODULE&#39;,&#39;install&#39;):define(&#39;BIND_MODULE&#39;,&#39;index&#39;); //&nbsp;执行应用并响应 Container::get(&#39;app&#39;)-&gt;run()-&gt;send();</pre><p><br/></p><p><br/></p><p>define(&#39;BIND_MODULE&#39;,&#39;install&#39;)</p><p><br/></p>

315

子枫
子枫 [Rainy] 03-07 10:10

tp51 打印sql

开发调优

<p>在数据查询时使用&nbsp;&nbsp;-&gt;fetchSql(true)</p><p><br/></p><p>然后使用 echo&nbsp; 查看sql</p>

314

子枫
子枫 [Rainy] 03-07 10:08

tp51 where 和whereor同时使用

开发调优

<p>实现效果:</p><p><span style="color: rgb(51, 51, 51); font-family: Verdana, &quot;Helvetica Neue&quot;, helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif;">SELECT `ta`.*,u.nickname as u_name,u.avatar as u_pic,u.id as uid,`u`.`sy_summary` FROM zf_teacher_active ta INNER JOIN `bs_user` `u` ON `u`.`id`=`ta`.`tid` INNER JOIN `bs_school_user` `su` ON `su`.`uid`=`u`.`id` <span style="font-family: Verdana, &quot;Helvetica Neue&quot;, helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; colo

257

子枫
子枫 [Rainy] 03-04 15:37

tp5.1 分页样式

开发调优

<pre class="brush:php;toolbar:false">&lt;style&gt; &nbsp;&nbsp;&nbsp;&nbsp;.pagination{display:&nbsp;contents;} &nbsp;&nbsp;&nbsp;&nbsp;.pagination&gt;li{width:&nbsp;40px;height:&nbsp;40px;border:&nbsp;1px&nbsp;#ccc&nbsp;solid;margin:&nbsp;0&nbsp;4px;text-align:&nbsp;center;line-height:&nbsp;40px;font-size:&nbsp;20px;} &nbsp;&nbsp;&nbsp;&nbsp;.pagination&gt;.active{background:&nbsp;#bb8c36;&nbsp;color:&nbsp;#fff;&nbsp;} &lt;/style&gt; &lt;div&nbsp;class=&quot;juzhong&nbsp;&nbsp;pd5&quot;&gt

410

子枫
子枫 [Rainy] 03-02 15:29

google地图根据两点地址获取距离

开发调优

<p>直接通过api即可获得</p><p>例如<br/></p><p><a href="https://maps.googleapis.com/maps/api/distancematrix/json?origins=上海七宝&destinations=上海松江泗泾&key=你申请的key值" _src="https://maps.googleapis.com/maps/api/distancematrix/json?origins=上海七宝&destinations=上海松江泗泾&key=你申请的key值">https://maps.googleapis.com/maps/api/distancematrix/json?origins=上海七宝&amp;destinations=上海松江泗泾&amp;key=你申请的key值</a> </p><p><br/></p><p><img src="http://oss002.wangmingchang.com/zfcms/ueditor/alioss/6978816a081921618465cbb85a3210d0/164620618364

387

子枫
子枫 [Rainy] 02-28 13:38

tp5.1 页面拉到尾部自动加载下一页内容

开发调优

<p>这里使用了ajax</p><p>页面部分</p><pre><code class="Bash">&lt;ul class=&quot;zf_xs_list &quot;&gt; &nbsp;&lt;li&gt;111&lt;/li&gt; &lt;/ul&gt;</code></pre><pre><code class="Bash">&lt;script&gt; $(window).scroll(function(){undefined   //判断是否滑动到页面底部 if($(window).scrollTop() === $(document).height() - $(window).height()){undefined // TODO 滑动到底部时可请求下一页的数据并加载,加载可使用append方法 console.log(&#39;加载下一页&#39;) var length = $(&#39;.zf_xs_list li&#39;).length console.log(length)

400

子枫
子枫 [Rainy] 02-27 09:30

有多少收到织梦收费函的?

讨论专区

<span style="color: rgb(51, 51, 51); font-family: &quot;microsoft yahei&quot;, Tahoma, Helvetica, SimSun, sans-serif;">有多少收到织梦7800收费函的?</span><br style="color: rgb(51, 51, 51); font-family: &quot;microsoft yahei&quot;, Tahoma, Helvetica, SimSun, sans-serif; overflow-wrap: break-word;"/><span style="color: rgb(51, 51, 51); font-family: &quot;microsoft yahei&quot;, Tahoma, Helvetica, SimSun, sans-serif;">你们企业BA准备如何处理啊?</span><br/><div><img src="http://oss002.wangmingchang.com/uploads/501dd3d3854f8

343

子枫
子枫 [Rainy] 02-27 09:28

头条的权重很低有什么方法提升吗

SEO优化

<p><span style="color: rgb(51, 51, 51); font-family: " microsoft="" yahei",="" tahoma,="" helvetica,="" simsun,="" sans-serif;="" font-size:="" 14px;"="">百度、360的权重都不错,头条和搜狗就差一些,除了提交数据还有什么方法可以提升权重。</span><br/></p><p><img src="http://oss002.wangmingchang.com/uploads/501dd3d3854f820f34c4a5d668a49dec/20220227_10914image.png" style="max-width:100%;" contenteditable="false"/></p>

422

子枫
子枫 [Rainy] 02-27 09:26

如何抗拒领导周末加班无理要求

讨论专区

<p><img src="http://oss002.wangmingchang.com/uploads/501dd3d3854f820f34c4a5d668a49dec/20220227_61918image.png" style="max-width:100%;" contenteditable="false"/></p>

314

子枫
子枫 [Rainy] 02-27 09:12

早~

讨论专区

<p><br/><img src="http://oss002.wangmingchang.com/uploads/501dd3d3854f820f34c4a5d668a49dec/20220227_26264image.png" style="max-width:100%;" contenteditable="false"/></p>

327

子枫
子枫 [Rainy] 02-26 21:03

怎么克服拖延症呀

讨论专区

<p>...</p><p><img src="http://oss002.wangmingchang.com/uploads/501dd3d3854f820f34c4a5d668a49dec/20220226_67580image.png" style="max-width:100%;" contenteditable="false"/></p>

537

子枫
子枫 [Rainy] 02-26 13:52

我今年二十七八岁[励志短片]

讨论专区

<p><br/></p><p>https://vd3.bdstatic.com/mda-jkteccf2h8hdxaaq/hd/mda-jkteccf2h8hdxaaq.mp4<br/></p><p><br/></p><p><br/></p>

316

子枫
子枫 [Rainy] 02-25 21:55

子枫内容系统更新记录

子枫cmsX2

下载地址 Github: https://github.com/zf-sys/zfcms (主分支) Gitee: https://gitee.com/zf-sys/zfcms (手动同步,可能不及时) 子枫博客系统介绍 快速搭建自己的博客系统,提供超多的插件和模板 不断更新中 之前版本就不记录了,从下面开始(详细内容查看github) ------------ ....................最新................... 详细提交请查看 https://github.com/zf-sys/zfcmsX2/commits/main/ v0.231102(主) 已更新 v0.230919(测试) 已更新 v0.230918(测试) 已更新 v0.230917(主) 已更新 .....................old.....................

670

子枫
子枫 [Rainy] 02-25 21:16

有没有人做百度小程序啊

讨论专区

<p><span style="color: rgb(50, 50, 50); font-family: &quot;Comic Sans MS&quot;, Helvetica, Arial, sans-serif;">有没有人做百度小程序啊,现在百度的快速收录什么的都要小程序才行。官方有接口但是不会用啊,有计划开发一个吗?</span><br/></p>

636