2017年2月17日 星期五

解決微軟Designer滑鼠斷線問題 / Solution of Microsoft Designer Mouse Disconnect Issue


If you have Microsoft Designer mouse connect issue, try method below.

Any idea please leave comment below, too.

在正常使用 Designer mouse 約三個月後,開始出現突然斷線的問題。
我試了下方幾種辦法,我更新完 Intel Driver 後,重開機,滑鼠就能正常使用。
即使把第二項的省電勾起來依然正常運作。

有什麼想法請在下方留言!


1.Unzip and install driver manually.  Ref: Here

Try Win8.1 Driver
Try Win10 Driver

2.Go inside device manager, Bluetooth settings then disable power saving option.




3.Download Intel Driver Update Utility      Ref : Here


I fix my problem by option 3, and my laptop is ASUS UX410, and I enable option 2 that mouse still working normally.


 Just try it.試試看吧!




2017年2月16日 星期四

如何在Ubuntu 16.04 LTS 安裝Eclipse / How to install Eclipse on Ubuntu 16.04 LTS?

安裝Eclipse前要先下載JAVA,因為待會安裝會需要JRE的環境。

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
會有詢問視窗,同意才能繼續。

安裝完後檢查一下JAVA版本。
java -version
接著安裝Eclipse,由於在Ubuntu Market 上的 Eclipse 有可能不是最新版本的,保險起見直接進入 Eclipse 官網下載。

1.進入https://eclipse.org/downloads/ 下載最新版本的壓縮。(黃色框框)

截至今日版本是Neon,不曉得各位讀到這篇的時候已經改版到什麼地步了?
https://zh.wikipedia.org/wiki/Eclipse
2.下載後,右鍵,在此解壓縮。
3.會出現該資料夾,點兩下進入。
4.在資料夾內,eclipse-inst 點選右鍵,執行。

5.會出現選單,看需求安裝需要的環境。
6.選個安裝的位置以及同意規範後,等它跑完就能使用了!
7.大大的LAUNCH給它按下去。出現下面的畫面後,等一下下就會出現Eclipse Launcher,接著就能創造專案了。
完成!