上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 118 下一页
摘要: from openpyxl import Workbook from openpyxl.styles import PatternFill,Side,Border import pdfplumber l=[] def visitDir(path): if not os.path.isdir(path 阅读全文
posted @ 2023-07-06 22:29 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 11 # Datetime : 2023/7/2 20:25 # User : geovindu # Product : PyChar 阅读全文
posted @ 2023-07-05 22:41 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0)
摘要: IDE 最底部: pyinstaller -i heart.ico -D main.py 阅读全文
posted @ 2023-07-05 20:26 ®Geovin Du Dream Park™ 阅读(38) 评论(0) 推荐(0)
摘要: https://www.jetbrains.com/help/idea/file-template-variables.html /**encoding: utf-8 * 版权所有 ${YEAR} ©涂聚文有限公司 * 许可信息查看: * 描述: # Author : geovindu,Geovin 阅读全文
posted @ 2023-07-04 08:34 ®Geovin Du Dream Park™ 阅读(54) 评论(0) 推荐(0)
摘要: from: File template variables | PyCharm Documentation (jetbrains.com) https://www.jetbrains.com/help/pycharm/file-template-variables.html#custom_templ 阅读全文
posted @ 2023-07-04 08:06 ®Geovin Du Dream Park™ 阅读(48) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 11 # Datetime : 2023/7/3 14:53 # User : geovindu # Product : PyChar 阅读全文
posted @ 2023-07-02 22:56 ®Geovin Du Dream Park™ 阅读(31) 评论(0) 推荐(0)
摘要: 多继承: # encoding: utf-8 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 11 # Datetime : 2023/7/3 14:21 # User : geovindu # Product : P 阅读全文
posted @ 2023-07-02 16:25 ®Geovin Du Dream Park™ 阅读(25) 评论(0) 推荐(0)
摘要: """ clerker.py 类 edit:geovindu,Geovin Du date:20230672 IDE:PyCharm 2023.1.2 clerker.__dict__ 窥探私有属性 私用属性 clerker._Clerker.__age=-1 clerker.__age=-1 "" 阅读全文
posted @ 2023-07-02 10:27 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0)
摘要: 对于一个二维数组如: int aryy[9][9];求数组元素的总数: sizeof(a) / sizeof(int)而数组行数则为 :( sizeof(a) / sizeof(int) )/ ( sizeof(a[0]) / sizeof(int) )求数组列数: sizeof(a[0])/siz 阅读全文
posted @ 2023-07-02 00:32 ®Geovin Du Dream Park™ 阅读(47) 评论(0) 推荐(0)
摘要: /*****************************************************************//** * \file ConsoleSudoku.cpp c++ 14 * \brief 九宫独数填充游戏 * from https://github.com/va 阅读全文
posted @ 2023-07-01 10:11 ®Geovin Du Dream Park™ 阅读(62) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 118 下一页