當時覺得PC太慢又時常有移動需求,PChome 24HR 特價就殺下去了(i3 2330M,4G)
因為處理速度比家裡PC還快(Pentium E2140)
所以PC轉為小server,工作娛樂平時都和L740朝暮相處
又因為是白色,所以擔心好幾年後會泛黃Orz..
因為從小被ASUS筆電荼毒,有些習慣建立了就很難改,主要都拿L740跟ASUS的筆電比較,如今相處快三個月,優缺點列表如下,當然這篇文章是非常主觀且不公平的XD: 繼續閱讀文章 »
當時覺得PC太慢又時常有移動需求,PChome 24HR 特價就殺下去了(i3 2330M,4G)
因為處理速度比家裡PC還快(Pentium E2140)
所以PC轉為小server,工作娛樂平時都和L740朝暮相處
又因為是白色,所以擔心好幾年後會泛黃Orz..
因為從小被ASUS筆電荼毒,有些習慣建立了就很難改,主要都拿L740跟ASUS的筆電比較,如今相處快三個月,優缺點列表如下,當然這篇文章是非常主觀且不公平的XD: 繼續閱讀文章 »
整個台灣從有了7-wifi之後 我才真正感受到無線網路的普及
但手上7-mobile的帳號只能登入一個設備 無法多設備同時登入 真可惜XD
至於分享訊號出去又是另一回事了
好幾年前幫親人組的的電腦突然拿過來說有問題
開機不會有反應,但有過電
兩條記憶體(宇瞻)重插後就開機成功了,但程式跑一半都會無預警關機,但卻不會當機
用SP2004/prime95/Everest燒機都會噴錯
SP2004/prime95錯誤如下:
FATAL ERROR: Rounding was 0.5, expected less than 0.4
Hardware failure detected, consult stress.txt file.
原本以為cpu cache出問題,換了CPU確認沒問題,
記憶體交叉測試後,單條跑沒問題,雙條跑就會出錯,memtest跑一小時也測不出來,時間趕加上記憶體其實很便宜的狀況下,
換了兩條新記憶體就搞定了,
這兩條宇瞻加上過去一條已經是從我手上壞掉了第三條,真是不可靠啊Orz
因為家中無線設備越來越多,NB、手機、平板都要無線網路,原本還是牽網路線的,決定一次搞定所有連線需求,在網路上找到這台:
TP-LINK TL-WR940N 300Mbps無線IP分享器
價格便宜,全新拍賣價11xx就入手了
安裝超快,Win7有內建精靈可以啟動AP
訊號簡單測試結果:
同層:訊號滿格
隔一層牆:訊號掉一半
上一篇寫了兩個月的新手機測試心得,乾脆來列一下從高中以來慘烈的手機史好了
最後來比較一下
小弟的老爸從我第一支手機到現在沒換過手機…
Samsung D508 , 上個禮拜才換第一次電池…
因為工作需要不是很智慧的智慧型手機,
於是用台哥大學生專案辦了一隻0元手機Samsung galaxy mini S5570
整體上滿意,有些優缺點列舉:
優
缺
最後偷偷抱怨一下:台灣大哥大所附一大堆的軟體都沒什麼用啊!!!
抱怨一下TOSHIBA筆電的驅動真的很弱
要一個個裝,人家都已經做全自動安裝了
更糟的是─FN提示顯示驅動工具名子取的很爛 『Value Added Package』
在WinXP底下,明明按照官網的指示裝了Django,也可以run server起來,但是就是無法註冊,會出現下面的error 結果是版本不對,目前官網提供的1.3.1太新,換回去當初開發用的1.2.5就可以了 下載點 http://www.djangoproject.com/download/1.2.5/tarball/
D:\xampp\htdocs\testqa>python manage.py runserver
Validating models...
0 errors found
Django version 1.4 pre-alpha, using settings 'testqa.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
[16/Nov/2011 16:16:55] "GET / HTTP/1.1" 200 9164
[16/Nov/2011 16:16:56] "GET /opensearch.xml HTTP/1.1" 200 383
[16/Nov/2011 16:16:57] "GET /account/signin/ HTTP/1.1" 200 13982
[16/Nov/2011 16:17:01] "GET /account/local/register/ HTTP/1.1" 200 6660
[16/Nov/2011 16:17:04] "GET /opensearch.xml HTTP/1.1" 200 383
[16/Nov/2011 16:17:06] "GET /account/signin/ HTTP/1.1" 200 13982
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 1901)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 582, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\site-packages\django\core\servers\basehttp.py", line 139
, in __init__
----------------------------------------
super(WSGIRequestHandler, self).__init__(*args, **kwargs)
Exception happened during processing of request from File "C:\Python27\lib\Soc
ketServer.py", line 639, in __init__
('12 7 self.handle()
.0 . File "C:\Python27\lib\wsgiref\simple_server.py", line 116, in handle
0.1', 1902)
Traceback (most recent call last):
---------------------------------------- self.raw_requestline = self.rfile.re
adline()
File "C:\Python27\lib\SocketServer.py", line 582, in process_request_thread
E xception happened during processing of request from File "C:\Python27\lib\soc
ket.py", line 447, in readline
( ' self.finish_request(request, client_address)
1 File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
27 self.RequestHandlerClass(request, client_address, self)
.0.0 . File "C:\Python27\lib\site-packages\django\core\servers\basehttp.py", lin
e 139, in __init__
1' super(WSGIRequestHandler, self).__init__(*args, **kwargs)
, 1903) data = self._sock.recv(self._rbufsize)
File "C:\Python27\lib\SocketServer.py", line 639, in __init__
timeout: timed out
T-raceback (most recent call last):
--------------------------------------- self.handle()
File "C:\Python27\lib\SocketServer.py", line 582, in process_request_thread
File "C:\Python27\lib\wsgiref\simple_server.py", line 116, in handle
self.finish_request(request, client_address)
self.raw_requestline = self.rfile.readline()
File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
File "C:\Python27\lib\socket.py", line 447, in readline
- self.RequestHandlerClass(request, client_address, self)
---------------------------------------
E File "C:\Python27\lib\site-packages\django\core\servers\basehttp.py", line 13
9, in __init__
xception happened during processing of request from data = self._sock.recv(se
lf._rbufsize)
( super(WSGIRequestHandler, self).__init__(*args, **kwargs)
' File "C:\Python27\lib\SocketServer.py", line 639, in __init__
1t2imeout: timed out
7 . self.handle()
0. File "C:\Python27\lib\wsgiref\simple_server.py", line 116, in handle
0----------------------------------------. self.raw_requestline = self.rfile.
readline()
1
File "C:\Python27\lib\socket.py", line 447, in readline
', 1904 ) data = self._sock.recv(self._rbufsize)
timeout: timed out
-T---------------------------------------raceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 582, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\site-packages\django\core\servers\basehttp.py", line 139
, in __init__
super(WSGIRequestHandler, self).__init__(*args, **kwargs)
File "C:\Python27\lib\SocketServer.py", line 639, in __init__
self.handle()
File "C:\Python27\lib\wsgiref\simple_server.py", line 116, in handle
self.raw_requestline = self.rfile.readline()
File "C:\Python27\lib\socket.py", line 447, in readline
data = self._sock.recv(self._rbufsize)
timeout: timed out
----------------------------------------
Traceback (most recent call last):
File "C:\Python27\lib\wsgiref\handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "C:\Python27\lib\site-packages\django\contrib\staticfiles\handlers.py", l
ine 67, in __call__
return self.application(environ, start_response)
File "C:\Python27\lib\site-packages\django\core\handlers\wsgi.py", line 242, i
n __call__
response = self.get_response(request)
File "C:\Python27\lib\site-packages\django\core\handlers\base.py", line 179, i
n get_response
response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
File "C:\Python27\lib\site-packages\django\core\handlers\base.py", line 228, i
n handle_uncaught_exception
return callback(request, **param_dict)
File "D:\xampp\htdocs\testqa\forum\views\meta.py", line 201, in error_handler
return HttpResponseIntServerError(request)
File "D:\xampp\htdocs\testqa\forum\http_responses.py", line 39, in __init__
content=render_to_string('500.html', context_instance=RequestContext(request
)),
File "C:\Python27\lib\site-packages\django\template\context.py", line 172, in
__init__
self.update(processor(request))
File "D:\xampp\htdocs\testqa\forum\user_messages\context_processors.py", line
16, in user_messages
messages = request.user.get_and_delete_messages()
AttributeError: 'User' object has no attribute 'get_and_delete_messages'
[16/Nov/2011 16:17:12] "POST /account/local/signin/ HTTP/1.1" 500 59
Win7無法連線到某個特定無線網路,錯誤訊息:限制存取
且會收不到任何封包,以為哪裡出了問題…
想不到竟然只是密碼不對(AP密碼修改了) 所一直連不上
也不會提醒要改密碼,真是糟糕Win7