琨哥

@kChen

Joined on Apr 6, 2017

  • 順序 學號 姓名 作品 1 b05104044 黃楷鈞 2
     Like  Bookmark
  • PT2 範例一 (錯誤) import java.util.Scanner; public class PT2 { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("請輸入三角型的底:"); int base = in.nextInt();
     Like  Bookmark
  • [toc] 1.利用傳統的 for loop 完成 var a = [100, 6, 29, 24, 66, 7, 28, 35, 87] var b = [] 用 for loop for (let i = 0; i < a.length; i++) { b.push(a[i])
     Like  Bookmark
  • 官網 jQuery https://jquery.com/ 安裝 下載 -> 找 Google CDN -> 將下面的連接貼到靠近 </body> <script src="https://code.jquery.com/jquery-3.5.1.js"></script> 基本語法 $('CSS selector').action()
     Like 1 Bookmark
  • PT4_2.java import java.util.Scanner; public class PT4_2 { // ================ // 使用者的角色 public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("請輸入一個整數n:");
     Like  Bookmark
  • 順序 姓名 學號 作品 01 李妍錡 b07107028 沒有報告
     Like  Bookmark
  • 順序 姓名 學號 作品 01 謝宗叡 b08101060 02
     Like  Bookmark
  • [TOC] StudentDatabase.java (v3.0.0) 新增MenuBar 按下Menu的結束可以將視窗關閉 import java.awt.EventQueue; import javax.swing.JFrame;
     Like  Bookmark
  • 期末專題要求 必需是視窗程式 需將使用者(視窗部分)與開發者(程式主要功能)分成兩個類別 使用者:利用視窗程式來呈現畫面。 開發者:任何無關視窗介面的程式,應獨立成一個類別處理。 使用者與開發者之間的溝通需使用到 Exception (有可能需要自行定義 Exception)
     Like  Bookmark
  • [TOC] Student.java /** * 學生類別 * * @author kChen * @version 0.1.0 * */
     Like  Bookmark
  • MyArray.java /** * 處理陣列相關運算的類別 * @author kChen * */ public class MyArray { /** * 將陣列資料印出來 * @param data
     Like  Bookmark
  • PT3_8 import java.util.Scanner; public class PT3_8 { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("請輸入一個整數n:"); int n = in.nextInt(); in.close();
     Like  Bookmark
  • Object 是所有類別的源頭,若新建一個類別並沒指定由誰繼承,則統一由 Object 繼承 public class Object { public int hashCode() public String toString() } toString 的格式為 classname@hashcode
     Like  Bookmark
  • BMI.html <!doctype html> <html lang="zh-TW"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS -->
     Like  Bookmark
  • [TOC] 期末報告說明 這學期期末專題的題目由同學自訂,希望同學可以結合前半學期的 html、css,以及下半學期的 JavaScript、jQuery,甚至更多技術,做出一個美觀又實用的互動式網頁。 期末專題要求的功能 使用者能和網頁互動 能新增、刪除、顯示、隱藏 HTML Element 等功能 使用 jQuery 語法來完成
     Like  Bookmark
  • [toc] 賠率表 名稱 賠率 同花大順 250
     Like  Bookmark
  • poker.html <!doctype html> <html lang="zh-TW"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS -->
     Like  Bookmark
  • random2.html <!doctype html> <html lang="zh-TW"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS -->
     Like  Bookmark
  • 如何利用 jQuery 在網頁中新增 HTML element random2.html <!doctype html> <html lang="zh-TW"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     Like 1 Bookmark
  • 2019/06/11 學號 姓名 網址 B04105038 簡于恒 https://kimtyweter.github.io/final/Findex.html
     Like  Bookmark