網頁

2014年12月23日 星期二

Google API

錯誤訊息
{"responseData": null, "responseDetails": "Suspected Terms of Service Abuse. Please see http://code.google.com/apis/errors", "responseStatus": 403}

到此申請帳號
https://developers.google.com/custom-search/v1/using_rest?hl=zh-TW


https://script.google.com/macros/s/AKfycbwwz9O_uKzZtpd3RPkuZLbQkueQUsDYHaEFhmi7PNXvzv_UrFo/exec?id=1Gt9Fe1WbNBSe1pMzqF50Lv1HBAnq7C_Hwh0lfTWVumM

"http://translate.google.com.tw/translate_tts?" +
      "ie=UTF-8&q=" + text + "&tl=" + lang + "&total=1&idx=0" +
      //"ie=UTF-8&q=" + escape(text) + "&tl=" + lang + "&total=1&idx=0" +
      "&textlen=" + text.length;

2014年12月18日 星期四

耳機線控

網路上的程式真的可以用,只是在 Service 和 Activity 間
都要多多 registerMediaButtonEventReceiver
以免 KeyEvent 被電話或預設的音樂程式接走了

尤其下列這種模擬的 KeyEvent,只能在模擬機器上使用,真機上容易觸發電話和預設的音樂程式
Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
KeyEvent keyEvent = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MEDIA_PREVIOUS);
intent.putExtra(Intent.EXTRA_KEY_EVENT, keyEvent);
sendBroadcast(intent);

2014年12月1日 星期一

關於民主

郭台銘說:民主不能當飯吃

陳為廷表示「民主或許不能當飯吃,但是民主可以讓你有尊嚴地吃飯」

朱學恒:
的確,民主不能讓你刀槍不入,民主不能讓你以寡擊眾,民主也不能讓你享盡榮華富貴
但是,我們來到這個世界上不是只為了吃飯
民主可以讓你有尊嚴,民主可以讓你不用卑躬屈膝,民主可以讓你勇敢,民主可以讓你自傲,民主讓你可以推倒高牆