24h購物| | PChome| 登入
2023-01-15 00:00:58

PHP燒毀函數ereg_replace(),若何用preg_

ereg_replace()是個利用正則的replacestr_replace() ereg_replace ( string $pattern , string $replacement , string $string ) : string preg_replace ( mixed $pattern , mixed $replacement , mixed $subject ...

2023-01-14 08:43:16

Arduino nano初始設定並引入Library 網站架

1.先安裝NANO的驅動程式 找到Tools - > Boards manager 2.左邊輸入nano 安裝 Arduino AVR Boards 1.8.X 3. 找到准確型號 Tools -> Processor -> ATmega328P(Old Bootloader) 4. 替換...

2023-01-14 08:17:41

Arduino ESP32 用光敏電阻做小夜燈 網站架設

網站架設 const int potPin = 34; const int LED = 27; int val=0; void setup() { Serial.begin(115200); //連線速度 pinMode(LED, OUTPUT); // ...

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