找回密码
 注册

QQ登录

只需一步,快速开始

查看: 939|回复: 3

给你们瞧瞧我现在的配置

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

使用道具 举报

发表于 2007-8-7 20:31:45 | 显示全部楼层
<html>
- K6 t6 }1 ?1 t) d3 t. |<head>' [$ e. H7 W9 Z2 D( C
<title>无标题文档</title>
$ z6 h+ I' q1 Z<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
0 c! n: f4 k( p" i<style>8 n- Y$ d0 T' Q5 e$ S0 T
<!--
( j, c( B- `" D$ {- cbody, p, div,td,input {font:menu;line-height: 150%}
7 u- G! P6 _/ u, G& d: M.div { font-family: 宋体; font-size: 12px; line-height: 150% }
1 G6 d/ I+ q9 I; Q2 N- d0 O, B( d-->
: J8 P# H( h+ t  K2 h</style>3 d- O  V3 z/ @7 D4 x
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
- L7 Y& ^/ O+ R, s9 [//创建一个数组,用于存放每个月的天数; z/ y; ]7 }3 R  H
function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11)
& j4 B  ?" d8 S& \$ D$ [$ H  O' h{
5 F8 i8 u# a; b/ P! Xthis[0] = m0;% f4 W7 W, ^6 p$ U: x; D
this[1] = m1;' L% p; T' |- a7 f2 x% r
this[2] = m2;4 [4 B! Q6 |/ B) y* `
this[3] = m3;
, T, u& T6 @* d- P( ythis[4] = m4;
, r7 Z+ O7 ~4 I, L3 z2 sthis[5] = m5;
5 _% b0 U) A, _3 L7 @this[6] = m6;8 v  V4 h9 @& K6 s- Z
this[7] = m7;! t$ I/ |# t) e, X/ `4 o3 P/ l2 j
this[8] = m8;( B/ Q. r/ J; h' x. a+ t# R; Z
this[9] = m9;
: B, W  _1 k& f( j* u: kthis[10] = m10;
& ^: D  F" a: W# q. _, k" nthis[11] = m11;
1 m& a1 |  s1 `0 b! h}
# V( l4 @) I9 t' {5 _: L/ s//实现月历% Y- @$ R( J: H, W  n) F! _' N( z
function calendar() {
! l* B4 z: g) M/ s+ xvar monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";' I0 l; T6 r9 q% J; F
var today = new Date();
0 \/ n$ ~! N5 p. n  |' U2 lvar thisDay;
* y) v+ y+ E3 Z+ e0 c; pvar monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);. l$ g* h' |2 a- Q; R% Q# K) B
year = today.getYear() +1900;5 H6 W: o( E) O7 @! C+ q
thisDay = today.getDate();" _; L4 W+ a# @# p2 n
if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;
$ V* Z3 l& o$ UnDays = monthDays[today.getMonth()];
$ H9 [/ g4 {$ J. FfirstDay = today;
% q8 w$ ^6 e  k- r; e1 p: q5 ]! YfirstDay.setDate(1);
2 O$ Q: w  _' c. y! vtestMe = firstDay.getDate();
* o2 N& p  t. V) |9 Y' Iif (testMe == 2) firstDay.setDate(0);. j( z+ v! W4 G8 z4 a
startDay = firstDay.getDay();  ?) c( V! i" z4 Y2 x
document.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>")
. y5 K6 ]. s; ^" U6 h0 F6 \/ x6 D, edocument.write("<TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>")- o+ K! T( J% M- T
document.write("<TR><TD><table border='0' cellspacing='1' cellpadding='2' bgcolor='Silver'>");7 x8 q: J% E% U+ Y8 j6 s( C
document.write("<TR><th colspan='7' bgcolor='#C8E3FF'>");
6 g3 m9 C5 D0 P3 X4 zvar dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");" `% V  o% W* i" M+ x5 G: X
var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
+ k& U5 V4 E! K% Wvar now = new Date();# w- x; X) a6 b. ]0 q' F/ x
document.writeln("<FONT STYLE='font-size:9pt;Color:#330099'>" + "公元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");
2 D; o2 r" Z- v: S) Pdocument.writeln("</TH></TR><TR><TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>日</FONT></TH>");; ?% B# F6 \* G# t2 Y+ T0 X' _
document.writeln("<th bgcolor='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>一</FONT></TH>");! a) O/ ?6 I0 ]% d$ j8 K0 ?4 C3 z9 Q
document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>二</FONT></TH>");
6 n/ L9 \/ q& v. Edocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</FONT></TH>");
3 ^" h( U4 C5 ~* h" S& xdocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>");
+ N, S6 q& P% p1 n+ M* |document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>五</FONT></TH>");
2 T1 c$ e+ ~2 i3 ?/ U: A' odocument.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>");
. \9 f8 h$ r8 Q  t4 Edocument.writeln("</TR><TR>");
9 f, E# R. Y/ a0 Ncolumn = 0;
3 E5 @7 y8 Y# |% z( ^. t' }7 gfor (i=0; i<startDay; i++) {
* ~0 K. e" R4 m* `* O3 Rdocument.writeln("\n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>");
% Q, Z2 @2 X! Ncolumn++;
; ^8 q- _: ~* p$ Z" D}# K$ y  w0 @# ?- ?# l/ I
6 o1 s- F) s. c( Q2 r' Z# ^# B4 M% y
for (i=1; i<=nDays; i++) {
+ G9 V# M  J1 Oif (i == thisDay) {4 ]/ y, i) R' N/ K; x: b
document.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt;Color:#ffffff'><B>")
7 s2 l: i  W5 Y}
' ^4 K4 R0 x" o. g- Aelse {/ E& T; ]6 b4 r7 o7 g7 h# Y
document.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE='font-size:9pt;font-family:Arial;font-weight:bold;Color:#330066'>");
& P+ B+ {8 q/ |2 g. J/ h}
2 l& A# d5 v5 ]document.writeln(i);, p  f4 \7 C; Y. c& N+ s
if (i == thisDay) document.writeln("</FONT></TD>")
! ]- p, ?0 l& z+ x) scolumn++;) ~: B+ K* g2 T7 M. @
if (column == 7) {. m9 b: b+ O9 |9 R
document.writeln("<TR>");
- s! W+ L+ F* @column = 0;
/ A. |- Q0 F% k+ D' {. A8 F}
( X, g! z, N$ }}
  d7 k0 w  Q! [document.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP' BGCOLOR='#0080FF'>")
0 R4 Q6 o( t5 f" H/ B+ xdocument.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color:#ffffff'>")9 I8 E" o$ v& R/ G
document.writeln("现在时间:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></TABLE>")
8 I) N( P, M' `) c/ F  @document.writeln("</TD></TR></TABLE></div>");& [* L% Q; O, j$ R# C5 V
}
1 W; u2 t9 U: b" f' P</SCRIPT>
5 L  S( H- I- ?: U( j6 Q% ^; Z<SCRIPT LANGUAGE="JavaScript">
! ~7 W2 N3 k( v* w) X' e9 }. V- tvar timerID = null;) A6 M0 n) f* @
var timerRunning = false;2 @* w2 g, _  B9 S' J

, R! w* R1 G2 o4 g/ K; e6 h1 `  Z# ]function stopclock (){' T7 G+ H1 P! d( u+ o9 Y* \+ Q
if(timerRunning)" Q, m0 @* p1 Z1 j) x8 U( ^
clearTimeout(timerID);/ \3 h# d! H: d
timerRunning = false;}- v/ c* B! D& T: a4 v; Y% n

' d1 W" E/ m- s1 m! @//显示当前时间
* o% H9 P1 ?2 ?2 k% wfunction showtime () {
; O& C+ o4 g- }; Hvar now = new Date();4 F6 B. S+ t: P
var hours = now.getHours();
% U9 ?; G" }* L* h& v% Ivar minutes = now.getMinutes();- y3 s$ F# {) ?$ j
var seconds = now.getSeconds()
1 n* c. l6 w" b, Z# ~var timeValue = " " + ((hours >12) ? hours -12 :hours)% V$ s# r  I5 U$ n. w$ s0 d
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
: F! U, B/ k1 }2 ^7 ttimeValue += ((seconds < 10) ? ":0" : ":") + seconds
5 W2 T  t0 a% BtimeValue += (hours >= 12) ? " 下午 " : " 上午 "
$ v7 l+ o: J3 b1 K! Ndocument.clock.face.value = timeValue;( `4 s8 s) x( C) M& {
timerID = setTimeout("showtime()",1000);//设置超时,使时间动态显示
( \5 u" a4 G$ `timerRunning = true;}* O* E" y# Z" c$ [, V
( @, ]; A4 z# u/ P5 [& X
function startclock () {
( E! F& \' p! U& t3 g7 ]0 jstopclock();* n# ^0 Q1 e! o8 C
showtime();}3 L& E# J3 U- `, L; L6 _& k
</SCRIPT>
5 |# q/ n6 \# q. a! C" l+ v5 |& p3 \" d& j! _# n" g# r, v' w
</head>
/ T+ a9 a! {$ G1 Z1 J, D
- P+ F5 [  _3 E<body bgcolor="#FFFFFF" onLoad="startclock(); timerONE=window.setTimeout"text="#000000">) r6 \9 o* A, X0 q
<script language="JavaScript" type="text/javascript">+ r* {: a" {  S7 ^7 A5 N
<!--/ {6 }$ i5 o2 ~) d0 l
calendar();* i; Y1 k1 @; b2 n" ?' J! u
//-->& _# k- m7 c# @3 s# z& }2 o6 p/ M
7 N8 C) t. F  R% b4 E# U
</script>! ~. s+ U6 V2 ^: d: p0 w
9 `8 a  g& J$ z, l3 y1 m
</body>1 b3 _, I& i, w9 A! S+ `
</html>
回复

使用道具 举报

发表于 2007-8-7 22:28:01 | 显示全部楼层
扫盲知识,XFX没A卡的,交叉火力是A卡专署,N卡名曰SLI..../ F) W  S4 d  k% u
金士顿也能炫耀......换个博帝还差不多
回复

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-8-18 09:06

Powered by Discuz! X5.0 Licensed

© 2001-2026 Discuz! Team.

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