目前分類:程式設計工藝大師 (18)

瀏覽方式: 標題列表 簡短摘要

 

到網頁安裝 依照指示作完成安裝

呆o傻 發表在 痞客邦 留言(0) 人氣()

<html>
<head>

呆o傻 發表在 痞客邦 留言(0) 人氣()

<html>
<head>

呆o傻 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE html ><html >
<head>

呆o傻 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE html ><html >
<head>

呆o傻 發表在 痞客邦 留言(0) 人氣()

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=BIG5">
<title>單選題</title>
</head>
<body>
<h2>document.write用法</h2>
 <Script type ="text/javascript">
 </Script>
<form action="#" method="post" class="demoForm" id="demoForm">
    <fieldset>
        <legend>Demo: Get Value of Selected</legend>
   
    <p>Select a shipping method:</p>
    <p>
        <label><input type="radio" name="ship" value="a" checked />(a) Standard Ground</label>
        <label><input type="radio" name="ship" value="b" /> (b)Second Day</label>
        <label><input type="radio" name="ship" value="c" /> (c)Overnight</label>
        <label><input type="radio" name="ship" value="d" /> (d)Pick up</label>
    </p>
   
    <p><button type="button" name="getVal">Get Value of Selected</button></p>
   
    </fieldset>
</form>
<script type="text/javascript">
// to remove from global namespace
(function() {
   
    function getRadioVal(form, name) {
        var val;
        var radios = form.elements[name];
       
        for (var i=0, len=radios.length; i<len; i++) {
            if ( radios[i].checked ) {
                val = radios[i].value;
                break;
            }
        }
        return val;
    }

 

呆o傻 發表在 痞客邦 留言(0) 人氣()

第一支Android app程式教學

前往以下網址先安裝基本工具

(http://readandplay.pixnet.net/blog/post/140001110-%E7%AC%AC%E4%B8%80%E6%94%AFandroid-app%E7%A8%8B%E5%BC%8F%E6%95%99%E5%AD%B8)

1. JAVA開發工具(Java Development kit - JDK)

呆o傻 發表在 痞客邦 留言(0) 人氣()

 

呆o傻 發表在 痞客邦 留言(0) 人氣()

http://blog.yslifes.com/archives/918 <-這個網址 按照步驟做

package db;

呆o傻 發表在 痞客邦 留言(0) 人氣()

<?php
$servername = "localhost";

呆o傻 發表在 痞客邦 留言(0) 人氣()

第一堂先教我們如何讓java在命令提示字元中可以使用

 

呆o傻 發表在 痞客邦 留言(0) 人氣()

  • Dec 25 Fri 2015 16:08
  • 期末

using System;
using System.Collections.Generic;

呆o傻 發表在 痞客邦 留言(0) 人氣()

資料庫

將ACCESS做好的表單處存為副檔名為.mdb的檔案

呆o傻 發表在 痞客邦 留言(0) 人氣()

r111  

using System;

呆o傻 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

呆o傻 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

呆o傻 發表在 痞客邦 留言(0) 人氣()

  • Oct 16 Fri 2015 15:55
  • 拉霸

using System;
using System.Collections.Generic;

呆o傻 發表在 痞客邦 留言(0) 人氣()

程式設計工藝大師

紅綠燈

呆o傻 發表在 痞客邦 留言(0) 人氣()