24h購物| | PChome| 登入
2023-01-31 01:29:34

若何用bootstrap製作RWD網站

介紹 預編譯版 下載壓縮包之後,將其解壓縮到隨意率性目次便可看到以下(緊縮版的) 目次構造: bootstrap/ ├── css/ │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├──...

2023-01-31 01:06:54

JQuery dialog 分級視窗

文章出處:NetYea 網頁設計 起首先下載幾個JS及CSS jquery-1.9.1.js jquery 主檔 jquery-ui.js UI JS檔 js.cookie.js Cookies JS檔 jquery-ui.dialog.css CSS設定檔完成圖 <scrip...

2023-01-30 00:21:02

若何用藍芽Bluetooth連線控制 Arduino

文章出處:網頁設計,網站架設 ,網路行銷,網頁優化,SEO -NetYea 網頁設計 學會Arduino根基操控後 一定會想學會無線遙控,如藍芽Bluetooth, Wifi 這篇申明藍芽Bluetooth操控 結果圖 影片 代碼: ...

2023-01-30 00:03:31

網址若何從http自動轉為https

文章出處 :NetYea網頁設計 寫法2:因搜尋引擎改版,網站不能不改https 當網站安裝了SSL後,若何把網址主動轉成https? 在網頁目次-public_html,有一個檔案叫 .htaccess,編輯檔案內容,然後將以下轉向的規則...

2023-01-29 01:03:56

Arduino ESP32 用光敏電阻做小夜燈

const int potPin = 34; const int LED = 27; int val=0; void setup() { Serial.begin(115200); //連線速度 pinMode(LED, OUTPUT); // 27腳設定維輸出 delay(1000); } ...

2023-01-29 00:54:36

Arduino EPS32 DEVKIT V1 用PWM控制

int INA = 26; int INB = 27; void setup() { Serial.begin(9600); pinMode(INA,OUTPUT); pinMode(INB,OUTPUT); //digital output test Serial.println("INA=LOW,INB=HIGH"); digita...

 1 .
第 1 / 1 頁 , 共 6 筆           
TOP