Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Forums
Articles
Today's Posts
PHOTO
Forum
Member Zone
Club Zone
Announcement
Collapse
No announcement yet.
รวมพลคนใช้ PSU ยี้ห้อ SEASONIC ทุกรุ่นที่กระทู้นี้ครับ เชิญพบปะพูดคุยด้านในครับ
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
169
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
1
43
44
45
46
47
48
49
50
51
52
53
169
template
Next
Join Date:
Today
Posts:
Share
Tweet
#706
24 Jul 2012, 21:07:52
ตัวไหนดี
seasonic x-serie 850w 59xx
Seasonic Platinum 860W 69xx
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#707
24 Jul 2012, 21:41:12
Originally posted by
spark12345
View Post
ตัวไหนดี
seasonic x-serie 850w 59xx
Seasonic Platinum 860W 69xx
ถ้าอยากได้ เทคโนโลยีใหม่ก็ Seasonic Platinum 860W
ถ้าประหยัดเงินก็ seasonic x-serie 850w ครับ
Comment
Post
Cancel
Join Date:
Today
Posts:
Share
Tweet
#708
25 Jul 2012, 22:04:49
Originally posted by
nikjaza
View Post
ถ้าอยากได้ เทคโนโลยีใหม่ก็ Seasonic Platinum 860W
ถ้าประหยัดเงินก็ seasonic x-serie 850w ครับ
ขอบคุณครับ
ว่าแต่ต่างกันมากไหมในการจ่ายไฟ
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#709
25 Jul 2012, 22:36:32
Originally posted by
spark12345
View Post
ขอบคุณครับ
ว่าแต่ต่างกันมากไหมในการจ่ายไฟ
จ่ายเหมือนกันครับไม่ต่างครับ ไม่เห็นผลเลยครับ
Comment
Post
Cancel
Join Date:
Today
Posts:
Share
Tweet
#710
26 Jul 2012, 11:32:02
ขอบคุณครับ
Comment
Post
Cancel
priewpol
OverclockZone Member
Join Date:
21 Sep 2008
Posts:
481
Share
Tweet
#711
26 Jul 2012, 12:52:59
ใครซื้อร้าน jedi บ้างครับ ประกันดีมั้ยครับ พวก x-serie สนใจอยู่แต่เห็นว่าประกันร้านใช่มั้ยครับแล้วประกันกี่ปี
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#712
26 Jul 2012, 14:00:15
Originally posted by
priewpol
View Post
ใครซื้อร้าน jedi บ้างครับ ประกันดีมั้ยครับ พวก x-serie สนใจอยู่แต่เห็นว่าประกันร้านใช่มั้ยครับแล้วประกันกี่ปี
ประกันร้าน Jedicool ครับ พวก x-serie ประกัน 5 ปีครับ ถามว่าดีไหม ผมเคลมของร้านนี้มา สองครั้งเปลี่ยนใหม่ทันทีครับ ทั้ง รุ่น Tt 650W , Seasonic 850W
ผมได้ของใหม่จากทางร้านทันทีครับบริการก็ดีเยี่ยมครับ
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#713
28 Jul 2012, 14:33:56
นางกวักมาใหม่
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#714
31 Jul 2012, 22:48:38
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#715
9 Aug 2012, 01:32:28
การ์ดจอใหม่ครับ กินไฟมากกว่าเดิมครับผม
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#716
11 Aug 2012, 23:25:55
update
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#717
14 Aug 2012, 20:08:54
<?php
DEFINE ('DB_USER', 'root');
DEFINE ('DB_PASSWORD', 'toyota');
DEFINE ('DB_HOST', 'localhost');
DEFINE ('DB_NAME', 'carcare');
$conn = mysqli_connect (DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);
mysqli_set_charset ($conn, 'utf8');
$sql='select * from transport';
$result=mysqli_query($conn,$sql);
if(mysqli_num_rows($result)>0){
echo '<table border=1>';
while($array=mysqli_fetch_array($result))
echo '<tr><td>'.$array['TSN'].'</td><td>'.$array['TNAME'].'</td><td>'.$array['DNO'].'</td><td>'.$array['ESSN'].'</td></tr>';
echo '</tabel>';
}
?>
Comment
Post
Cancel
Geek
OverclockZone Member
Join Date:
29 Dec 2009
Posts:
15896
Share
Tweet
#718
14 Aug 2012, 20:11:53
Originally posted by
nikjaza
View Post
<?php
DEFINE ('DB_USER', 'root');
DEFINE ('DB_PASSWORD', 'toyota');
DEFINE ('DB_HOST', 'localhost');
DEFINE ('DB_NAME', 'carcare');
$conn = mysqli_connect (DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);
mysqli_set_charset ($conn, 'utf8');
$sql='select * from transport';
$result=mysqli_query($conn,$sql);
if(mysqli_num_rows($result)>0){
echo '<table border=1>';
while($array=mysqli_fetch_array($result))
echo '<tr><td>'.$array['TSN'].'</td><td>'.$array['TNAME'].'</td><td>'.$array['DNO'].'</td><td>'.$array['ESSN'].'</td></tr>';
echo '</tabel>';
}
?>
fixed
Comment
Post
Cancel
nikjaza
Join Date:
6 Mar 2009
Posts:
29657
Share
Tweet
#719
24 Aug 2012, 09:42:53
*-*
Comment
Post
Cancel
darkapril
OverclockZone Member
Join Date:
9 Mar 2008
Posts:
1745
Share
Tweet
#720
24 Aug 2012, 12:08:15
2 ท่านด้านบนเล่นอะไรกันครับ *-*
Comment
Post
Cancel
Previous
1
43
44
45
46
47
48
49
50
51
52
53
169
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment