PIXNET Logo登入

will0719的部落格

跳到主文

程式設計工藝大師

部落格全站分類:

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 5月 20 週五 201615:53
  • 隨機亂數選題

1463728153-3663241830_n  
<html>
  <head>
    <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
    <script type="text/javascript">
    google.charts.load('current', {'packages':['corechart']});
      google.charts.setOnLoadCallback(drawChart);
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 5月 13 週五 201615:49
  • 20160513題目+方塊

1463127273-3328245994_n<html>
  <head>
    <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
    <script type="text/javascript">
    google.charts.load('current', {'packages':['corechart']});
      google.charts.setOnLoadCallback(drawChart);
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 5月 06 週五 201615:43
  • Script進階

1462521833-4034379539_n<!DOCTYPE html >
< html >
< head>
    <title>加法運算器</title>
    <script>
        function add() {
            var a = parseInt(document.getElementById('a').value);
            var b = parseInt(document.getElementById('b').value);
            document.getElementById('result').value =  a+b ;
        }
    </script>
< /head>
< body>
    <input id="a" type="text" />+<input id="b" type="text" />
    <button onclick="add()" >=</button>
    <output id="result"></output>
< /body>
< /html>
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 29 週五 201615:37
  • Java Script

1461908634-3109932419_n1.文字檔改HTML格式
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=BIG5">
<title>第一支javaScript</title>
</head>
<body>
<h2>document.write用法</h2>
<Script type ="text/javascript">
document.write("Hello world!!");
</Script>
</body>
</html>
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 22 週五 201615:24
  • 2016/4/22

13077209_607602119395847_280268448_n  
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 15 週五 201615:23
  • 2016/4/15

擷取  
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 3月 11 週五 201614:32
  • 2016/3/11

13016827_604579376364788_1152921573_o  
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Data.OleDb;
using System.IO;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 2月 19 週五 201615:28
  • 104(二) JAVA

擷取
 
package test;
import java.sql.Connection;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 11月 06 週五 201514:28
  • 簡易計算機

擷取  
 
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 10月 30 週五 201515:48
  • 陣列數字排序

12212413_1716117058616073_1432370071_n  
 
using System;
using System.Collections.Generic;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
12»

個人資訊

will0719
暱稱:
will0719
分類:
好友:
累積中
地區:

熱門文章

  • (2)紅綠燈
  • (1)亂數不重複
  • (0)陣列數字排序
  • (0)拉霸
  • (3)簡易計算機
  • (2)104(二) JAVA
  • (0)2016/4/15
  • (0)2016/3/11
  • (0)2016/4/22
  • (0)Java Script

文章分類

  • 未分類文章 (1)

最新文章

  • 隨機亂數選題
  • 20160513題目+方塊
  • Script進階
  • Java Script
  • 2016/4/22
  • 2016/4/15
  • 2016/3/11
  • 104(二) JAVA
  • 簡易計算機
  • 陣列數字排序

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: