http://www.sufeinet.com/plugin.php?id=keke_group

苏飞论坛

 找回密码
 马上注册

QQ登录

只需一步,快速开始

分布式系统框架(V2.0) 轻松承载百亿数据,千万流量!讨论专区 - 源码下载 - 官方教程

HttpHelper爬虫框架(V2.7-含.netcore) HttpHelper官方出品,爬虫框架讨论区 - 源码下载 - 在线测试和代码生成

HttpHelper爬虫类(V2.0) 开源的爬虫类,支持多种模式和属性 源码 - 代码生成器 - 讨论区 - 教程- 例子

查看: 4031|回复: 1

[Discuz] 在首页四格上方或者上方添加导航条

[复制链接]
发表于 2017-3-4 02:40:00 | 显示全部楼层 |阅读模式
如本站所示
代码如下
[HTML] 纯文本查看 复制代码
<style type="text/css">   
.tongji{float: left; margin-right: 8px;} 
</style>    <div  style="  
background:rgb(255, 255, 255);        
line-height: 40px; 
border-top: 1px dashed #CDCDCD;
padding-left: 8px;
height: 45px;
overflow: hidden;">   
        
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=26" target="_blank" class="xi2 tongji" sc="1" style="color:red;float: left; margin-right: 8px;">多线程 |</a>
<a  href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=35" target="_blank" class="xi2 tongji" sc="1">Socket |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=11" target="_blank" class="xi2 tongji" sc="1">数据库 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=3" target="_blank" class="xi2 tongji" sc="1">C#皮肤 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=46" target="_blank" class="xi2 tongji" sc="1">Json |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=49" target="_blank" class="xi2 tongji"  sc="1">Mongodb |</a>  
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=52" target="_blank" class="xi2 tongji" sc="1">格式化 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=51" target="_blank" class="xi2 tongji" sc="1">自动登录 |</a> 
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=16" target="_blank" class="xi2 tongji" sc="1" style="color:red;">C#课程 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=47" target="_blank" class="xi2 tongji" sc="1">SEO |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=7" target="_blank" class="xi2 tongji" sc="1">接口网页抓取 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=60" target="_blank" class="xi2 tongji" sc="1">文件操作 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=33" target="_blank" class="xi2 tongji" sc="1">图片上传 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=55" target="_blank" class="xi2 tongji" sc="1">Cookie |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=6" target="_blank" class="xi2 tongji" sc="1" style="color:red;">源码分享 |</a> 
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=22&fromop=all" target="_blank" class="xi2 tongji" sc="1">Httphelper例子</a>
</div>

<div  style="
background:rgb(255, 255, 255);
line-height: 40px;
border-top: 1px dashed #CDCDCD;
padding-left: 8px;
height: 45px;
overflow: hidden;">  
<a href="http://www.sufeinet.com/thread-17823-1-1.html" target="_blank" class="xi2 tongji" sc="1" style="color:red;">苏飞开发助手V2.0源码 |</a>
<a href="http://www.sufeinet.com/thread-655-1-1.html" target="_blank" class="xi2 tongji" sc="1">C#基类库,最全的C#类库 |</a>
<a href="http://www.sufeinet.com/thread-16285-1-1.html" target="_blank" class="xi2 tongji" sc="1" style="color:red;">工具网整站源码下载 |</a>
<a href="http://www.sufeinet.com/thread-2-1-1.html" target="_blank" class="xi2 tongji" sc="1">C#皮肤,GDI+完美实战 |</a> 
<a href="http://www.sufeinet.com/forum-180-1.html" target="_blank" class="xi2 tongji" sc="1" style="color:red;">云平台大数据等你来 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=5" target="_blank" class="xi2 tongji" sc="1" >苏飞多年开源作品集全部源码 |</a>
<a href="http://www.sufeinet.com/forum.php?mod=collection&action=view&ctid=30&fromop=all" target="_blank" class="xi2 tongji" sc="1" >WebBrowser绝技</a>
</div>  


添加一个自定义广告,然后将代码嵌入相应 位置即可


1. 开通SVIP会员,免费下载本站所有源码,不限次数据,不限时间
2. 加官方QQ群,加官方微信群获取更多资源和帮助
3. 找站长苏飞做网站、商城、CRM、小程序、App、爬虫相关、项目外包等点这里
 楼主| 发表于 2017-3-4 02:40:56 | 显示全部楼层
QQ截图20170304024040.png
看看效果吧
您需要登录后才可以回帖 登录 | 马上注册

本版积分规则

QQ|手机版|小黑屋|手机版|联系我们|关于我们|广告合作|苏飞论坛 ( 豫ICP备18043678号-2)

GMT+8, 2024-4-19 22:17

© 2014-2021

快速回复 返回顶部 返回列表