發表文章

目前顯示的是 4月, 2024的文章

鄭紹麒商業套裝軟體pivot table樞紐分析表

圖片
勤業眾信聯合會計師事務所 338 資誠聯合會計師事務所 227 安侯建業聯合會計師事務所 219 安永聯合會計師事務所 106 公開資訊觀測站 https://mops.twse.com.tw/ 美國的公開資訊觀測站EDGAR https://www.sec.gov/edgar/about

鄭紹麒python期中考select選單onchange事件

圖片
鄭紹麒輸入參數 輸入k 輸入m 輸入n 執行自訂函數 red green blue lightblue 重點 span手掌張開拇指到小指,短橋梁長度。 VSCode是IDE整合開發環境。 CTRL+SHIFT+L一次改全部 Integrated Development Environment alert內建函數,自訂函數abc 利用id加上syle方法是#id   h1{background-color: purple; color: white; border: 10px solid red; text-align:center; padding: 5px} 為元件h1選擇樣式 ul{background-color: green; color: white; font-size: 2em;line-height:1.5} input{font-size:24px;background-color:rgb(210, 250, 215);} .spanstyle{font-size:36px;font-weight: bold;} 為任何元件選擇樣式名為classs='spanstyle' pre{color:white;background-color:rgb(210, 250, 215);line-height:1.5;} button{font-size:2em;} 為元件button為選擇樣式 #out{background-color:rgba(50, 200, 50, 0.021);font-size:36px;} #out{}為id的名稱是out的選擇樣式 鄭紹麒出結果 JS程式碼 const space = ' ' , slash = '🐵' , backslash = '🙃' , cr = ' \n ' ; function row1 ( k , m ){     for ( let i = 0 ; i < k ; i ++ ){         for ( let ii = 0 ; ii < m ; ii ++ ){             for ( let ...

鄭紹麒XFD=POWER(2,14)

圖片
ENTER 往下 XDF 24 16224 鄭紹麒 SHIFT ENTER 往上 F 6 156 TAB 往右 D 4 4 最後列 CTRL往下 XDF 1048576 最右欄 CTRL往右 1048576 SHIFT TAB 往左 16384 16384 👭 128109 👮 128110 👯 128111 👰 128112

鄭紹麒Python寫入檔案vs JAVASCRIPT寫入網頁document

圖片
CSS程式碼 h1{background-color: rgb(177, 34, 34); color: white; border: 10px solid rgb(0, 123, 255); text-align:center; padding: 5px} ul{background-color: green; color: white; font-size: 2em;line-height:1.5} input{font-size:24px;background-color:rgb(210, 250, 215);} .monkey{font-size:36px;} HTML程式碼 鄭紹麒輸入參數 輸入k 輸入m 輸入n 執行自訂函數 重點 alert內建函數,自訂函數abc 鄭紹麒輸出結果 JAVASCRIPT程式碼 const space = ' ' , slash = '/' , backslash = ' \\ ' , cr = ' \n ' ; function row1 ( k , m ){     for ( let i = 0 ; i < k ; i ++ ){         for ( let ii = 0 ; ii < m ; ii ++ ){             for ( let j = 0 ; j < k - i - 1 ; j ++ )                 out += space ;             out += slash ;             for ( let j = 0 ; j < 2 * i ; j ++ )                 out += space ;           ...