上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 118 下一页
摘要: 写法方式之一: /** * @file hello.c * @author your name (geovindu) * @brief * @ide vscode c11,c17 windows 10 * @version 0.1 * @date 2023-11-05 * * @copyright 阅读全文
posted @ 2023-11-05 15:49 ®Geovin Du Dream Park™ 阅读(47) 评论(0) 推荐(0)
摘要: Ubuntu 22.4: /** * @file AnalyzingText.h * @brief Analyzing text * @author geovindu,Geovin Du,涂聚文 (geovindu@163.com) * ide: vscode c11,c17 Ubuntu 22.4 阅读全文
posted @ 2023-11-05 00:28 ®Geovin Du Dream Park™ 阅读(15) 评论(0) 推荐(0)
摘要: 装之前先把java jdk 17 先安装上 命令行安装 sudo apt install openjdk-11-jdksudo apt install openjdk-17-jdk sudo add-apt-repository ppa:geovindu/javasudo apt updatesud 阅读全文
posted @ 2023-11-03 21:36 ®Geovin Du Dream Park™ 阅读(151) 评论(0) 推荐(0)
摘要: https://www.eclipse.org/downloads/ 阅读全文
posted @ 2023-11-03 14:13 ®Geovin Du Dream Park™ 阅读(76) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <assert.h> /** * @brief * * @param arr * @param length * @param key */ void removenum(int arr[],int le 阅读全文
posted @ 2023-10-29 14:36 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0)
摘要: /** * @file chainOfResponsibility.h * @author your name (geovindu) * @brief chain Of Responsibility 职责链模式 * @version 0.1 * @date 2023-10-28 * IDE: VSC 阅读全文
posted @ 2023-10-28 05:55 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2023 ©涂聚文有限公司 # 许可信息查看: word covert pdf # 描述:pip install pywin32 # # pip install PyPDF2 # Author : geovindu,Geovin Du 涂聚文. # 阅读全文
posted @ 2023-10-26 15:39 ®Geovin Du Dream Park™ 阅读(38) 评论(0) 推荐(0)
摘要: browser = webdriver.Firefox()edge=webdriver.Edge()safari=webdriver.Safari()chrome=webdriver.Chrome() https://pypi.org/project/selenium/ 案例1: # encodin 阅读全文
posted @ 2023-10-26 10:50 ®Geovin Du Dream Park™ 阅读(57) 评论(0) 推荐(0)
摘要: /*****************************************************************//** * \file helloworld.C * \brief 业务操作方法 * VSCODE c11 安装插件“Doxygen Documentation Ge 阅读全文
posted @ 2023-10-24 22:14 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要: /** * @file helloworld.c * @author your name (geovindu@163.com) * @brief thread * @version 0.1 * @date 2023-10-24 * ide: vscode c11,c17 Ubuntu 22.04 * 阅读全文
posted @ 2023-10-24 15:58 ®Geovin Du Dream Park™ 阅读(45) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 118 下一页