摘要:
仅写关键性代码: //遍历语音库,将语音库加入选择 import com.sapi.voice; var voice = com.sapi.voice(); for name,lang,gender,age,vendor,description in voice.eachVoices(){ //co 阅读全文
摘要:
在执行以下操作时,先把以前的data删除,移除相关服务后再进行操作。 net stop mysql mysqld --remove 【简单安装,且操作不复杂】 #1、根目录下新建my.ini[mysqld]basedir=C:/mysqldatadir=C:/mysql/dataport=3306 阅读全文
摘要:
1、main.js //导入three import * as THREE from "three"; //导入OrbitControls //导入轨道控制器 import { OrbitControls } from "three/examples/jsm/controls/OrbitContro 阅读全文