- Jun 05 Fri 2015 14:48
-
第一個手機APP
- Jun 05 Fri 2015 14:44
-
數字推盤

- Mar 13 Fri 2015 15:06
-
IP_康FI歌

<script language="JavaScript">
VIH_BackColor = "palegreen";
VIH_ForeColor = "navy";
VIH_FontPix = "16";
VIH_DisplayFormat = "You are visiting from:<br>IP Address: %%IP%%<br>Host: %%HOST%%";
- Mar 13 Fri 2015 14:24
-
javascript

<html> <head> <title> The First Example: Hello, World </title> </head> <body> <h2> This line is HTML </h2> <script language="JavaScript"> <!-- document.write("Hello, World.This sentence is written using JavaScript."); // Text on the right of 2 slashes is comment /* This is comment that occur more than 1 line */ //--> </script> <noscript> Sorry, but your browser doesn't run JavaScript. </noscript> <h2> This line is HTML </h2> </body> </html
- Dec 26 Fri 2014 14:55
-
3X3 matrix random
這是3X3的隨機矩陣排列
由1~9司隨雞排列
讓數字可以在每一次點bottom隨機組合排列
using System;
using System.Collections.Generic;
- Nov 28 Fri 2014 15:21
-
按鍵飄~移~
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
- Nov 28 Fri 2014 15:20
-
骰子大逃殺~呵呵~
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;