引言: Posted on 01.03.05 by wangrx @ 4:52 pm在访问一些大型网站的时候,常常可以在 Web 浏览器的地址栏中看到该网站定制的图标(像新浪、网易、Google 等等 ... ),而自己架设的 Web server 确无法显示可定制图标,该如何设置呢?一直以来我以为需要...
摘要:mail学习中....q:最近我们不少客户投诉发送邮件失败,有部分退信信息如下: > 550-it appears that the dns operator for tpc.net.cn > 550-has installed an invalid mx record with an ip address > 550-instead of a domain name on th......
摘要:使用apt(synaptic)将fedora core2升级为fedora core31. 下载apt:
从http://apt.freshrpms.net找到fc2的apt,下载。
2. 安装:
rpm -ivh apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm
3. 修改配置文件:
找到 /etc/apt 目录下的apt.conf和sources.list......
给自己网站添加图标posted on 01.03.05 by wangrx @ 4:52 pm
在访问一些大型网站的时候,常常可以在 web 浏览器的地址栏中看到该网站定制的图标(像新浪.网易.google 等等 ... ),而自己架设的 web server 确无法显示可定制图标,该如何设置呢?
1.你要自己定制一个 website’s icon ,规格为: 16×16 pixel bitmap,命名为 favicon.ico (为什么叫这个名字后面会讲到),放置在网站的根目录下. 【程序编程相关:我的收藏哈哈】
一直以来我以为需要在 web server 端设置,就找遍了 apache httpd server 的配置文档,上看下看,一直没有找到,令人沮丧.今天,无意间在网上发现一篇帖子,说的就是如何设置 website’s icon,自己测试了一下,it’s work!令人开心,写出来与大家分享一下. 【推荐阅读:net command(1)】
<head> 【扩展信息:Linux的集群系统】
2.在你的网页中添加以下代码段:
...
下一页 摘要:gnome2 session 启动过程概述gnome-session first looks around for the session file which contains theprograms to load and the order they need to be loaded. i think it first tries~/.gnome2/session and if there......