上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 109 下一页
摘要: fragment.bns 文件用NotePad 打开 WebGL 3D 用tomcat 浏览 #version 300 es precision mediump float; uniform float uR; in vec3 vPosition;//接收从顶点着色器过来的顶点位置 in vec4 阅读全文
posted @ 2023-12-16 14:59 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: /** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述:https://github.com/houbb/pinyin * https://mvnrepository.com/artifact/com.github.stuxuhai/jpin 阅读全文
posted @ 2023-12-16 07:28 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0) 编辑
摘要: /** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看: * 描述: //https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/Ra 阅读全文
posted @ 2023-12-16 07:16 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: openweathermap.json { "coord": { "lon": 114.0683, "lat":22.5455 } , "weather":[ { "id": 803, "main":"Clouds", "description":"多云", "icon":"04d" } ], "b 阅读全文
posted @ 2023-12-15 20:42 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: openweathermap.json { "coord": { "lon": 114.0683, "lat":22.5455 } , "weather":[ { "id": 803, "main":"Clouds", "description":"多云", "icon":"04d" } ], "b 阅读全文
posted @ 2023-12-14 22:13 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 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™ 阅读(11) 评论(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™ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: netsh interface ipv4 show excludedportrange protocol=tcp 查找端口是否占用 检查CMD中的阻塞端口范围(管理员) 改写 launchSettings.json 端口 阅读全文
posted @ 2023-11-26 14:45 ®Geovin Du Dream Park™ 阅读(27) 评论(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™ 阅读(23) 评论(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™ 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 109 下一页