網丙
1.在C槽新增webxx(xx為考試座號)資料夾 ex:web03
2.在 web03資料夾 內新增 images、park、others資料夾
3.複製考題圖片(.jpg .gif .png)至images資料夾,其他內容放置others資料夾內
4.開啟dreamweaver 新增網站(如下圖)
Learn More →
5.在park資料夾新增yangmingshan.htm、sheipa.htm兩個檔案;
在other資料夾新增main.html檔案
Learn More →
6.右下角新增版面 1024px* 768px
Learn More →
7.儲存index.html檔案在web03資料夾,標題:國家公園介紹網
Learn More →
8.插入表格 1024px*768px
Learn More →
網頁置中對齊(工具列下方)
Learn More →
9.插入表格2欄1列,至右邊第二列 寬度824px
高度29px與654px
Learn More →
10.設定網頁背景顏色#0000FF
11.開啟Photoshop,新增65px正方形圖片製作gif動畫檔(間隔一秒)
儲存為網頁用,gif檔(存放在images資料夾)
Learn More →
修改>編輯標籤>
Learn More →
win10安裝 Internet Information Services (IIS) 管理員
(程式和功能>開啟或關閉windows功能)
打勾
Learn More →
最後連線至http://127.0.0.1/ 畫面出來即連線成功
名詞解釋 Remote Dictionary Server(Redis) 記憶體內資料存放區 (key-value database) 常用來做快取(Cache 或譯做暫存) 可以減輕資料庫的負擔 使用傳統磁碟的資料庫需要在磁碟來回處理才能執行大多數的操作,而 Redis 這類記憶體內資料存放區則不受此限制,因此回應時間更快。 參考資料
Jul 6, 2021:::info 以下範例:複製 marriagesuggestion --> 為 marriagesuggestionCh8 ::: 複製檔案資料夾,之後重新命名為 marriagesuggestionCh8 這三個資料夾內的資料夾名稱都要修改為 marriagesuggestionCh8 D:\Android\MarriageSuggestionCh8\app\src\androidTest\java\com\example\修改檔名 D:\Android\MarriageSuggestionCh8\app\src\main\java\com\example\修改檔名 D:\Android\MarriageSuggestionCh8\app\src\test\java\com\example\修改檔名
May 5, 20201.安裝Android studio 至官網下載: https://developer.android.com/studio :::danger 因為檔案很大(20-30G),記得都裝在D槽才不會占硬體空間 ::: 2.安裝SDK、ADV 安裝順序
May 5, 2020<string-array name="gender_list"> <item>男</item> <item>女</item> </string-array> 新增一個下拉選單按鈕 ID 設為 spinnerGender package com.example.marriagesuggestion; //系統檔案
May 5, 2020or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up