- Nov 29 Sat 2014 00:37
程式設計工藝大師(Master of Computer Programming)
- Nov 28 Fri 2014 15:15
創造成功奇蹟演講 梁凱恩 老師+心得
- Apr 10 Fri 2015 15:38
2015/04/10 按鈕
- Mar 27 Fri 2015 15:02
2015/03/27
class test
{
- Mar 20 Fri 2015 15:33
2015/03/20 Java & javascript
- Mar 13 Fri 2015 14:56
2015/03/13
<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>
- Mar 06 Fri 2015 14:47
2015/03/06
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("_____*_____");
}
- Dec 12 Fri 2014 16:16
第10週2014/12/12 open CV
- Dec 05 Fri 2014 15:34
第9週2014/12/05 C#VB亂數打亂和排序數字陣列
- Nov 28 Fri 2014 15:12
第8週2014/11/28 數字拼盤