CentOS 8 的 firefox can't play




最後









履行powertools

haltonmamay 發表在 痞客邦 留言(0) 人氣()

網頁設計 透過glob scandir readdir獲得資
 



三、readdir

參考文章

https://coder.tw/?p=690

https://blog.csdn.net/wmn7q/article/details/73252973

haltonmamay 發表在 痞客邦 留言(0) 人氣()

網頁設計 CKeditor 4.11.1 網頁編纂器與CKf


  1. $baseUrl = 'https://'.$_SERVER['HTTP_HOST'].'/xxxx/';


複製代碼

haltonmamay 發表在 痞客邦 留言(0) 人氣()

網頁設計 Line 熱點若何申請
 

haltonmamay 發表在 痞客邦 留言(0) 人氣()

若何刪除LINUX下收受接管桶的檔案並釋放空間
14TB的硬碟,檔案都存在資源收受接管桶





Linux下的復原站實際上是一個資料夾,該資料夾下邊有兩個資料夾:files和info

在終端機執行

haltonmamay 發表在 痞客邦 留言(0) 人氣()

IPFS應用有哪些
   網頁設計  

haltonmamay 發表在 痞客邦 留言(0) 人氣()

opencart 3.0.2 升級到 4.0.2.3 步調與





7. 進級完成後會複寫config.php 及 admin/config.php

內容以下

haltonmamay 發表在 痞客邦 留言(0) 人氣()

若何封閉 GDM 及 nouveau 並安裝 NVIDIA


  1. service gdm stop


複製代碼

haltonmamay 發表在 痞客邦 留言(0) 人氣()

若何在CentOS 8 安裝Anaconda3 及PyCha


  1. /root/anaconda3/bin/anaconda-navigator

  2.  


複製代碼

haltonmamay 發表在 痞客邦 留言(0) 人氣()

Python 利用 MySQL Connector 操作 M
網頁設計

  1. import mysql.connector

  2. from mysql.connector import Error

  3.  

  4. try:

  5.     # 連接 MySQL/MariaDB 資料庫

  6.     connection = mysql.connector.connect(

  7.         host='localhost',          # 主機名稱

  8.         database='officeguide_db', # 資料庫名稱

  9.         user='officeguide',        # 帳號

  10.         password='your_password')  # 暗碼

  11.  

  12.     # 查詢資料庫

  13.     cursor = connection.cursor()

  14.     cursor.execute("SELECT name, age FROM persons;")

  15.  

  16.     # 取回全部的資料

  17.     records = cursor.fetchall()

  18.     print("資料筆數:", cursor.rowcount)

  19.  

  20.     # 列出查詢的資料

  21.     for (name, age) in records:

  22.         print("Name: %s, Age: %d" % (name, age))

  23.  

  24. except Error as e:

  25.     print("資料庫連接失敗:", e)

  26.  

  27. finally:

  28.     if (connection.is_connected()):

  29.         cursor.close()

  30.         connection.close()

  31.         print("資料庫連線已關閉")


複製代碼

haltonmamay 發表在 痞客邦 留言(0) 人氣()

ESP32 用Arduino程式上傳測試HelloWorld
上傳終了則會泛起Hard resetting via RTS pin...,意思是利用左側的RST按鈕重開機,讓ESP32從新開機來執行程式,不外一般按RST這個步調是可以省略。

haltonmamay 發表在 痞客邦 留言(0) 人氣()

Arduino初始設定ESP32出現package_esp3
網頁設計


  1. C:\Users\Administrator\AppData\Local\Arduino15


複製代碼

haltonmamay 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。