PIXNET Logo登入

ic3ic8的部落格

跳到主文

歡迎光臨ic3ic8在痞客邦的小天地

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 6月 03 週五 201613:51
  • 5/20

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

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

  • 個人分類:
▲top
  • 6月 03 週五 201613:49
  • 5/13

作業.PNG程式如下
<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);
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 5月 06 週五 201615:56
  • 2016/5/6

1.PNG
<!DOCTYPE html >
<html >
<head>
    <title>form沒差</title>
    <script>
       function check1(){
        
       var radio1=document.getElementsByName("v1");
           radio2=document.getElementsByName("v2");
radio3=document.getElementsByName("v3");
radio4=document.getElementsByName("v4");
radio5=document.getElementsByName("v5");
radio6=document.getElementsByName("v6");
radio7=document.getElementsByName("v7");
radio8=document.getElementsByName("v8");
radio9=document.getElementsByName("v9");
radio10=document.getElementsByName("v10");
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 21 週四 201618:22
  • 第一個app

建造app.PNG先去網站http://appinventor.mit.edu/explore/content/windows.html
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 21 週四 201617:51
  • xampp教學

demo.PNGphpMyAdmin登入畫面,當然您也可以透過網址來登入管理資料庫:「http://127.0.0.1/phmyadmin」或是「http://localhost/phpmyadmin」,登入名稱為「root」,密碼部分請留空,然後點擊﹝執行﹞。
$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"]. "

";

    }

} else {

    echo "0 results";

}

$conn->close();

?>
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 21 週四 201617:43
  • 架設網站

xampp.PNG[網站架設] 用電腦架設網站!XAMPP 安裝教學
XAMPP是一個把Apache網頁伺服器與PHP、Perl及MariaDB集合在一起的安裝包,允許用戶可以在自己的電腦上輕易的建立網頁伺服器。
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 15 週五 201616:16
  • 期中考

擷取.PNG1.  JAVA開發工具(Java Development kit - JDK)
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 2月 19 週五 201615:08
  • 程式工藝大師

擷取.PNG程式設計工藝大師
package test;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 12月 25 週五 201516:02
  • 期末

擷取.PNG   
using System;
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 11月 20 週五 201515:49
  • 資料庫

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

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

  • 個人分類:
▲top
12»

個人資訊

ic3ic8
暱稱:
ic3ic8
分類:
數位生活
好友:
累積中
地區:

熱門文章

  • (6)程式設計工藝大師
  • (1)拉霸
  • (10)九宮格
  • (4)16宮格
  • (2)16
  • (4)期中考試
  • (4)資料庫
  • (6)期末
  • (2)程式工藝大師
  • (2)期中考

文章分類

  • 未分類文章 (1)

最新文章

  • 5/20
  • 5/13
  • 2016/5/6
  • 第一個app
  • xampp教學
  • 架設網站
  • 期中考
  • 程式工藝大師
  • 期末
  • 資料庫

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

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