2012年1月23日 星期一
B-mobile日本北海道使用經驗
2012.1.20-14使用b-mobile的SIM卡在北海道上網,速度實在慢到不行,連在市區也是一樣,最多只能用來在FB打卡,實測速度在0.6K~3K/秒,那來的300K限制,同團的今天訂了一天吃到飽的,也是一樣,慢慢慢,日本不是很進步嗎?誰說日本網路便宜又快了?
2011年12月25日 星期日
解決HP C7280 0xc19a005錯誤的方法
今天印表機不斷出現錯誤,顯示墨水系統錯誤,所以上網找了一下解決方法,Here are the details. Got the Ink System Failure message. The error code shows was '0xc18a0005'. The tech had me press and hold the '*' key on the key pad, then press the '#' key and release them both. Then he had me enter '123' to enter maintenance mode. He then had me press the right arrow (beside the OK button) until System Config. menu appeared on panel. Then pressed OK two times to clear the error condition, then cancel two or three times to return to the top menu. Then powered off and back on, printed a test page just fine, copied a document fine.
2011年11月19日 星期六
使用Little Snitch 2.4.4管理MAC對外網路連線方式
為什麼要用Little Snitch?當然是為了某些軟體,如Final及Adobe master...,在執行過程中可以會去檢查授權,又不可能全時段關閉網路,所以用這個軟體是較為好用的,沒註冊版本在官網說明是每次可用3小時,重新執行又可用3小時,但我用超過3小時仍正常執行,至少可以用就好了。後來為邀免麻煩,還是找到個SN輸進去。
2011年6月5日 星期日
Pleure Qui Peut, Rit Qui Veut
看到之前有人問Pleure Qui Peut, Rit Qui Veut
這個意思是什麼?我也找了一下,看到它的英文字幕是Cry who will, laugh who can,就是「想哭就哭,能笑就笑」,想不出來這是不是中國諺語,應該曾經看到有些電視劇中會講的吧!但是大部分都還會在後面加上「想愛就愛」,應該就是這個意思了。
這個意思是什麼?我也找了一下,看到它的英文字幕是Cry who will, laugh who can,就是「想哭就哭,能笑就笑」,想不出來這是不是中國諺語,應該曾經看到有些電視劇中會講的吧!但是大部分都還會在後面加上「想愛就愛」,應該就是這個意思了。
如何徹底刪除列印工作
常常會因為印表機暫停或錯誤,因而在佇列中無法刪除,找到一個命令列指令,馬上就可解決此問題,將下列指令存成sp.bat即可
@echo off
Net Stop spooler
Del %systemroot%\system32\spool\printers\.
Net Start Spooler
@echo OK~列印佇列清除成功!!
@pause
@echo off
Net Stop spooler
Del %systemroot%\system32\spool\printers\.
Net Start Spooler
@echo OK~列印佇列清除成功!!
@pause
2011年4月5日 星期二
Mysql error 1289問題
今天匯入access2010到mysql時遇到error1289錯誤,找了一些資料都是不成功,後面才發現是mysql應該用命令模式停止
InnoDB problem with windows MySQL 5.0.15?
Step 1. Stop MySQL service
使用管理者權限執行cmd
net stop mysql
Step 2. In my.ini file search and change:
# Use this option if you have a MySQL server with InnoDB support enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
skip-innodb
to:
# Use this option if you have a MySQL server with InnoDB support enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
#skip-innodb
Step 3. Save my.ini file.
Step 4. ReStart MySQL service.
net start mysql
這個問題解決了。
InnoDB problem with windows MySQL 5.0.15?
Step 1. Stop MySQL service
使用管理者權限執行cmd
net stop mysql
Step 2. In my.ini file search and change:
# Use this option if you have a MySQL server with InnoDB support enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
skip-innodb
to:
# Use this option if you have a MySQL server with InnoDB support enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
#skip-innodb
Step 3. Save my.ini file.
Step 4. ReStart MySQL service.
net start mysql
這個問題解決了。
2011年3月24日 星期四
訂閱:
文章 (Atom)