發表文章

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

第九週2020/10/26 盧文玲

<-- groups="" https:="" www.facebook.com=""> 第七週2020/10/19 html vba 輸入國庫券面額: vba 輸入國庫券面額: <input type="text" id="a"> textbox commandbutton <input onclick="alert('你是大帥哥!')" type="button" value="按下我" /> vba 豬 狗 貓 鼠 vba 豬<input type="radio" />狗<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"/>鼠<input type="radio" name="pet"/> vba 董事長 總經理 財務長 vba <select><option>董事長</option><option>總經理</option><option>財務長</option></select> vba EXCEL VBA Private Sub CommandButton1_Click() Dim addnew As Range '定義 變數 addnew 是工作表的一個範

第七週上課內容

第七週 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,

第五週上課內容

第五周上課內容 老師今天特別帥
圖片
德明財經科技大學財金系盧文玲程式設計學習經驗分享 選擇速度: 10 20 40 100 500 選擇顏色: 紅色 在2020/09/14可搜尋找到的同學網頁 教學影片 工商服務時間

程式設計學習進度

 第一週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