BloggerAds廣告

2014年7月29日 星期二

恢復視力的秘方,低頭族們,收藏吧!

近視的秘方!1000度近視降到只有200度,恢復視力的方法(飛行員都用)
近視到底能不能治療呢?不做激光手術的話,我們能做些什麽嗎?

2014年7月28日 星期一

Windows Mobile 6.5 將IE 設定Kiosk模式

修改Registry, 就可以讓IE變成全螢幕

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

DeviceKioskMode : 1

2014年7月16日 星期三

VS2008 應用程式要求管理員權限執行


1. 在專案中添加一個app.manifest (Add new item->General->Application Manifest File)

2. 打開app.manifest, 將requestedExecutionLevel的level改成requireAdministrator
    然後重新build就可以了


Windows Mobile 取消滑動切換頁面

在Windows Mobile 6.5中, 如果程式有多個Tab,

可以左右滑動螢幕來切換不同的Tab

可是這個功能在對於Slider設定時, 會造成困擾

這個時候, 可以利用DisableGestures這個API來取消此功能

API說明

C#範例

2014年7月11日 星期五

Android - 如何開啟Debug模式

Enable USB Debugging on the device
  • On most devices running Android 3.2 or older, you can find the option under Settings > Applications > Development.
  • On Android 4.0 and newer, it's in Settings > Developer options.
  • Note: On Android 4.2 and newer, Developer options is hidden by default. To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options.
參考網址

Andorid - 新手上路 : 安裝

目前開始學習開發Android的程式, 在這邊記錄心得和遇到的問題

方便以後查詢和希望幫到需要的人~

下載Android Studio, Android所提供的開發工具
系統商提供的, 有遇到問題, 應該都有辦法解決吧
Android Studio

Note :
Android Studio用來開發Android的程式,
要開發Java程式, 還是需要eclipse