2015/09/11
2015/08/30
[Windows] 光碟機消失解決辦法
從升級方式升到Windows 8或者Windows 10
有時候系統會抓不到光碟機
解決方法是以系統管理員權限執行命令提示字元
並輸入以下指令
reg add "HKLM\System\CurrentControlSet\Services\atapi\Controller0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001
並重啟電腦
有時候系統會抓不到光碟機
解決方法是以系統管理員權限執行命令提示字元
並輸入以下指令
reg add "HKLM\System\CurrentControlSet\Services\atapi\Controller0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001
並重啟電腦
2015/08/28
[Android] Google USB Driver
開發Android App時想要利用實體裝置來Debug
如果系統無法辨識Android裝置,則需要手動下載Google USB Driver來安裝
步驟詳細紀錄如下(點圖可放大)
如果系統無法辨識Android裝置,則需要手動下載Google USB Driver來安裝
步驟詳細紀錄如下(點圖可放大)
2015/07/05
2015/06/08
2015/05/29
2015/05/06
[轉] eclipse 快捷鍵
常用:
ctrl+/ 註解
ctrl+\ 取消註解
ctrl+o 快速搜尋method
ctrl+e 快速切換分頁
ctrl+h 搜尋資料
ctrl+k 搜尋相同資料 +shift(上一個)
ctrl+g 工作中申明
ctrl+. 下一個錯誤
ctrl+1 快速修正
ctrl+q 回到最後編輯行
ctrl+t 查看類別結構
ctrl+m 放大編輯視窗
ctrl+shift+/ 多行註解
ctrl+shift+\ 取消多行註解
ctrl+shift+r 搜尋檔案
ctrl+shift+i 顯示變數資訊
ctrl+shift+g 參照搜尋
ctrl+shift+p 找對應括號
ctrl+shift+l 查看其他快捷鍵
ctrl+shift+f 格式化程式碼
ctrl+shift+o 引入package(all)
ctrl+shift+m 引入package
ctrl+alt+h 查詢引用
ctrl+alt+s svn
alt+up or down 當行上下移
ctrl+/ 註解
ctrl+\ 取消註解
ctrl+o 快速搜尋method
ctrl+e 快速切換分頁
ctrl+h 搜尋資料
ctrl+k 搜尋相同資料 +shift(上一個)
ctrl+g 工作中申明
ctrl+. 下一個錯誤
ctrl+1 快速修正
ctrl+q 回到最後編輯行
ctrl+t 查看類別結構
ctrl+m 放大編輯視窗
ctrl+shift+/ 多行註解
ctrl+shift+\ 取消多行註解
ctrl+shift+r 搜尋檔案
ctrl+shift+i 顯示變數資訊
ctrl+shift+g 參照搜尋
ctrl+shift+p 找對應括號
ctrl+shift+l 查看其他快捷鍵
ctrl+shift+f 格式化程式碼
ctrl+shift+o 引入package(all)
ctrl+shift+m 引入package
ctrl+alt+h 查詢引用
ctrl+alt+s svn
alt+up or down 當行上下移
2015/04/25
[Linux] ubuntu建立桌面捷徑
在桌面新增一個空白文件,並增加內容如下:
[Desktop Entry] Name=File Name
Type=Application Exec=File Path
Terminal=false
Icon=Icon Path
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=File Name
紅字部分依照需求變更
[Desktop Entry] Name=File Name
Type=Application Exec=File Path
Terminal=false
Icon=Icon Path
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=File Name
紅字部分依照需求變更
訂閱:
文章 (Atom)