Python
geovindu
为了生活,到处流浪,人间万象这本书是词汇语句难以修辞的,图像影音等介质难以描绘印象的,而一切在表象的存在中去体味....接收各人的角度看法,就因为各人所处环境和意识形态不同,才显得人间的知会智慧.
展开
-
more Layer Architecture in Python and mysql 9.0
【代码】more Layer Architecture in Python and mysql 9.0。原创 2024-11-07 19:55:42 · 207 阅读 · 0 评论 -
more Layer Architecture in Python and sqlserver 2019
【代码】more Layer Architecture in Python and sqlserver 2019。原创 2024-11-07 06:27:02 · 150 阅读 · 0 评论 -
python: Parent-child form operations using ttkbootstrap
【代码】python: Parent-child form operations using ttkbootstrap。原创 2024-11-05 20:13:54 · 153 阅读 · 0 评论 -
Python: Print Table on console
【代码】Python: Print Table on console。原创 2024-10-28 23:08:08 · 204 阅读 · 0 评论 -
Python‘s exec Functions: Execute Dynamically Generated Code
【代码】Python‘s exec Functions: Execute Dynamically Generated Code。原创 2024-10-27 14:59:04 · 97 阅读 · 0 评论 -
python: more Layer Architecture and its Implementation in SQLite
【代码】python: more Layer Architecture and its Implementation in SQLite。原创 2024-10-25 05:53:23 · 174 阅读 · 0 评论 -
python: Parent-child form operations
【代码】python: Parent-child form operations。原创 2024-10-24 19:49:06 · 198 阅读 · 0 评论 -
python: sort
【代码】python: sort。原创 2024-10-19 23:51:44 · 91 阅读 · 0 评论 -
python: unittest
【代码】python: unittest。原创 2024-10-17 18:09:01 · 161 阅读 · 0 评论 -
python: pytest
【代码】python: pytest in thonny IDE。原创 2024-10-17 08:28:27 · 121 阅读 · 0 评论 -
python:create object
【代码】python:create object。原创 2024-10-12 22:53:04 · 243 阅读 · 0 评论 -
Python: Two Dimensional (2D) Array Bubble Sort
【代码】Python: Two Dimensional (2D) Array Bubble Sort。原创 2024-10-06 14:07:48 · 245 阅读 · 0 评论 -
python: create Envircomnet in Visual Studio Code 创建虚拟环境
2 terminal 下输入相关命令行操作,选进入虚拟环境的的文件夹下 cd .venv/scripts 再进行激活虚拟环境。如果是输入命令创建虚拟环境,就不需要上面的操作步骤,直接在客户端命令行下输入 python -m venv .venv(文件夹或是路径),再进行激活虚拟环境命令。1.在搜索栏输入“>" 或是用快捷组合键ctrl+shift+P键 就会显示”>",再输入"python:"如: pip install pandas。就可以看到创建了一个虚拟环境的默认的文件夹名".venv"原创 2024-07-02 20:35:37 · 373 阅读 · 0 评论 -
Python: PyCharm 2023.1 调试
2.shift+F9,或 alt+shift+f9 选择文件 或是在菜单 Run->debug "main" 或是在菜单Run->debug 选择文件 (鼠标光标放在设置第一个断点开始的地方)1.设断点 (行号对应的红色点,在需要设置断点的代码行与行号之间鼠标点击即可以设置)3再按F8. 查看一行一行代码执行过程。原创 2024-06-30 07:05:46 · 410 阅读 · 0 评论 -
Python: create object
【代码】Python: create object。原创 2024-06-23 19:26:18 · 282 阅读 · 0 评论 -
Python: HexBinDecOct
【代码】Python: HexBinDecOct。原创 2024-06-23 06:27:05 · 268 阅读 · 0 评论 -
python:faces swap
【代码】python:faces swap。原创 2024-06-13 20:43:05 · 336 阅读 · 0 评论 -
Python: Regular expressions
match()和search()都只匹配出一个符合条件的字符串,若想要所有,可以使用re.findall()-在口外面没有特殊功能,在口中要表示-本身,就不要放在两个字符之间()需要转义。转义符号,在特殊的符号前加\,来让特殊的符号没有意义不管在哪儿都需要转义。括号中任意一个字符[1-9]数字1到9 [a-z]小写 [A-Z]大写。查找所有满足正则条件的子串,返回值是迭代器,迭代器中的元素是匹配对象。字符串中满足正则表达式条件的子串替换成repl。获取字符串中满足正则表达式的所有的子串,返回一个列表。转载 2024-04-28 17:43:20 · 347 阅读 · 0 评论 -
Python: Spire.PDF-for-Python
【代码】Python: Spire.PDF-for-Python。原创 2024-01-11 20:42:34 · 1270 阅读 · 0 评论 -
json Deserialization of Python Objects
【代码】json Deserialization of Python Objects。原创 2023-12-14 22:26:46 · 130 阅读 · 0 评论 -
python: 用百度API读取增值税发票信息
调用:用京东多张发票测试成功。原创 2023-09-30 08:51:51 · 716 阅读 · 0 评论 -
python: Sorting Algorithms
【代码】python: Sorting Algorithms。原创 2023-09-23 23:48:53 · 132 阅读 · 0 评论 -
python:优化一EXCEL统计用类封装一下
【代码】python:优化一EXCEL统计用类封装一下。原创 2023-09-17 06:18:03 · 107 阅读 · 0 评论 -
python: excel假期时间提取统计
【代码】python: 假期时间提取统计。原创 2023-09-15 00:37:51 · 404 阅读 · 0 评论 -
python: excel 换行符(_x000D_)
【代码】python: excel 换行符(_x000D_)原创 2023-09-03 15:27:35 · 1673 阅读 · 0 评论 -
python: logHelper
【代码】python: logHelper。原创 2023-07-17 22:45:55 · 116 阅读 · 0 评论 -
python: FileHelper
【代码】python: FileHelper。原创 2023-07-10 22:05:51 · 495 阅读 · 0 评论 -
python: create animated GIF
Pillow包提供了大量方便使用的图片处理工具,可以在官方文档中此API接口,地址为https://pillow.readthedocsio/en/stable/。在Pillow包中提供了9种不同的图片模式,分别是1、L、P、RGBYCbCr、I、F,YCbCr 色度和亮度分量标准,YCbCr是在计算机中应用最多的色彩标准。RGB 红、绿、蓝色彩空间,每一种颜色值在0~255内。I 高清晰灰度标准,和L模式相比提供32位空间。F 灰度图像标准,保留转换后的浮点数。l 二值图像,只有黑、白两种颜色。原创 2023-07-09 06:19:43 · 275 阅读 · 0 评论 -
python: more Layer Architecture and its Implementation in SQLite
【代码】python: more Layer Architecture and its Implementation in SQLite。原创 2023-07-06 05:09:53 · 1030 阅读 · 0 评论 -
python: PyCharm 2023.1打包项目成执行程序
IDE 最底部:生成成功。原创 2023-07-06 05:00:47 · 1444 阅读 · 0 评论 -
python: more Layer Architecture and its Implementation in Python and mysql 8.0
®Geovin Du Dream Park™ - 博客园 (cnblogs.com)原创 2023-06-29 23:34:12 · 243 阅读 · 0 评论 -
python: more Layer Architecture and its Implementation in Python
【代码】python: more Layer Architecture and its Implementation in Python。原创 2023-06-28 21:03:43 · 316 阅读 · 0 评论 -
python: GUI using tkinter
【代码】python: GUI using tkinter。原创 2023-06-26 20:43:14 · 119 阅读 · 0 评论 -
python: Treeview Control binding data using tkinter and ttkbootstrap GUI
【代码】python: Treeview Control binding data using tkinter and ttkbootstrap GUI。原创 2023-06-24 15:49:05 · 156 阅读 · 0 评论 -
python: How to Create a Python Package
【代码】python: How to Create a Python Package。原创 2023-06-23 09:23:33 · 84 阅读 · 0 评论 -
python: Call SQL Server Stored Procedure in Python
【代码】python: Call SQL Server Stored Procedure in Python。原创 2023-06-17 18:46:49 · 79 阅读 · 0 评论 -
python: read mysql
【代码】python: read mysql。原创 2023-06-15 22:37:17 · 73 阅读 · 0 评论 -
python: sql server insert record
【代码】python: sql server insert record。原创 2023-06-14 22:12:34 · 81 阅读 · 0 评论 -
python: read excel and export excel
【代码】python: read excel and export excel。原创 2023-06-14 20:07:43 · 82 阅读 · 0 评论 -
python: read excel
【代码】python: read excel。原创 2023-06-13 21:04:14 · 343 阅读 · 0 评论