發現加入的checkbox, 使用者勾選完之後並沒有更新(假設滑鼠停留在該cell), 必須等到該cell沒有被focus才會觸發更新@@換句話說, 如果使用者沒有選擇其他cell時, 該check value並沒有備更新!好險下面這篇已經有人解決這個問題: Firing The DataGridView CellValueChanged Event Immediately
me1237guy 發表在
痞客邦
留言(1)
人氣()

1: label1.Text = "目前系統目錄為:" + Environment.SystemDirectory;//顯示系統目錄
---------------------------------------------------------------------------------------------------------------------------
1: label1.Text = "機器名稱為:" + Environment.MachineName;//顯示機器名稱
---------------------------------------------------------------------------------------------------------------------------抓取目前目錄夾位置
1: richTextBox1.Text = "目前程式執行目錄:" + Environment.CurrentDirectory;//取得目前程式執行目錄
me1237guy 發表在
痞客邦
留言(0)
人氣()

Reading data from filesread.table() 或是 scan()利用read.table讀取houses.txt
1: > HousePrice <- read.table("C:\\statistics R\\houses.txt") 2: > HousePrice
3: Price Floor Area Rooms Age Cent.heat
4: 01 52.00 111 830 5 6.2 no
5: 02 54.75 128 710 5 7.5 no
6: 03 57.50 101 1000 5 4.2 no
7: 04 57.50 131 690 6 8.8 no
8: 05 59.75 93 900 5 1.9 yes
me1237guy 發表在
痞客邦
留言(0)
人氣()

R-(D)COM Interface (for Windows) contains a COM server used to connect a client application (e.g., Microsoft Excel) with R. An Add-In for Microsoft Excel is provided as well as Active X controls to be included in your applicationsC:\Program Files (x86)\statconn\DCOM預設只有勾選前兩項
---------------------------------------------------------------------------------------------------------------------------------
me1237guy 發表在
痞客邦
留言(0)
人氣()
array( 初始值, 維度) 產生2x3陣列裡面元素為0
1: > x<-array(0, dim=c(2,3))
2: > x
3: [,1] [,2] [,3]
4: [1,] 0 0 0
5: [2,] 0 0 0
me1237guy 發表在
痞客邦
留言(0)
人氣()

在work with輸入http://dl-ssl.google.com/android/eclipse勾選Android DDMS 和 Android Development Tool(ADT), 按下一步安裝出現對話框, 選擇<確定>----------------------------------------------------------------------------------------------------------------如果跳出訊息找不Andriod SDK安裝路徑, 以本機為例:C:\Users\ryanwang\AppData\Local\Android\sdk
me1237guy 發表在
痞客邦
留言(0)
人氣()

C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive
me1237guy 發表在
痞客邦
留言(0)
人氣()

Python 3.4.2 win7 64 bit 環境下載 Windows x86-64 MSI installer
C:\Python34\
me1237guy 發表在
痞客邦
留言(0)
人氣()

http://mercurial.selenic.com/Mercurial is a free, distributed source control management tool.It efficiently handles projects of any size and offers an easy and intuitive interface.
開始安裝…
me1237guy 發表在
痞客邦
留言(0)
人氣()

下載最新的Android SDK條文宣告:記得勾選同意後才能下載下載完成後自動跳出安裝對話框, 按下<執行>可以看到有包含Android SDK及模擬器C:\Users\ryanwang\AppData\Local\Android\sdk解壓縮Android SDK中…檔案不小-----------------------------------------------------------------------------------------------------------------------開啟資料夾 C:\Users\ryanwang\AppData\Local\Android\sdk
me1237guy 發表在
痞客邦
留言(0)
人氣()

安裝之前必須先下載及安裝JDK
下載最新的eclipse http://www.eclipse.org/downloads/我的作業系統為win7 64 bit將eclipse解壓縮至 C:\Program Files\Java\執行Eclipse.exe選擇<執行>設定Workspace路徑:
me1237guy 發表在
痞客邦
留言(0)
人氣()

http://www.oracle.com/technetwork/java/javase/downloads/index.html記得同意才能下載所需的檔案
下載 Java SE Development Kit 8u25我目前的筆電是win7 64 bits因此下載64位元版本: jdk-8u25-windows-x64.exe點選下載後自動執行安裝exe, 選擇<執行>按鈕下載Java SDK自然會包含JRE部分
me1237guy 發表在
痞客邦
留言(0)
人氣()