「網頁程式撰寫/2017/劉恩佑」修訂間的差異

出自六年制學程
跳至導覽 跳至搜尋
 
(未顯示同一使用者於中間所作的 24 次修訂)
第1行: 第1行:
 
[[分類:網頁程式撰寫]]
 
[[分類:網頁程式撰寫]]
  
==筆記==
+
==筆記欄==
  
[http://sitahome.ddns.net/20170921變數 20170921變數]
+
[http://wiki.creeper.tw/html%E5%9F%BA%E6%9C%AC%E8%AA%9E%E6%B3%95 html基本語法]<br/>
[http://sitahome.ddns.net/20170928%E8%BF%B4%E5%9C%88 20170928迴圈]
+
[http://wiki.creeper.tw/php%E5%9F%BA%E6%9C%AC%E8%AA%9E%E6%B3%95 php基本語法]<br/>
[http://sitahome.ddns.net/20171005%E5%87%BD%E5%BC%8F 20171005函式]
+
[http://wiki.creeper.tw/20170921變數 20170921 變數 上課筆記]<br/>
[http://sitahome.ddns.net/20171012%E9%99%A3%E5%88%97 20171012陣列]
+
[http://wiki.creeper.tw:10080/ch4hw.php 20170921 變數 回家練習]<br/>
 +
[http://wiki.creeper.tw/20170928%E8%BF%B4%E5%9C%88 20170928 迴圈 上課筆記]<br/>
 +
[http://wiki.creeper.tw:10080/ch5hw.php 20170928 迴圈 回家練習]<br/>
 +
[http://wiki.creeper.tw/20171005%E5%87%BD%E5%BC%8F 20171005 函式 上課筆記]<br/>
 +
[http://wiki.creeper.tw:10080/ch6hw.php 20171005 函式 回家練習]<br/>
 +
[http://wiki.creeper.tw/20171012%E9%99%A3%E5%88%97 20171012 陣列 上課筆記]<br/>
 +
[http://wiki.creeper.tw:10080/ch7hw.php 20171012 陣列 回家練習]<br/>
 +
[http://wiki.creeper.tw/20171019%E7%8B%80%E6%85%8B%E7%AE%A1%E7%90%86 20171019 狀態管理 上課筆記]<br/>
 +
[http://wiki.creeper.tw/%E7%B6%B2%E9%A0%81%E7%A8%8B%E5%BC%8F%E6%95%B4%E7%90%86 整理程式]<br/>
 
<br/>
 
<br/>
 +
<br/>
 +
相關連結:<br/>
 
[http://jendo.org/wiki1231/index.php?title=%E7%B6%B2%E9%A0%81%E7%A8%8B%E5%BC%8F%E6%92%B0%E5%AF%AB/2017 2017網頁程式撰寫]<br/>
 
[http://jendo.org/wiki1231/index.php?title=%E7%B6%B2%E9%A0%81%E7%A8%8B%E5%BC%8F%E6%92%B0%E5%AF%AB/2017 2017網頁程式撰寫]<br/>
 
[http://jendo.org/wiki1231/index.php?title=HTML  HTML]<br/>
 
[http://jendo.org/wiki1231/index.php?title=HTML  HTML]<br/>
<br/>
 
clint前端<br/>
 
server後端<br/>
 
<br/>
 
==========
 
html:
 
==========
 
  
<>標籤
+
==本學期專案:通訊錄==
<標籤 屬性名=屬性值 屬姓名=屬性值>
 
 
 
<meta>描述
 
 
 
<form>表單開始
 
</form>表單結束
 
 
 
<body>本文
 
</body>本文結束
 
 
 
span文字小片段
 
 
 
<text>文字、文件
 
br換行
 
 
 
type='submit'按鈕
 
hr水平線
 
 
 
<option>下拉式選單
 
 
 
<tr>表格
 
col span打通
 
row span打通
 
 
 
input輸入
 
Output輸出
 
 
 
<!DOCTYPE html> 告訴伺服器這是html5
 
 
 
<!--  --> html註解
 
 
 
==========
 
php:
 
==========
 
 
 
php超文件處理<br/>
 
html文件格式<br/>
 
http傳輸協定<br/>
 
 
 
/*  換行註解
 
*/  結束註解
 
 
 
//  單行註解
 
 
 
#  單行註解
 
 
 
;執行
 
 
 
echo    執行(變數可以用,連接)
 
print  執行(變數不行用,連接)
 
  
.       焊接字串
+
[http://6years.jendo.org/~%E5%8A%89%E6%81%A9%E4%BD%91/PHP/nameList/nameList0.php nameList0]<br/>
 
+
[http://6years.jendo.org/~%E5%8A%89%E6%81%A9%E4%BD%91/PHP/nameList/nameList1.php nameList1]<br/>
==本學期專案:通訊錄==
+
[http://6years.jendo.org/~%E5%8A%89%E6%81%A9%E4%BD%91/PHP/nameList/nameList2.php nameList2]<br/>
 +
[http://6years.jendo.org/~%E5%8A%89%E6%81%A9%E4%BD%91/PHP/nameList/nameList3.php nameList3]<br/>

於 2018年9月6日 (四) 09:53 的最新修訂