30夜晚杀穷鬼!!!
gz和chh冇几天了还没人出东西啊啊啊我就收板+u+显卡啊啊啊啊啊 !!国内还有啥地方出二手配件多的!! i5 760
p7p55d
5850公版! zol论坛看看吧,人也挺多的 p55
i7870
要么 哦 zol,我等会去看看 x58就算了 忒贵又不见得好
和p55+i7860差不多价格的话还要考虑考虑... 收个955BE,有出的吗 收个955BE,有出的吗 引用第5楼wushilan50于2012-01-06 12:27发表的:
p55
i7870
要么 images/back.gif
什么价钱 !!!我生气啦,我要写个脚本刷gz chh和zol,一看见有要的东西就发飞信!!!草 写脚本去 说实话,你那价钱开的太低了,收不到的 我都见几个了i5 760 有750的,700的都见人出过,800的,850普遍。
p7p55d行货400-450的都有,10月p7p55d-e的才450。
今天还看见个1050的i7 870 i5 760
p7p55d
嗯 机箱里装的正是这些...
但是 等到ivy出来再说吧 i5 760
p7p55d
嗯 机箱里装的正是这些...
但是 等到ivy出来再说吧 引用第15楼一卵星辉于2012-01-06 20:45发表的:
只要1950 U+主板+2G*3 内存带回家!
24小时确认付款包一半顺丰! images/back.gif
LZ想1200收全套,我觉得不可能收的到就是了 不是三大,不算内存,内存自己买新的4G 30nm的三星金条又不贵还包超2133
板子加U 1200
价格看下面帖子,1K2又不是随便说的....
800U
http://www.chiphell.com/forum.php?mod=viewthread&tid=338126&extra=&highlight=i5%2B760&page=1
p7p55d
http://www.chiphell.com/forum.php?mod=viewthread&tid=295344&highlight=p7p55d
http://www.chiphell.com/forum.php?mod=viewthread&tid=332138&highlight=p7p55d
http://www.chiphell.com/forum.php?mod=viewthread&tid=314966&highlight=p7p55d
1050的i7 870
http://diybbs.zol.com.cn/fleanew/detail.php?item_id=38004 你也不看看你贴的都是些什么货色,800块的u要和一块垃圾板和垃圾内存打包出
400快的主板都是些出问题了的货色,1050的i7无盒无保仅包正常使用
你要是要以这些的价格当市价来收的话,恩,祝早日收到 i5 760 大概900上下
p7p55d大概500上下...
你这1200难度确实不小
二手买卖很多时候就在那50块砍来砍去的... 我随便贴了点而已难道要我贴全?
cpu我就没见过坏的,还保修盒装捏,要来干嘛?...
760 900随便收了还上下,真当这U保值啊,q96还卖1k3捏你和775比....,要我贴别人700和750的760出来么.....
性能是没淘汰,但是给inter给卖了....
-v-昨天有人卖2400的三星条子,发帖的时候看见了没反应过来几个小时就全没了orz
脚本差不多了...麻痹没事刷住,嘿嘿
import struct,re,sys,urllib2,urllib,time
import threading
import daemon
p = daemon.DaemonContext()
p.open()
def getUrl(condition,bbs_url,lock=0):
k = 0
while k == 0:
try:
respone = urllib2.urlopen(bbs_url)
charset = respone.headers.getparam('charset')
if charset is None:
charset = "GBK"
Html_text = respone.read().decode(charset)
respone.close()
except:
print "error"
i = 0
lines = Html_text.split('\\n')
for line in lines:
if condition['re_CupAndP55'].search(line) or ( not condition['re_Video_No'].search(line) and condition['re_Video_Yes'].search(line) and condition['re_Video'].search(line)):
print line
link = re.compile('.*<a\\shref=\\"([^\\']*\\.html)').findall(line)
if len(link) == 0:
true_link = re.compile('\\/.*').findall(lines)
if len(true_link)>0:
lock.acquire()
try:
f = open('/root/2hand.txt','a+')
url_list = f.readlines()
if 'http://diybbs.zol.com.cn' + true_link + '\\n' not in url_list:
f.writelines('http://diybbs.zol.com.cn%s\\n' % true_link)
f.close()
except:
f.close()
lock.release()
else:
lock.acquire()
try:
f = open('/root/2hand.txt','a+')
url_list = f.readlines()
if link + '\\n' not in url_list:
f.writelines('%s\\n' % link)
f.close()
except:
print "error"
f.close()
lock.release()
i += 1
time.sleep(90)
class myGet(object):
def __init__(self):
self.lock = threading.Lock()
self.url = {'gz':'http://we.pcinlife.com/forum-298-1.html','zol':'http://diybbs.zol.com.cn/subcate_list_300.html','chh':'http://www.chiphell.com/forum-26-1.html'}
self.condition = {'re_CupAndP55':re.compile(r'.*(?=i5 760|i5 750|i5750|i5760i|p7p55d).*/a>',re.I),\\
're_Video':re.compile(r'.*(?=5850|5870).*/a>',re.I),\\
're_Video_Yes':re.compile(u'公版',re.I),\\
're_Video_No':re.compile(u'非公版',re.I)}
def run(self):
for i in self.url.values():
postThread = threading.Thread(target=getUrl,args=(self.condition,i,self.lock))
postThread.start()
if __name__ == '__main__':
get = myGet()
get.run()
页:
[1]