为您找到相关结果397,108个
threejs全景图和锚点编辑的实现方案_javascript技巧_脚本之家
const texture0 = new THREE.TextureLoader().load((gAppPath + `/images/ysThree/sky/${skydir}/px.jpg`)) const texture1 = new THREE.TextureLoader().load((gAppPath + `/images/ysThree/sky/${skydir}/nx.jpg`)) const texture2 = new THREE.TextureLoader().load((gAppPath + `/images/ys...
www.jb51.net/article/2444...htm 2025-5-9
SpringBoot实现本地上传文件到resources目录_java_脚本之家
String resourcesPath = System.getProperty("user.dir") + "/sky-server/src/main/resources"; // System.out.printf("resources目录路径:" + resourcesPath); File path = new File(resourcesPath); File upload = new File(path.getAbsolutePath(), "upload"); File uploadTarget = new File(targetPath...
www.jb51.net/program/2930900...htm 2025-5-19