<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);

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


<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);

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


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

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


文字檔改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>

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


安裝阿帕契  並執行且架設網站
變這樣

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


下載程式
更新好所有的檔案

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


安裝Android Studio 開發工具
根據自己系統下載

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


<?php
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "contact";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$sql = "SELECT name, phone, mobile FROM contact";
$result = $conn->query($sql);
if ($result != null) {
// output data of each row
while($row = $result->fetch_assoc()) {
echo "Name: " . $row["name"]. " - Phone: " . $row["phone"]. " " . $row["mobile"]. "<br>";
}
} else {
echo "0 results";
}
$conn->close();
?>

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



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;

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


下載
下載

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


程式設計工藝大師———https://tccnchsu.blogspot.tw/
下載JAVA jdk 

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



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

1 2
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。