年无分老少,事无分难易,但行之有恒,恒之,何三起,五眠 注册 | 登陆
浏览模式: 标准 | 列表2007年04月的文章

海特原创-个人服务器的难言之隐

免费空间-虚拟主机-合租-独力服务器,想必老站长都经历过这样一个阶段。
当拿到属于自己IP,第一次远程服务器的激动,只有自己能体会。
从老把网卡给禁了,到能够安装一系例环境,这要学到多少东西,在别人眼里这算不得什么。

可作为一个个站,体会其中的喜悦又有多少,只有自己知道。

网络中,难免交几个志同道合的朋友,这其中有技术高低的人不同,品质优劣的不等。
有了自己的服务器难免向虚拟空间用户眩耀一翻。如果这朋友开口要1G 2G,你是yes 还是no
一台服务器就才要你那么点空间,如果不给起不显得太小气,还伤了这所谓兄弟间的情谊。
中国人就是这样,放不下这点面子
(不要骂我,我是中国人,这话是我老师说的,我特恨那老师,但我记住了他这句话。)
给就给吧,也才一两个G。好,一个朋友一两个G。谁没三五个?都给吧。
一台服务器也80G 10G系统10G环境及放其它文件 50G网站,10G用来给朋友开空间。

好,空间是开了,可这所谓的兄弟满意不满意又是一回事了。

» 阅读全文

CSS兼容IE与Firefox要点分析

IE vs FF
CSS 兼容要点:

DOCTYPE 影响 CSS 处理

FF: div 设置 margin-left, margin-right 为 auto 时已经居中, IE 不行

FF: body 设置 text-align 时, div 需要设置 margin: auto(主要是 margin-left,margin-right) 方可居中

FF: 设置 padding 后, div 会增加 height 和 width, 但 IE 不会, 故需要用 !important 多设一个 height 和 width

FF: 支持 !important, IE 则忽略, 可用 !important 为 FF 特别设置样式

» 阅读全文

WEB2.0 圆形边框 div 使用 c...


代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml...
<html xmlns="http://www.w3.org/1999/xht...


<head>
<title>WEB2.0 圆形边框 div 使用 css 做法</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="robots" content="all" />
<meta name="author" content="lybykw | blog.tsgcn.com" />
<meta name="Copyright" content="Copyright (c) 2000-2007 blog.tsgcn.com" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" media="screen" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" media="screen" />
<meta name="description" content="网页制作" />
<meta name="keywords" content="展望理想,中国网站资源,刘月波,制作,波波工作室,天翼数码,网站制作,Falsh,下载,成都,多媒体制作,asp,jsp,php,sql,mssql,mysql,酷网站,图标,音乐,mp3" />

<link rel="stylesheet" href="/css/main.css" type="text/css" media="all" />
<script type="text/javascript" src="/public/js/main.js"></script>

<style type="text/css">
<!--
/* WEB2.0 圆形边框 div 使用 css 做法 V1.0 for blog.tsgcn.com Admin Lybykw 2007年02月09日 星期五 10:46:45*/
.wos {width:550px;margin:0px auto;}
.toelws {border:0px solid #BFD2FB;background:#F4F7FE;padding:0px;}
.toelws .te .te1,.toelws .te .te2,.toelws .bt .bt1,.toelws .bt .bt2
{width:11px;height:11px;overflow:hidden;font-size:1px;background:url("http://blog.tsgcn.com/skin... no-repeat;border:0px solid;}
.toelws .te {clear:both;}
.toelws .te .te1 {float:left;background-position:0 0;}
.toelws .te .te2 {float:right;background-position:-11px 0;}
.toelws .te .te3 {float:left;width:528px;border-top:1px solid #BFD2FB;font-size:1px;}
.toelws .bt {clear:both;}
.toelws .bt .bt1 {float:left;background-position:-0px -11px;}
.toelws .bt .bt2 {float:right;background-position:-11px -11px;}
.toelws .bt .bt3 {float:left;width:528px;border-bottom:1px solid #BFD2FB;height:10px;font-size:1px;background:#F4F7FE;}
.content {padding:15px;font:11px verdana;border-left:1px solid #BFD2FB;border-right:1px solid #BFD2FB;}

.t234 {border:0px solid red;}

-->
</style>

<script language="javascript">
<!--

//-->
</script>

</head>
<body>

<div class="wos">
<div class="toelws">
 <div class="te"><div class="te1"></div><div class="te3"></div><div class="te2"></div></div>
  <div class="content">
   <div class="t234">The MSDN Library What's New page contains a comprehensive list of all new and
revised content for the July 2001 release. Continue reading this page for
highlights of new content in the Library.<br>
<br>
Microsoft Office XP Developer Documentation<br>
<br>
This Library release contains all the information professional developers need
to build and deploy applications and business solutions for Microsoft Office.
Microsoft Office XP Developer provides a complete set of developer tools,
documentation, and sample code for quickly creating custom applications with
Office and other Microsoft Visual Basic for Applications杄nabled programs. <br>
<br>
MapPoint 2002<br>
<br>
Microsoft MapPoint 2002 brings powerful mapping and analysis features to your
desktop. Use MapPoint 2002 to quickly find geographic locations, visually
analyze your business data, and create, customize, and integrate maps into
Office documents. <br>
<br>
Office XP Documents<br></div>


  </div>
 <div class="bt"><div class="bt1"></div><div class="bt3"></div><div class="bt2"></div></div>
</div>
</div>


</body>
</html>

骂人的艺术

古今中外没有一个不骂人的人。骂人就是有道德观念的意思,因为在骂人的时候,至少在骂人者自己总觉得那人有该骂的地方。何者该骂,何者不该骂,这个抉择的标准,是极道德的。所以根本不骂人,大可不必。骂人是一种发泄感情的方法,尤其是那一种怨怒的感情。想骂人的时候而不骂,时常在身体上弄出毛病,所以想骂人时,骂骂何妨。
  但是,骂人是一种高深的学问,不是人人都可以随便试的。有因为骂人挨嘴巴的,有因为骂人吃官司的,有因为骂人反被人骂的,这都是不会骂人的原故。今以研究所得,公诸同好,或可为骂人时之一助乎?
 
  一、知己知彼
 
  骂人是和动手打架一样的,你如其敢打人一拳,你先要自己忖度下,你吃得起别人的一拳否。这叫做知己知彼。骂人也是一样。譬如你骂他是“屈死”,你先要反省,自己和“屈死”有无分别。你骂别人荒唐,你自己想想曾否吃喝嫖赌。否则别人回敬你一二句,你就受不了。所以别人有着某种短处,而足下也正有同病,那么你在骂他的时候只得割爱。
 
  二、无骂不如己者

» 阅读全文

Records:712