發表文章

目前顯示的是 10月, 2020的文章

胡詠捷第八週

第八週 第九週 第八週 第九週 第八週2020/10/26 國庫券T-Bill,Treasury Bills, 美國財政部Department of the Treasury, 台灣財政部Administry of Finance 國庫券面額$ 91 182 273 364 天期 貼現率 % 價格$ (計算中) 參考李顯儀金融市場page 4-12 第九週2020/11/03期中考 期中考練習做影片

胡詠捷第七週

胡詠捷第七週網頁命令與VBA命令比較 豬 狗 貓 網頁指令 VBA 輸入資料: 輸入資料: &1t;input type="text" id="a"> 輸入數字: 輸入數字:<input id="b" type="number" /> <input onclick="alert('是Doris啦')"type="button" value="猜猜漂亮的人是誰"/> 輸入密碼: 輸入密碼:<input type="password"> 是否扁人: <input type="checkbox" /> 豬 狗 貓 豬<input type="radio" />狗<input type="radio" />貓<input type="radio" /> 豬 狗 貓 豬<input name="pet" type="radio" />狗<input name="pet" type="radio" />貓<input name="pet" type="radio" /> EXCEL VBA Private Sub CommandButton1_Click() Dim addnew As Range '定義 變數 addnew 是工作表的一個範圍 If Range("A1").CurrentRegion.Rows.Count = 1 Then Set addnew = Sheets("DataTable").Range("A1"

程式設計學習進度

第一週9月8號 建立Google網誌 複製老師給的東西 打在網誌上 第二週9月15號 utf-8   一種針對 Unicode 的可變長度 字元編碼 ,也是一種 字首碼 。 它可以用一至四個位元組對Unicode字元集中的所有有效編碼點進行編碼,屬於 Unicode 標準的一部分,最初由 肯·湯普遜 和 羅布·派克 提出 <input="button" value="隨便打"on click="draw"> 第三週9月22號 利用 表單,傳輸指令到JavaScript ctx物件的字型font.後面接 屬性  properties方法  method物件導向設計 object-oriented programming design 學習條件式 IF(是不是笨蛋) {是笨蛋,要進行的動作} Else {不是笨蛋,要進行的動作} 學習二進位與變數 十進位 十六進位 二進位 decimal hexadecimal binaly 0 0 0 1 1 1 2 2 10 3 3 11 4 4 100 5 5 101 6 6 110 7 7 111 8 8 1000 255 FF 11111111 254 FE 11111110 第四週9月29號   <form><b> 選擇速度: <select id="selection"> <option value="10">10</option> <option value="20">20</option> <option value="40" selected>40</option> <option value="100">100</option> <option value="100">500</option> </select> 選擇顏色: <input id="linecolor" type="checkbox">紅色 &