返回 草莽英雄--非天之門[龍滴血] 首页

但使龍城飛將在 不叫胡馬度陰山 注册 | 登录
浏览模式: 标准 | 列表2007年01月的文章

150M/50G/PHP/MySQL/绑米/CP

• 150MB de Espacio en Disco
• 50Gb de Bandwidth mensual
• 100 Bases de Datos MySQL
• 100 Cuentas FTP
• 100 Subdominios
• 100 Cuentas de Email
• Un dominio parqueado y un dominio agregado
• Entre otras características más...
Free

» 阅读全文

Tags: 免费空间

IRC基础命令

这些命令在任何一个标准IRC服务器上都是适用的。

 /JOIN 命令
【语法】
   /join <#闲聊室> [该闲聊室的密码]
【描述】
  用来加入某个闲聊室。如果该闲聊室设置了密码,你可以指定它。

--------------------------------------------------------------------------------
/PART 命令
【语法】
   /part <#闲聊室> [退出的原因]
【描述】
  用来退出某个闲聊室,在某些IRC服务器上,你还可以指定退出的原因。

» 阅读全文

5GB Space, MySQL, PHP, No ads, Free Subd...

Dear All,

Thanks to the webmasters of FWS for giving free webhosts like me the opportunity to advertise their services in a dedicated forum without making a nuisance of ourselves by trying to market in other forums.

http://www.5GBFree.com is offering:
* 5GB Free Web Space (hence the name!)
* 10 MySQL Databases/Database Users
* FTP Uploads
* PHP Scripting
* No forced adverts
* You can run adverts on your own site
* Free subdomain (or use your own domain name)

If you have any questions, please do let me know. I'd also be very interested in hearing anyone's marketing ideas for promoting the site further.

Tags: 免费空间

Firefox下月1日升级 兼容Vista

Windows Vista零售版即将在本月底正式发布,Mozilla也计划在2月1日对Firefox进行升级,使其更好地工作在新系统下。

Mozilla的每周会议记要显示,Firefox 1.5和Firefox 2.0将在三周后同时推出新版,版本号1.5.0.10和2.0.0.2。新版Firefox的主要目标是修复大量bug。截至目前,Mozilla已经 清除了大约100个bug,但仍有60个左右需要继续工作,尤其是与Vista有关的。

不过,2月1日只是初步确定的发布日期,如果情况有变,可能会提前或推迟。

另外,Mozilla还将向Firefox 1.5.x提供直接升级到Firefox 2.0.x的途径,而无需再单独下载新的安装程序。根据Mozilla的决定,从今年4月24日,Firefox 1.5.x将被放弃,不再进行安全性升级。

Tags: firefox

Firefox配置文件精华技巧

  user.js - 用来改变各种选项.
  userChrome.css - 用来改变浏览器的外观.
  userContent.css - 用来改变网页的外观.

  所有的这些文件都纯文本文件,存储在您的配置文件夹里面,并可以使用任何一个标准的编辑器来编辑它们,比如:windows系统中的记事本或者Texturizer和Linux系统中的gedit或者kate

» 阅读全文

Tags: firefox

Firefox 的界面由中文变成了英文,如何改回来?

问:Firefox 自动升级后,或扩展更新后,Firefox 的界面由中文变成了英文,如何改回来?
答:请在 Firefox 的地址栏输入
about:config
在 Filter 一栏中输入
locale

找到并用鼠标双击
general.userAgent.locale

将 en-US 改为 zh-CN 。

Tags: firefox

改变Firefox进度条颜色

要改变Firefox进度条的默认颜色(包括在状态栏和下载窗口中的),将以下代码增加到你的配置文件夹的userChrome.css文件中。
/* Change the progress bar color */
.progress-bar {
-
moz-appearancenone !important;
background-color#660000 !important;
}

要使用你喜欢的颜色,改变RGB代码(#660000)即可,例如:

» 阅读全文

Tags: firefox