Flutter Flutter – Image By George 2019-10-27 2019-10-31 itemprop="discussionURL"0 import ‘package:flutter/material.dart’; void main( …
Flutter Flutter – Text By George 2019-10-21 2019-10-27 itemprop="discussionURL"0 文字(TEXT)是使用最普遍的 Widget,除了 text 的屬性外,還有一些樣式、對齊及每行字數 …
Flutter Flutter -AppBar By George 2019-10-08 2019-10-08 itemprop="discussionURL"1 The AppBar consists of a toobar and other wi …
Python Python – Guess the number -猜數字 By George 2019-10-07 2019-10-07 itemprop="discussionURL"0 #Guess Number use While #https://www.george.tw/201 …
Flutter Flutter – Hello World By George 2019-09-25 2019-09-25 itemprop="discussionURL"0 Flutter 是 Google 推出的一個基於 Dart 的開發框架, 主打跨平台, 使用者透過 …
Python Python 剪刀 石頭 布 By George 2019-07-29 2019-07-31 itemprop="discussionURL"0 用 while , if 再加上 random 函數就可以完成一個猜拳遊戲 #Rock , Pape …
Python Python -Sum using For & While, 加總使用 For 與 While By George 2019-06-10 2019-10-28 itemprop="discussionURL"0 這是前幾天給小四兒子的作業,讓他熟練一下 for 廻圈的寫法 sum = 0 for i in ra …
Python Python Regular Expression -正規化表達 By George 2019-05-18 2019-06-05 itemprop="discussionURL"0 面對一堆數據,要從哪裡下手,如何下手,怎想下手都是問題,想要解決數據的問題,應該沒有什麼捷徑,最好的 …
Python 快速排序 quick sort By George 2019-05-05 2019-05-05 itemprop="discussionURL"0 快速排序法如其名是一個快速的排序方法,其排序的方法是: 在數列中選定一個基數 以此基數為基準,將數列 …
Python 氣泡排序 Bubble Sort By George 2019-04-27 2019-05-06 itemprop="discussionURL"0 下文是維基百科對Bubble Sort的定義 『氣泡排序(英語:Bubble Sort)又稱為泡沫排 …