原创 python3 界面開發 PyQt5, PyQt5Designer.txt

python3 界面開發 PyQt5, PyQt5Designer.txt 1.參考: 1.1.基於Python3.7語言的PyQt5界面開發-基礎 https://blog.csdn.net/bai_yechuang

原创 python3 globModule 文件、文件夾檢索.py

""" python3 當前目錄下的文件、文件夾檢索。 模塊:python3 globModule 文件、文件夾檢索.py 參考: https://blog.csdn.net/wc781708249/article/detail

原创 python3 zipfileModule 文件、文件夾壓縮、打包.py

""" 文件、文件夾打包成 .zip。 模塊:python3 zipfileModule 文件、文件夾壓縮、打包.py 參考:https://www.cnblogs.com/ManyQian/p/9193199.html 知識點:

原创 python3 namespace_scope 命名空間和作用域.py

""" Python3 命名空間和作用域。 模塊:python3 namespace_scope 命名空間和作用域.py 參考:https://www.runoob.com/python3/python3-namespace-scope

原创 python3 fileObj.flush() 寫文件,清緩存.py

""" 自己控制,寫文件,清緩存。 參考:https://www.runoob.com/python3/python3-file-flush.html 模塊:python3 fileObj.flush() 寫文件,清緩存.py 知識點:

原创 python3 shutil_osModule.py

""" 模塊:python3 shutil_osModule.py 功能:python3 移動文件。 參考:https://blog.csdn.net/slindajj/article/details/80658489 知識點: 1.

原创 python3 class 面向對象.py

""" python3 面向對象編程。 模塊:python3 class 面向對象.py 參考:https://www.runoob.com/python3/python3-class.html 知識點: 1.面向對象技術簡介

原创 python3 zlibModule 字符串、文件的壓縮和解壓.py

""" 字符串、文件的壓縮和解壓 - zlib 入門。 模塊:python3 zlibModule 字符串、文件的壓縮和解壓.py 參考:https://blog.csdn.net/heyshheyou/article/details/

原创 js unicode - str.html

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>js unicode - str</title> </head> <body>

原创 html5 input_range.html

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8">   <title>html5 input_range</title>  </head>

原创 python3 reModule.finditer().py

""" 模塊:python3 reModule.finditer().py 參考:https://www.runoob.com/python3/python3-reg-expressions.html 知識點: 1.re.fin

原创 python3 pprintModule.py

""" 模塊:python3 pprintModule.py 知識點: 1.pprint.pprint(object, stream=None, indent=1, width=80, depth=None, *, compa

原创 python3 互換兩個變量的值.py

""" python3 互換兩個變量的值。 """ a = 1 b = 2 a, b = b, a print(a, b) # 2 1

原创 python3 Image_psutilModule.py

""" python3 顯示、關閉圖片。 模塊:python3 Image_psutilModule.py 參考: 顯示:https://www.cnblogs.com/lantingg/p/9259840.html 關

原创 jQuery 事件 傳參.html

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=