PIXNET Logo登入

chochenlu

跳到主文

程式設計工藝大師

部落格全站分類:

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 6月 03 週五 201615:11
  • 6/3 期末考

<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">
var rx1=0,rx2=0,rx3=0,maxNum=0,minNum=0;
maxNum=9;
minNum=0;
rx1=Math.floor( Math.random() * (maxNum - minNum + 1) ) +minNum;
rx2=Math.floor( Math.random() * (maxNum - minNum + 1) ) +minNum;
rx3=Math.floor( Math.random() * (maxNum - minNum + 1) ) +minNum;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 5月 20 週五 201602:33
  • 5/20隨機亂數選題


<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);
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 5月 13 週五 201615:31
  • 5/13出題目 文字方塊顯示


<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);
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 5月 06 週五 201602:27
  • 5/6script

Image 3.png
<!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>
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 29 週五 201615:00
  • 4/29JavaScript

Image 1
文字檔改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>
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 21 週四 201615:20
  • 4/21把亂碼改成繁體字

a

把這兩個複製貼到阿帕契的文字資料的下面兩個裡面
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 21 週四 201615:13
  • 4/21阿帕契架設與改字

未命名
https://www.orztw.com/2014/06/xampp-install-on-windows.html
安裝阿帕契  並執行且架設網站
(繼續閱讀...)
文章標籤

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

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

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

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

  • 個人分類:
▲top
  • 3月 25 週五 201615:48
  • 3/25

1460705442-2196436848_n
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 3月 18 週五 201615:51
  • 3/18

package db;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
12»

個人資訊

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

熱門文章

  • (4)D0250578 卓承儒 紅綠燈
  • (1)10/30
  • (3)11/6
  • (1)基本資料 成績 關聯 文字方塊
  • (0)期末考,匯入資料庫,新增修改刪除
  • (0)推數字遊戲
  • (2)4/15 期中考
  • (1)02/19
  • (1)3/11
  • (0)3/25

文章分類

  • 未分類文章 (1)

最新文章

  • 6/3 期末考
  • 5/20隨機亂數選題
  • 5/13出題目 文字方塊顯示
  • 5/6script
  • 4/29JavaScript
  • 4/21把亂碼改成繁體字
  • 4/21阿帕契架設與改字
  • 4/15 期中考
  • 3/25
  • 3/18

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

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