找回密码
 注册

QQ登录

只需一步,快速开始

查看: 476|回复: 3

给你们瞧瞧我现在的配置

[复制链接]
发表于 2007-8-7 20:23:59 | 显示全部楼层 |阅读模式
我现在的配置和《大腕》里的话如出一辙 9 J: D# a g0 g, L9 ^一定得选最好的主板,雇华硕的设计师,攒就得攒最高档次的机器!CPU最少10核,硬盘最小也得1000G,什么宽带呀,光缆呀,卫星呀能给他接的全给他接上,机器里有立体声,机器外有路由器,机器边站一个英国小秘,穿泳妆,特火辣的那种,一开机,甭管有事儿没事儿都得说may I help you sir ~ ~ ~ ? 一口地道的英国淫妇腔儿,倍儿有感觉!!机器里再装一个交叉火力,显卡用讯景的,一年光电费就得几万美金,再配一个500寸的液晶,二十四小时放片儿,就是一个字儿贵!! 光个螺丝就得花个万八千的!周围的友机不是海盗船就是金士顿,你要是内存少于10G,你都不好意思跟人家打招呼。你说这样的机器,一个件儿你得花多少钱?我觉得怎么着也得两千美金吧!两千美金!?那是成本!四千美金起!你别嫌贵还不打折,你得明白空战王牌的心理,愿意掏两千美金攒机的王牌,根本不在乎再多掏两千,什么叫空战王牌你知道吗? 空战王牌就是买什么东西,都买最贵的不买最好的!所以,我们攒机的口号儿就是,不求最好但求最贵! v5 U, {6 U* [2 ], t+ d0 a3 f& w" V/ i2 q
回复

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html>
) o. e: f& S* n4 e<head>
) W  \9 a& }. `5 V2 K3 @<title>无标题文档</title># B( a. u% Z% P# }' ]$ v& o
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">; [- |3 J# h8 _* _: I( ?! e
<style>
7 ?3 p' ?' M8 N/ y: J) u<!--1 k/ x# i% z  p' t/ U& m/ A
body, p, div,td,input {font:menu;line-height: 150%}4 B& m. U4 I  @
.div { font-family: 宋体; font-size: 12px; line-height: 150% }+ A9 P5 n3 i2 B& R% M2 m
-->" T7 |7 V/ f  K& [; s# y) }
</style>
  S+ e% U$ ]0 d5 w5 _<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">! T4 L5 i+ y6 T" u  I- ^) c7 o- `2 w% i
//创建一个数组,用于存放每个月的天数
9 L6 g& z, Y* X5 C3 Rfunction montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11)
8 b8 y/ P8 x; j$ X! M1 o{
6 F! H& E: Z0 L+ X+ ]1 |this[0] = m0;" j8 L" s4 J5 q$ e7 u
this[1] = m1;: Z- Q( c- x$ f; z* l
this[2] = m2;
8 l6 Y; W& g# k' g( W4 ?this[3] = m3;8 c% i6 L, m8 E4 F# N, }4 V7 B" H
this[4] = m4;' l4 r# V8 A& B, c/ A
this[5] = m5;
8 O: e5 h/ k4 G' D4 D& ethis[6] = m6;2 t! v/ W# E, S6 }9 p, p
this[7] = m7;! h  j2 X3 R* W/ o
this[8] = m8;
9 H- m% l2 }6 o* l0 s- mthis[9] = m9;
# L% q: d+ \- Z0 D4 [7 Q/ Xthis[10] = m10;
9 r) a& m4 S8 E$ t7 cthis[11] = m11;
# k' z. a8 Q) I}" s$ G* x, {  C* m/ k7 j
//实现月历  i  n* E( h; c. ^; u6 u
function calendar() {
1 ]4 D9 D* |: ?3 {" Y4 Yvar monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
8 e( z4 x; J+ k: Lvar today = new Date();* W* C7 `# ?% R8 e0 e" W! }9 c
var thisDay;# {  l( a) B, A
var monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
0 c$ f- x# q7 w* @9 Eyear = today.getYear() +1900;
* Y* S. l! s7 q# o1 vthisDay = today.getDate();! z1 @  b; Y9 V* Z& U
if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;
/ I4 i: L  n$ |! L8 rnDays = monthDays[today.getMonth()];! S- b" t4 j' h  u
firstDay = today;8 Q% q: X' H# X: @& j1 N+ M
firstDay.setDate(1);
. J$ q  n8 u2 U9 ~testMe = firstDay.getDate();
5 _1 ^( z1 }* V4 y% aif (testMe == 2) firstDay.setDate(0);& x) h& r( z$ z2 @+ m
startDay = firstDay.getDay();+ U3 f+ T& c* H: ~, U
document.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>")
' ]% V5 R" z* Z4 r* k. Sdocument.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")
& L) R" E; B/ I  mdocument.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");
" h( z6 o  M' N& {0 h! ?' x% |document.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");
( T( C& ?# E; U2 T: j4 Svar dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");4 m6 s+ V: g5 N, W4 B
var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
5 N6 G: t& m: Avar now = new Date();
5 u1 {' ~; n* Q& O- F# ]; R1 r6 B& y- D: Cdocument.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");4 c9 K3 d- W3 e- ]+ t; J% Z
document.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");8 @7 c+ V& c% B, ~, X
document.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");  t; ~& m2 `. L6 J
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");
! g/ l0 Z. @& O3 edocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");
0 ^4 Q  u- N; s0 Ydocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");' g7 o( B1 ?; w/ v
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");
' ?/ o0 ?* l& D2 M2 }4 [document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");9 c  }# t1 u& P2 ]% P. A$ [* q
document.writeln("</TR><TR>");
( [6 K: L+ g/ H8 fcolumn = 0;
! D2 [$ U& y8 X3 s7 ~for (i=0; i<startDay; i++) {
' Q! P& u: Y" V' T$ Z/ w5 U; rdocument.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");
6 T, r; l8 a! j; H2 J& t. ^2 bcolumn++;* m* @: d0 f' Q% G
}# L. ^- U8 A4 R& Q' E3 Z1 \

* k0 Y. j$ D+ L( A3 Zfor (i=1; i<=nDays; i++) {
1 U& d' E* Y8 Y# Q( e% kif (i == thisDay) {* C4 q4 n' j4 A* C7 k. Z
document.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")
6 A: _2 t  o! _/ h7 u% Q8 s}
+ v6 O/ j' W. ~# j, delse {& u! P  X  ]) v+ y
document.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");
1 [% O; C6 E# i! o8 K( L: M}
8 Y' I7 Z  g" y  e- @document.writeln(i);+ X$ @/ Z# \) \, y5 }5 t
if (i == thisDay) document.writeln("</FONT></TD>")
; @5 x- y2 \4 F6 x. A7 ~column++;
- ?- Y% Z3 ~* S0 \( zif (column == 7) {
5 y2 K4 [; v6 |7 B% Cdocument.writeln("<TR>"); $ X. F! Q& V; [3 I& g+ k9 c
column = 0;
0 K! V  q% S# R, e6 ?2 I# `. P}+ i4 }+ B/ e/ R/ X9 H
}
) W! R1 I. f1 R) O; R, pdocument.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>")$ q' R9 J" U' u% }$ f
document.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")$ W# L5 Q5 ~* l3 `
document.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>")/ g4 q; A8 A; x- R
document.writeln("</TD></TR></TABLE></div>");+ }& Q& m8 w' D6 e3 i8 h5 ?) M
}9 z1 o( P- Q/ W5 d% X9 n
</SCRIPT>
! b6 X" Q( k8 J) u8 k<SCRIPT LANGUAGE="JavaScript">- s- y2 B, j4 J. y! u$ i* j
var timerID = null;; `/ e/ b; S' u, {- w8 z$ y5 G
var timerRunning = false;
4 }1 ?' i( y; O/ u) o# J
" r% h( w: q6 F+ p6 Ffunction stopclock (){9 p2 n7 R  r, U
if(timerRunning)' B& {% W* n& n; c
clearTimeout(timerID);+ d, y6 G% g; d6 F: i  c
timerRunning = false;}
% Q2 h2 m# F( K: s
4 D( x, `8 q5 j4 U8 N//显示当前时间
# x" n3 _; A, d* \function showtime () {" j$ S* {$ \5 p' K9 J1 R
var now = new Date();
* O% Q/ D1 b) j, W6 h/ p7 c: t! Pvar hours = now.getHours();8 u" v' m+ o! [: S
var minutes = now.getMinutes();
. R0 }$ Z6 s! n* v* a9 T- M" B, Bvar seconds = now.getSeconds()
$ {0 d' A7 Y: p5 e! V  |( zvar timeValue = " " + ((hours >12) ? hours -12 :hours)& l4 `# F8 i. b8 \
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
; c: y$ {! p2 z, _timeValue += ((seconds < 10) ? ":0" : ":") + seconds
4 M1 O, Q3 U. `& g9 M! itimeValue += (hours >= 12) ? " 下午 " : " 上午 "
* G0 w8 ]5 u+ b2 h! y$ j% udocument.clock.face.value = timeValue;! f( c7 m( M1 L2 ?5 l( D2 w
timerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示0 o) z9 Z8 d  w% d
timerRunning = true;}
5 ~5 w& y" v1 r- `9 Z+ \1 h* Y8 ]2 H: ]
$ _( l$ A/ o  |4 ~" {function startclock () {5 X2 ^, I" t# F5 O
stopclock();
$ P8 s4 M. E. Q) H& b! U( Zshowtime();}- ?+ c0 M, _; \" ]
</SCRIPT>$ N9 X9 w# {4 q/ I
' a+ V) W' w4 X0 l0 q
</head>6 f" Z7 \8 p+ n9 u0 \5 Z. d' t
0 Q1 q4 S- d% j7 E+ H" c
<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">
4 Z6 w7 J5 f5 ~) j1 }0 U3 j<script language="JavaScript" type="text/javascript">) y3 {+ Y" P1 o& }" w5 G
<!--
) V6 M  _9 e/ ?2 A+ d5 F$ ]7 ecalendar();6 ?& Y/ m) g; [4 ~- u
//-->
( P8 P, ^: I3 P
$ I! s: n' a7 \5 h  ?. j# E) U</script>
3 u0 o' y. g8 _4 k# h+ E% R5 h+ p0 w0 B3 i! g
</body>
& c8 M- b+ e5 H( M3 r$ S$ ~; \</html>
回复

使用道具 举报

发表于 2007-8-7 22:28:01 | 显示全部楼层
扫盲知识,XFX没A卡的,交叉火力是A卡专署,N卡名曰SLI....
9 V6 p6 [7 v2 h. K) I( k& X7 E! Z金士顿也能炫耀......换个博帝还差不多
回复

使用道具 举报

发表于 2007-8-7 22:29:47 | 显示全部楼层
同LS!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|=|HERO|=战队 ( 皖ICP备19020640号 )|网站地图

GMT+8, 2026-1-30 09:54

Powered by Discuz! X3.5 Licensed

© 2001-2026 Discuz! Team.

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