欢迎光临 - 我的站长站,本站所有资源仅供学习与参考,禁止用于商业用途或从事违法行为!

网站制作

  • 火车头采集器对接接口

    这个帝国CMS火车头采集器对接接口是我的站长站在一个大神分享的源码里面找的,测试是可以正常对接采集的,分享一下,以后备用。

    帝国cms教程731年前
  • 插件开发制作教程-插件安装卸载

    下面我的站长站分享一系列帝国CMS插件开发制作教程,从安装到业务逻辑页面,今天先说帝国CMS插件安装卸载页面的开发制作。首先连接数据库,然后判断当前目录是否存在install.off文件,有就代表已经安装,没有就可以继续安装。接着给个表单,判断提交的是安装还...

    帝国cms教程421年前
  • 在网站标题<title>标签内添加页码方法

    最近在做模版的时候想在标签网站标题内添加页码,例如 :打开/e/class/functions.php,搜索函数名下的:修改为:这样再去调用-第17页标签就完美解决了。</p><div class="meta"><em class="class">帝国cms教程</em><div class="tags"><a href="/tags/dgcmsym/" title="帝国CMS页码" target="_blank">帝国CMS页码</a></div><span class="click">28</span><span class="time">1年前</span></div></div></li> <li><div class="txt"><h2><a href="/jiaocheng/php/3319.html">PHP判断指定域名才能访问,其他域名返回404</a></h2><p class="desc">PHP判断指定域名的是否为真,真才能继续访问,其他域名返回为假就显示404页面,可以限制对某些特定域名的访问。我们可以使用$_SERVER['HTTP_HOST']来获取当前的域名,再根据需要来判断是否允许访问。在这个例子中,只有在 $allowedHosts 数组中列出的域名才能...</p><div class="meta"><em class="class">php教程</em><div class="tags"><a href="/tags/phppd/" title="PHP判断" target="_blank">PHP判断</a></div><span class="click">62</span><span class="time">1年前</span></div></div></li> <li><div class="txt"><h2><a href="/jiaocheng/php/3318.html">判断指定时间距离当前时间过了多长时间</a></h2><p class="desc">PHP判断指定时间距离当前时间过了多长时间,方法已经封装成了函数,只需要传入需要判断的时间就可以了自动判断了。</p><div class="meta"><em class="class">php教程</em><div class="tags"><a href="/tags/phpsj_2556/" title="php时间" target="_blank">php时间</a><a href="/tags/phppd/" title="PHP判断" target="_blank">PHP判断</a></div><span class="click">39</span><span class="time">1年前</span></div></div></li> <li><div class="txt"><h2><a href="/jiaocheng/php/3317.html">计算当前时间距离指定时间戳天数</a></h2><p class="desc">PHP计算当前时间距离指定时间戳天数,可以使用time()函数获取当前时间的时间戳,然后将它与你想要计算的过去或未来的时间戳进行比较。为了得到相差的天数,你需要先用两个时间戳相减得到秒数差,然后再除以一天的总秒数(通常是86400秒)并向下取整。...</p><div class="meta"><em class="class">php教程</em><div class="tags"><a href="/tags/phpsj_2556/" title="php时间" target="_blank">php时间</a></div><span class="click">36</span><span class="time">1年前</span></div></div></li> <li><div class="txt"><h2><a href="/jiaocheng/php/3316.html">json_encode函数将值转换为JSON格式的字符串方法</a></h2><p class="desc">json_encode函数可以将PHP查询的值转换为JSON格式,方便数据调用。默认使用方法,'key' => 'value',key为前台调用名称,value为数据库数值。如果你想要将 json_encode 的分成两段独立的 JSON 字符串,代码如下。...</p><div class="meta"><em class="class">php教程</em><div class="tags"><a href="/tags/phphs/" title="PHP函数" target="_blank">PHP函数</a><a href="/tags/json_encode/" title="json_encode" target="_blank">json_encode</a></div><span class="click">50</span><span class="time">1年前</span></div></div></li> <li><div class="txt"><h2><a href="/jiaocheng/dedecms/3315.html">文章动态实时显示浏览次数方法</a></h2><p class="desc">使用DedeCMS建站时,在文章页的信息页面,官方给出的调用文章浏览次数的标签是:这个标签调用的是静态浏览次数,也就是我们生成文章时的那个随机生成的浏览次数,这里不论在文章页怎么刷新都不会增加浏览次数,用户体验十分差。还有的朋友会说怎么不直接使用织...</p><div class="meta"><em class="class">织梦cms教程</em><span class="click">48</span><span class="time">1年前</span></div></div></li> <li><div class="txt"><h2><a href="/jiaocheng/php/3314.html">获取前后日月年等的时间戳方法</a></h2><p class="desc">今天:或昨天:明天:以此类推,向后几天就是+几,向前几天就是-几。比如后7天就是+7:前一周:后一周:跟天同理,向后几周就是+几,向前几周就是-几,只是把day换成week。比如后7周就是+7,:前一月:后一月:跟天同理,向后几月就是+几,向前几月就是-几,只是把day换成month。比如后7...</p><div class="meta"><em class="class">php教程</em><div class="tags"><a href="/tags/sjc/" title="时间戳" target="_blank">时间戳</a></div><span class="click">37</span><span class="time">1年前</span></div></div></li> <li><div class="txt"><h2><a href="/jiaocheng/js/3313.html">利用wordExport插件把网页内容导出为word文档格式教程</a></h2><p class="desc">下载地址:https://github.com/Jasmine1227/jquery.wordexport.js下载地址:https://github.com/eligrey/FileSaver.js/需要导出的内容:导出事件触发按钮。</p><div class="meta"><em class="class">js教程</em><span class="click">34</span><span class="time">1年前</span></div></div></li> </ul> </section> <aside class="txt_list_right"> <nav class="nav"> <div class="title"><i class="iconfont px-fl"></i> <span>栏目分类</span></div> <h3><a href="/jiaocheng/ecms/">帝国cms教程</a></h3><h3><a href="/jiaocheng/dedecms/">织梦cms教程</a></h3><h3><a href="/jiaocheng/discuz/">discuz教程</a></h3><h3><a href="/jiaocheng/ecshop/">ecshop教程</a></h3><h3><a href="/jiaocheng/phpcms/">phpcms教程</a></h3><h3><a href="/jiaocheng/wordpress/">wordpress教程</a></h3><h3><a href="/jiaocheng/maccms/">苹果cms教程</a></h3><h3><a href="/jiaocheng/php/">php教程</a></h3><h3><a href="/jiaocheng/mysql/">数据库教程</a></h3><h3><a href="/jiaocheng/wxxcx/">微信小程序教程</a></h3><h3><a href="/jiaocheng/python/">python教程</a></h3><h3><a href="/jiaocheng/css/">css教程</a></h3><h3><a href="/jiaocheng/js/">js教程</a></h3><h3><a href="/jiaocheng/shiping/">视频教程</a></h3><h3><a href="/jiaocheng/shouce/">电子书</a></h3> </nav> <script type="text/javascript">zz_right()</script> <section class="hot"> <div class="title"><i class="iconfont px-rm"></i> <span>热门推荐</span></div> <ul> <li> <div class="nums">01</div> <a href="/jiaocheng/php/1679.html">分享几个随机美女图api接口</a> <span class="click">4919热度</span> </li> <li> <div class="nums">02</div> <a href="/jiaocheng/ecms/2013-06-08/44.html">内容页获取当前栏目ID及父栏目ID方法</a> <span class="click">3297热度</span> </li> <li> <div class="nums">03</div> <a href="/jiaocheng/maccms/961.html">v10自用调用标签收藏</a> <span class="click">2794热度</span> </li> <li> <div class="nums">04</div> <a href="/jiaocheng/ecms/113.html">二次开发判断会员是否登录 登录后才能看到内容</a> <span class="click">2038热度</span> </li> <li> <div class="nums">05</div> <a href="/jiaocheng/ecms/138.html">新手教程:数据库恢复方法</a> <span class="click">1930热度</span> </li> </ul> </section> <section class="tags"> <div class="title"><i class="iconfont px-tag"></i> 网站制作教程标签</div> <div class="tags_list"> <a href="/tags/mmxg/" rel="nofollow">密码修改</a> <a href="/tags/zdgx/" rel="nofollow">自动更新</a> <a href="/tags/403forbidden/" rel="nofollow">403forbidden</a> <a href="/tags/pcl/" rel="nofollow">批处理</a> <a href="/tags/zffg/" rel="nofollow">字符分割</a> <a href="/tags/cloudflarejc/" rel="nofollow">cloudflare教程</a> <a href="/tags/wzyxsj/" rel="nofollow">网站运行时间</a> <a href="/tags/qdjb/" rel="nofollow">签到脚本</a> <a href="/tags/zdqd/" rel="nofollow">自动签到</a> <a href="/tags/uizjk/" rel="nofollow">UI组件库</a> <a href="/tags/gzhdl/" rel="nofollow">公众号登录</a> <a href="/tags/githubwlxf/" rel="nofollow">Github网络修复</a> <a href="/tags/cloudflarer2/" rel="nofollow">CloudflareR2</a> <a href="/tags/picgo/" rel="nofollow">PicGo</a> <a href="/tags/kxb/" rel="nofollow">开心版</a> <a href="/tags/xsrm/" rel="nofollow">新手入门</a> <a href="/tags/qqly/" rel="nofollow">请求来源</a> <a href="/tags/glhs/" rel="nofollow">过滤函数</a> <a href="/tags/zfb/" rel="nofollow">支付宝</a> <a href="/tags/x-accel/" rel="nofollow">X-Accel</a> </div> </section> <script type="text/javascript">zz_right()</script> </aside> </div> <nav class="pager" aria-label="列表分页"> <span>共有1961个</span><a href="/jiaocheng/">首页</a><a href="/jiaocheng/index_16.html">上一页</a><a href="/jiaocheng/index_15.html">15</a><a href="/jiaocheng/index_16.html">16</a><span>17</span><a href="/jiaocheng/index_18.html">18</a><a href="/jiaocheng/index_19.html">19</a><a href="/jiaocheng/index_18.html">下一页</a><a href="/jiaocheng/index_197.html">尾页</a> </nav> <script type="text/javascript">zz_footer()</script> </main> </div> <footer class="footer"> <div class="copyright"> <div class="box"> <p>我的站长站 版权所有,CopyRight 2020 www.wdzzz.com Inc All Rights Reserved,Powered by EmpireCMS</p> <p><a href="https://m.wdzzz.com" target="_blank" rel="nofollow">手机版</a> - <a href="/sitemap/home.xml" target="_blank" rel="nofollow">HomeXML</a> - <a href="/sitemap/img.xml" target="_blank" rel="nofollow">ImgXML</a> - <a href="/sitemap/news.xml" target="_blank" rel="nofollow">NewsXML</a> - <a href="/sitemap/down.xml" target="_blank" rel="nofollow">DownXML</a> - <a href="/sitemap/html.html" target="_blank" rel="nofollow">HTML</a></p> </div> </div> </footer> </body> </html>