程式設計學習進度

 第一週9月7日

在記事本編輯html

 第二週9月14日

嵌入embed同學的網站(canvas)

譚惟心



 第三週9月21日

選擇按鈕與字型編輯
A.表單輸入,核取方塊(checkbox)
B.JavaScript
C.分辯Google Blogspt(網頁/網誌)
網頁: http://weishinten.blogspot.com/
網誌: http://weishinten.blogspot.com/p/blog-page.html
D. toLef=定義的變數 toLef距離左邊
     toTop=定義的變數toTop距離上面
     ctx.fillStyle="black";=強迫又變成黑色 !加上註解,電腦跳過去
     ctx.Rect( toLef*3, toTop*5,  5, 5);=畫點的位置(Left, Top, Width, Height)

10進位

16進位

位元數的2進位表示

7

6

5

4

3

2

1

0

0

0

128

64

32

16

8

4

2

1

1

1

0

0

0

0

0

0

0

0

2

2

0

0

0

0

0

0

1

0

3

3

0

0

0

0

0

0

1

1

4

4

0

0

0

0

0

1

0

0

9

9

0

0

0

0

1

0

1

0

10

A

0

0

0

0

1

0

1

0

11

表單的頂端

表單的底部

B

0

0

0

0

1

0

1

1

12

C

0

0

0

0

1

1

0

0

13

D

0

0

0

0

1

1

0

1

15

F

0

0

0

0

1

1

1

1

16

10

0

0

0

1

0

0

0

0

255

FF

1

1

1

1

1

1

1

1

第四週9月28號

下拉是選單 selected 預設 
var 宣告 變數 variables
讓 i 從 21 變成 money.length 陣列的長度,避免 SetInterval 再去執行
迴圈 從 0 開始 到達 speed 下拉是選單的結構 {0,10,20,40,100,500}

第五週10月5號


聯絡人職稱:

第六週上課


網頁指令VBA指令
聯絡人職稱: UserForm_Initialize()'起始表單事件設定
聯絡人職稱:<select id="ComboBox1">
<option>董事長</option>
<option>總經理</option>
<option>副總經理</option>
<option>財務長</option>
<option>人資長</option>
</select>
With ComboBox1
.Additem("董事長")
.Additem("總經理")
.Additem("副總經理")
.Additem("財務長")
.Additem("人資長")
End With

第七週 2020/10/19

網頁VBA
輸入金額:textbox
輸入金額:<input id="a" type="text" />VBA
VBA
<input id="b" type="button" value="點擊" onclick="alert('你是豬頭!')"/>VBA
VBA
豬<input type="radio">狗<input type="radio">貓<input type="radio" >VBA
VBA
豬<input type="radio" name="pet">狗<input type="radio" name="pet">貓<input type="radio" name="pet">VBA
def
EXCEL VBA
Private Sub CommandButton1_Click() '註解click事件,在網頁onclick Dim addnew As Range '定義 變數 addnew 是工作表的一個範圍 If Range("A1").CurrentRegion.Rows.Count = 1 Then Set addnew = Sheets("DataTable").Range("A1").Offset(1, 0) Else Set addnew = Sheets("DataTable").Range("A1").End(xlDown).Offset(1, 0) End If addnew.Offset(0, 0).Value = TextBox1.Text '統一編號 addnew.Offset(0, 1).Value = TextBox2.Text '公司 addnew.Offset(0, 2).Value = TextBox3.Text '聯絡人 addnew.Offset(0, 4).Value = TextBox4.Text '地址 addnew.Offset(0, 3).Value = ComboBox1.Value '聯絡人職位 使用下拉式選單 ListBox1.ColumnCount = 5 '在清單方塊 ListBox1 顯示輸入的資料,5 columns ListBox1.RowSource = "A1:E65536" End Sub Private Sub CommandButton2_Click() End End Sub Private Sub UserForm_Initialize() ComboBox1.AddItem ("董事長") ComboBox1.AddItem ("總經理") ComboBox1.AddItem ("副總經理") ComboBox1.AddItem ("財務長") End Sub

第八週2020/10/26

國庫券面額$ 天期
貼現率 %
價格$(計算中)

參考李顯儀金融市場page 4-12

第九週2020/11/02期中考

<--!拷貝自https://www.facebook.com/groups/1022647191096186 -->

留言

這個網誌中的熱門文章

盧文玲,損益表,EXCEL百分比PercentRank,每股盈餘,營業額,樞紐分析

德國

第十四週word+EXCEL recording macro 錄製巨集+金融計算