<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>叶子网络bbs论坛 - 建站</title>
    <link>http://www.fob0.com/forum.php?mod=forumdisplay&amp;fid=47</link>
    <description>Latest 20 threads of 建站</description>
    <copyright>Copyright(C) 叶子网络bbs论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 06:43:04 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.fob0.com/static/image/common/logo_88_31.gif</url>
      <title>叶子网络bbs论坛</title>
      <link>http://www.fob0.com/</link>
    </image>
    <item>
      <title>免费版SSL数字证书申请教程</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=414</link>
      <description><![CDATA[从腾讯云申请
打开https://cloud.tencent.com/，免费注册个账号。点击右上角--控制台。


光标放在左上角--云产品--下拉项中点击--SSL证书。


点击--我的证书，再点--申请免费证书。


点 确定。

选择--RSA算法，填上域名和自己的常用邮箱，选择--文件验证，下一步


 ...]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Fri, 26 Aug 2022 05:56:02 +0000</pubDate>
    </item>
    <item>
      <title>如何在godaddy里接收域名？</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=413</link>
      <description><![CDATA[先登录godaddy账号，然后打开链接：https://dcc.godaddy.com/transfers/in?filter=coa
或者按照  我的产品---管理全部--尝试试用版--转入，来打开接收界面
下面会出现你的域名，勾选，点“accept transfer”


然后会弹出一个要填的表格，都填上，点同意条款。


 ...]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Wed, 03 Aug 2022 03:16:00 +0000</pubDate>
    </item>
    <item>
      <title>域名解析示范</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=403</link>
      <description><![CDATA[一、网站解析。

网站解析只需要两条A记录，不同的空间对应不同的ip，两条ip要一样。如果漏了www这条解析，会导致域名前面加了www就打不开网站。

二、腾讯免费版企业邮箱解析。

三、网易免费版企业邮箱解析。



 ...]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Wed, 24 Mar 2021 13:27:25 +0000</pubDate>
    </item>
    <item>
      <title>图标字体链接</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=391</link>
      <description><![CDATA[MDI和fa系列：https://ding.ezleaf.cn/icons/index.html
fa系列--FONTAWESOME:http://www.fontawesome.com.cn/faicons/
icon系列：https://simplelineicons.github.io/
ET-line:https://www.elegantthemes.com/bl ... ont-on-your-website

https://blog.csdn.net/boywc ...]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Fri, 20 Nov 2020 02:38:54 +0000</pubDate>
    </item>
    <item>
      <title>屏蔽IP代码PHP版</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=385</link>
      <description><![CDATA[$ip=$_SERVER[\&quot;REMOTE_ADDR\&quot;]; 
while($ip[count($ip-1)]!=\'.\')$ip=substr($ip,1, -1); //整理出ip段 
$ban=file_get_contents(\&quot;ip.txt\&quot;); 
if(stripos($ban,$ip)) 
{ 
  die(\&quot;U\'re forbiden to view this page!\&quot;);   
}]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Wed, 22 May 2019 04:34:59 +0000</pubDate>
    </item>
    <item>
      <title>刷新本地dns缓存</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=384</link>
      <description><![CDATA[1、用“WIN +R”快捷键打开运行窗口，输入“cmd”命令，进行命令行窗口。2、在命令行窗口输入“ipconfig /flushdns”执行，刷新本地的DNS缓存数据。3、如果在执行“ipconfig /flushdns”时，出现下图所示的“无法刷新DNS解析缓存”的错误，一般是本地的“DNS Client”服 ...]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Thu, 08 Nov 2018 08:19:50 +0000</pubDate>
    </item>
    <item>
      <title>HTTPS下的sharethis分享插件代码</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=380</link>
      <description><![CDATA[横向样式：

    
    
    
    




纵向样式：
stLight.options({publisher: \&quot;da96986a-f2ac-417e-8bf0-abb1ff5b06c1\&quot;, doNotHash: true, doNotCopy: true, hashAddressBar: false});

var options={ \&quot;publisher\&quot;: \&quot;da96986a-f2ac-417e-8bf0-abb1ff5b06c1\&quot;, \&quot;po]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Fri, 24 Aug 2018 06:40:03 +0000</pubDate>
    </item>
    <item>
      <title>跳转到https代码</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=369</link>
      <description><![CDATA[//方法一 https状态
if(!isset($_SERVER[\'HTTPS\']) || $_SERVER[\'HTTPS\'] == \'off\'){
    Header(\&quot;HTTP/1.1 301 Moved Permanently\&quot;);
    header(\'Location: https://\'.$_SERVER[\'HTTP_HOST\'].$_SERVER[\'REQUEST_URI\']);
}
//方法二 判断端口
if($_SERVER[\'SERVER_]]></description>
      <category>建站</category>
      <author>admin</author>
      <pubDate>Wed, 18 Apr 2018 08:49:02 +0000</pubDate>
    </item>
    <item>
      <title>实用网址锦集</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=354</link>
      <description><![CDATA[图片素材类：
末米吧:找网站背景图
昵图网：找banner设计背景图
藏标网：找专业logo设计
素材网：各种特效素材、图片素材


查询工具类：
host-tracker : 查询网站全球打开速度
17CE：查询网站国内各地方打开速度
站长之家 ：查询网站空间所在地址
站长之家： 查询域名 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Sat, 22 Apr 2017 08:35:21 +0000</pubDate>
    </item>
    <item>
      <title>实用网址锦集</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=337</link>
      <description><![CDATA[网站特效：
WOW：特效

图片素材类：
末米吧:找网站背景图
昵图网：找banner设计背景图
藏标网：找专业logo设计
素材网：各种特效素材、图片素材


查询工具类：
host-tracker : 查询网站全球打开速度
17CE：查询网站国内各地方打开速度
站长之家 ：查询网站空间所在地 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Fri, 26 Aug 2016 02:30:36 +0000</pubDate>
    </item>
    <item>
      <title>模版建站之模版修改</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=327</link>
      <description><![CDATA[修改服务：   网站建设有三种方案：模版建站、模版加修改、定制网站。模版是既定的，开通好就可以，所以价格都是事先标明的；定制网站要看具体网站要求和设计外观，不可能这个名字就对应一个市场价，一个小微企业定制网站可能五六千，联想、波司登官网也是定制则上百万 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Thu, 21 Jul 2016 07:58:33 +0000</pubDate>
    </item>
    <item>
      <title>外贸网站必须具备的标准</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=326</link>
      <description><![CDATA[必备标准：1、utf-8编码。前台程序采用的编码类型，这个是国际编码，可以实现全球各地打开都不乱码。2、Div+css。前台程序使用的程序类型，代码精简，利于优化，结构清楚，利于维护修改。3、兼容国际主流浏览器。确保老外使用的浏览器都可以正常打开网站。4、欧美风格。 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Thu, 21 Jul 2016 07:57:23 +0000</pubDate>
    </item>
    <item>
      <title>为什么要做响应式网站？</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=325</link>
      <description><![CDATA[1、什么是响应式设计?
概念：伊桑·马科特在2010年首先提出了响应式网页设计(RWD,Responsive Web Design)这个术语。 简而言之是指网页能自动识别屏幕宽度、并做出相应调整的网页设计。
原理：主要是css根据屏幕宽度，自动调整网页div显示和布局，以适应不同尺寸屏幕优化 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Thu, 21 Jul 2016 07:56:44 +0000</pubDate>
    </item>
    <item>
      <title>谷歌公共库调用</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=321</link>
      <description><![CDATA[1、首先在程序源代码中找到调用Google免费字体库的地址，比如：

2、将Google免费字体库的域名 fonts.googleapis.com 修改为：fonts.useso.com 即可，如下所示：

3、我们会自动将Google免费字体库的字体资源缓存在360网站卫士全国的CDN节点上。Have fun !
如何通过第三 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Wed, 20 Apr 2016 09:03:19 +0000</pubDate>
    </item>
    <item>
      <title>备案专贴----国内内贸网站需要</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=261</link>
      <description><![CDATA[美橙网络
1、幕布照片：半身，居中，能看清幕布上的文字。示范照如下


2、核验单：图例：http://beian.cndns.com/hyd-1.html

个人名义：主办者名称填上姓名，填上域名，最底部签字，其它不填。示范如下:


公司名义：主办者名称填上公司全称，填上域名，最底部签字盖 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Tue, 10 Nov 2015 09:06:38 +0000</pubDate>
    </item>
    <item>
      <title>asp网站后台使用指导下载</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=260</link>
      <description><![CDATA[点此下载]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Thu, 05 Nov 2015 10:06:08 +0000</pubDate>
    </item>
    <item>
      <title>击败99%的详情页优化知识</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=257</link>
      <description><![CDATA[宝贝详情页直接决定着网店宝贝的成交与否。宝贝详情页不能太简单也不能太具体而至繁杂。最好的宝贝描述页面是什么布局呢？
一般我们可以把详情页的必要部分分作五大类别：
      再分析一下消费者的认知规律：
      在这样的逻辑下，说服其购买，详情页的表述要遵从以 ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Tue, 03 Nov 2015 01:57:49 +0000</pubDate>
    </item>
    <item>
      <title>纯css代码编写导航下拉菜单</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=252</link>
      <description><![CDATA[1、使用绝对定位，写好下拉菜单的颜色、宽度，最后定义为不显示。（display:none;）
2、一级悬停的时候，再定义为显示。（display:block;）

范例：
div框架部分：css部分：]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Mon, 21 Sep 2015 14:15:01 +0000</pubDate>
    </item>
    <item>
      <title>TradeManager 网页代码生成</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=251</link>
      <description><![CDATA[把“自己ID帐号”改变自己的TradeManager ID即可]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Tue, 15 Sep 2015 08:29:59 +0000</pubDate>
    </item>
    <item>
      <title>asp和php本地环境搭建指导</title>
      <link>http://www.fob0.com/forum.php?mod=viewthread&amp;tid=250</link>
      <description><![CDATA[asp本地环境搭建：
1、下载一个绿色版netbox 软件。
2、每次使用前点击开启下。
3、在同级中放网页文件，以.asp作为后缀。
4、模块调用示范语句为： 
5、打开地址示范：http://localhost/index.asp ...]]></description>
      <category>建站</category>
      <author>rain</author>
      <pubDate>Thu, 10 Sep 2015 06:30:12 +0000</pubDate>
    </item>
  </channel>
</rss>