逢甲大學  許志宇 老師

http://tccnchsu.blogspot.tw/

a0930063623 發表在 痞客邦 留言(0) 人氣()

創造成功奇蹟八大關建  梁凱恩 老師  演講

https://www.youtube.com/watch?v=Ynrj6eUEqAQ

a0930063623 發表在 痞客邦 留言(0) 人氣()

0410001  

import java.awt.*;

a0930063623 發表在 痞客邦 留言(0) 人氣()

class test
{

a0930063623 發表在 痞客邦 留言(0) 人氣()

0320001

java  

a0930063623 發表在 痞客邦 留言(0) 人氣()

<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>01111111  


a0930063623 發表在 痞客邦 留言(0) 人氣()

class Test
{
public static void main(String[] args)
{
System.out.println("_____*_____");
System.out.println("____***____");
System.out.println("___*****___");
System.out.println("__*******__");
System.out.println("_____*_____");
System.out.println("_____*_____");
}


a0930063623 發表在 痞客邦 留言(0) 人氣()

未命名  

using System;

a0930063623 發表在 痞客邦 留言(0) 人氣()

[VB] 建置9格數字經由按鈕觸發打亂數字


 

a0930063623 發表在 痞客邦 留言(0) 人氣()

1417157386-2753316172_n  

Private Sub CommandButton1_Click()

a0930063623 發表在 痞客邦 留言(0) 人氣()

1 2