Index

Posted in Daily on March 21st, 2013 by Banbanli

三桶金
1. 富爸爸
2. 學歷
3. 理財
權衡公司
4. 產業
5. 上中下
6. 老闆

好笑

Posted in Daily on March 20th, 2013 by Banbanli

20130320-190205.jpg

紅酒一瓶

Posted in Daily on March 20th, 2013 by Banbanli

20130320-090330.jpg
智利得另一酒廠

2013 Cebit

Posted in Daily on March 11th, 2013 by Banbanli

前幾天難得的好天氣

20130320-090635.jpg

20130320-090700.jpg

20130320-090728.jpg

20130320-090759.jpg

20130320-090937.jpg

20130320-091003.jpg

Samsung first little arm

Posted in Daily on February 4th, 2013 by Banbanli

Samsung’s processor design team has been on a roll with fast chips this year with the Exynos 4 Quad and Exynos 5 Dual. Based on its agenda for the International Solid-State Circuits Conference, that momentum isn’t about to stop. A company presentation at the event on February 19th will delve into a new heterogeneous, 8-core processor that relies on ARM’s concept of big.LITTLE computing: one half is a quad-core, 1.8GHz ARM Cortex-A15 that will do all the heavy lifting, while the other is a quad 1.2GHz Cortex-A7 that takes over in quieter moments. We don’t know much more about the chip beyond the expected 28-nanometer manufacturing process, but it’s easy to see a mobile chip that’s fast without having to consume much energy in its downtime. Most of the mystery surrounds where Samsung will launch the processor first, rather than what it can do: the big.LITTLE chip would be most valuable in a smartphone, but a potentially large size could relegate it to tablets early on.

Via: EETimes, GSMArena

CentOS mount QNAP NAS

Posted in Daily on November 25th, 2012 by Banbanli

#mount -t nfs 192.168.10.5:/Public /home/samba/nas
got error message
mount.nfs: Input/output error

Search on the google
#mount -t nfs 192.168.10.5:/Public /home/samba/nas -o nolock,udp

Solve the problem. 🙂

openwebmail UTF8 issue

Posted in Daily on October 15th, 2012 by Banbanli

from http://www.to2100.idv.tw/?p=5358
Q: 設定 big5 字集後,部份 BIG-5 信件寄件者、標題會出現 [UTF-8?] 干擾閱讀。

A: 系統管理者需修改程式,加入刪除 [UTF-8?] 程式碼。
openwebmail-mail.pl :
找到 my ($from, $to, $subject)=iconv(‘utf-8’ , …
加入
$from =~ s/\[UTF-8\?\]//g;
$to =~ s/\[UTF-8\?\]//g;
$subject =~ s/\[UTF-8\?\]//g;

openwebmail-read.pl :
找到 ($body) = iconv($convfrom, $readcharset, $body) …
加入
$from =~ s/\[UTF-8\?\]//g;
$replyto =~ s/\[UTF-8\?\]//g;
$to =~ s/\[UTF-8\?\]//g;
$cc =~ s/\[UTF-8\?\]//g;
$bcc =~ s/\[UTF-8\?\]//g;
$subject =~ s/\[UTF-8\?\]//g;

openwebmail-send.pl :
找到 ($h)=iconv(‘utf-8’, $composecharset, $h);
加入
$h =~ s/\[UTF-8\?\]//g;
找到($subject, $to, $cc)=iconv(‘utf-8’,$composecharset,$subject,$to,$cc);
加入
$to =~ s/\[UTF-8\?\]//g;
$cc =~ s/\[UTF-8\?\]//g;
$subject =~ s/\[UTF-8\?\]//g;
找到 ($h, $subject)=iconv(‘utf-8’, $composecharset, $h, $subject);
加入
$h =~ s/\[UTF-8\?\]//g;
$subject =~ s/\[UTF-8\?\]//g;
找到 ($subject, $replyto)=iconv(‘utf-8’,$composecharset,$subject,$replyto);
加入
$subject =~ s/\[UTF-8\?\]//g;
$replyto =~ s/\[UTF-8\?\]//g;
找到 ($subject)=iconv(‘utf-8’, $composecharset, $subject);
加入
$subject =~ s/\[UTF-8\?\]//g; [站內相關]

[轉貼]倫敦地鐵:NFC 傳輸太慢,不附合他們的標準

Posted in Daily on July 13th, 2012 by Banbanli

喔~我不知道倫敦有那麼先進,地鐵先有3G網路在說好了~在地鐵下沒有網路真的還蠻不習慣的~:D

http://chinese.engadget.com/2012/07/11/london-underground-nfc-too-slow/

倫敦地鐵:NFC 傳輸太慢,不附合他們的標準

Marco So 於 1 day 之前發表

文章分類: 智慧型手機, 交通, 無線相關

London Underground NFC technology 'too slow'
倫敦地鐵早前已經為了應付即將舉行的奧運會而在其設施加設 Wi-Fi 及額外的 3G 轉發器,GigaOM 網站就問到他們會不會加入 NFC 付款技術,答案是不會的。倫敦地鐵的消費者經驗主管 Shashi Verma 指出他們曾經分別在 2008 年和 2010 年測試過 NFC 付款技術,不過技術不能讓到交易在 500 毫秒內完成,不附合他們的標準。而且他們目前關注的就只是 NFC,而不是 EMV,他們將會密切留意有關領域的發展。現時倫敦地鐵的用的付款卡是使用 RFID 技術的 Oyster 卡,它能在 300 至 350 毫秒內完成交易;其實就毫秒而言,人類跟本不會感覺得到差別,不過標準就是標準,不能夾帶人情,畢竟奧運期間人流會比較多,毫秒加起來就是很多秒,有可能 拖慢整個鐵路的人流呢,倫敦地鐵是希望採取較安穩的策略吧。