上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 118 下一页
摘要: from typing import List import json class Student(object): def __init__(self, first_name: str, last_name: str): self.first_name = first_name self.last 阅读全文
posted @ 2023-12-14 20:29 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Model { /// <summary> /// 高德天气 /// </summary> public c 阅读全文
posted @ 2023-12-11 18:36 ®Geovin Du Dream Park™ 阅读(30) 评论(0) 推荐(0)
摘要: netsh interface ipv4 show excludedportrange protocol=tcp 查找端口是否占用 检查CMD中的阻塞端口范围(管理员) 改写 launchSettings.json 端口 阅读全文
posted @ 2023-11-26 14:45 ®Geovin Du Dream Park™ 阅读(46) 评论(0) 推荐(0)
摘要: package.json { "name": "healthcheck", "version": "0.0.0", "scripts": { "ng": "ng", "start": "echo Starting... && ng serve", "build": "ng build", "buil 阅读全文
posted @ 2023-11-25 16:35 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0)
摘要: 添加.jar文件 /** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述: * # Author : geovindu,Geovin Du 涂聚文. * # IDE : Apache NetBeans IDE 19 windows 10 Ja 阅读全文
posted @ 2023-11-17 09:28 ®Geovin Du Dream Park™ 阅读(47) 评论(0) 推荐(0)
摘要: /** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述: * # Author : geovindu,Geovin Du 涂聚文. * # IDE : IntelliJ IDEA 2023.1 Java 17 * # Datetime : 2 阅读全文
posted @ 2023-11-16 21:47 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0)
摘要: https://github.com/Deci-AI/super-gradients /** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * Java开源框架和库 * http://projects.apache.org * https://ecl 阅读全文
posted @ 2023-11-15 06:27 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0)
摘要: /** # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: 嵌套结构体 # Author : geovindu,Geovin Du 涂聚文. # IDE : CLion 2023.1.1 c17 windows 10 # Datetime : 阅读全文
posted @ 2023-11-13 19:15 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0)
摘要: /** # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述:输入输入出格式 # Author : geovindu,Geovin Du 涂聚文. # IDE : CLion 2023.1.1 c17 windows 10 # Datetime : 阅读全文
posted @ 2023-11-12 07:10 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: /** # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : CLion 2023.1.1 c17 windows 10 # Datetime : 2023/1 阅读全文
posted @ 2023-11-11 06:38 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 118 下一页