2015年6月23日 星期二

再來 80 張貼圖


好幾年前朋友曾經託我畫過一個臉是桃子身體是小baby的角色

後來我把他改成了一個桃子超人的角色

一樣臉是桃子然後是正義的化身像超人那樣的感覺,那時候也設計了幾張圖但是當時line貼圖還不流行 XD

【備忘】用 iconv 來轉換文字編碼

在 Linux 下閱讀簡體字的文件時,可以先透過 iconv 來轉換文字編碼,避免用文字編輯器打開檔案時呈現亂碼

iconv 的說明:
NAME
       iconv - Convert encoding of given files from one encoding to another

SYNOPSIS
       iconv -f encoding [-t encoding] [inputfile]...

DESCRIPTION
       The iconv program converts the encoding of characters in inputfile, or from the standard input if no filename is specified, from one coded character set to another. The result is
       written to standard output unless otherwise specified by the --output option.

       --from-code, -f encoding
              Convert characters from encoding.

       --to-code, -t encoding
              Convert characters to encoding. If not specified the encoding corresponding to the current locale is used.

       --list, -l
              List known coded character sets.

       -c     Omit invalid characters from output.

       --output, -o file
              Specify output file (instead of stdout).

       --silent, -s
              Suppress warnings, but not errors.

       --verbose
              Print progress information.

       --help, -?
              Give help list.

       --usage
              Give a short usage message.

       --version, -V
              Print program version.
假設來源檔案為 source.txt,轉換成 utf-8 後的檔名叫 target.txt,那麼就在命令列輸入下列內容:
iconv -f gb2312 -t utf-8 source.txt --output target.txt
搞定收工!

2015年6月9日 星期二

【備忘】在 Google Blogger 中為每篇文章添加 meta description 和 keywords

這篇記錄一下如何在 Google Blogger 中為每篇文章添加 meta description 和 keywords,這是我從 "How to Put Meta Keywords in Each Blogger Post" 看到的,先記下來方便之後查詢。

  1. 登入 Google Blogger。
  2. 選取畫面右上角的 [設計] 進入後台管理頁面。

2015年6月7日 星期日

【祭典】迷失於五彩繽紛的繡球花海中 - 文京繡球花祭


台灣的梅雨季結束後,緊接著東京也即將迎來梅雨季了。話說日本雨季的代表花卉就是「紫陽花」(あじさい),在台灣則稱為「繡球花」。

繡球花是一種常見的園藝裝飾花,花色一般包括紅藍紫色,會因所在環境的酸鹼度引起花色變化。此外,繡球花在夏季才會開花,花期是 6 到 8 月,因此如果是在這段期間來到東京,就能看到五彩繽紛的繡球花四處妝點著東京的街頭囉~

而說到繡球花,更是東京文京區的「文京五大花祭」的主角之一。文京區的白山神社每年都會舉辦「繡球花祭」(或叫「紫陽花祭」),今年的繡球花祭期間是 6/6 到 6/14,而我正好前兩天才得知這項資訊,當然不可能放過欣賞繡球花風姿綽約的大好機會囉!

2015年6月6日 星期六

2015年6月4日 星期四

Lubuntu 14.04 64-bit 下安裝 Teamviewer 10 時出現 "lib32asound2" 相依性錯誤


剛剛想要安裝 Teamviewer 時出現了上圖的錯誤。

哎呀!這是怎麼了?我用的是 Lubuntu 64 位元,當然是下載 64 位元的套件吧!怎麼還是跟我說缺少 32 位元的相依套件?