分享VS2010制作語音轉(zhuǎn)文字必備的兩個組件安裝方法,MySql.Data.dll和DotNetSpeech.dl
前面引用部分會用到
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Speech.Synthesis;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using System.Globalization;
using System.Threading.Tasks;
using System.Speech.Recognition;
using System.Data.SqlClient;
using MySql.Data.MySqlClient;
using DotNetSpeech;
我們在用VS2010情況下,先說MySql.Data.dll。使用細節(jié):
(1). 在web程序中,引用>添加引用>程序集>擴展下,前提是安裝了mysql-for-visualstudio-1.2.6.msi和mysql-connector-net-6.9.9.msi
(2).手工下載最新版本的8.0.11,其他以前的版本也可以參考利用。MySql.Data.dll,然后添加項目引用。
(3). 添加引用:using MySql.Data. MySqlClient;注意前面安裝好了的mysql-for-visualstudio-1.2.6.msi和mysql-connector-net-6.9.9.msi文件夾里的東西不要去引用。接下來的介紹的是函數(shù)描述。
mysql_affected_rows()
??? 返回上次UPDATE、DELETE或INSERT查詢更改/刪除/插入的行數(shù)。
mysql_autocommit()
??? 切換 autocommit模式,ON/OFF
mysql_change_user()
??? 更改打開連接上的用戶和數(shù)據(jù)庫。
mysql_charset_name()
??? 返回用于連接的默認字符集的名稱。
mysql_close()
??? 關(guān)閉服務(wù)器連接。
mysql_commit()
??? 提交事務(wù)。
mysql_connect()
??? 連接到MySQL服務(wù)器。該函數(shù)已不再被重視,使用mysql_real_connect()取代。
mysql_create_db()
??? 創(chuàng)建數(shù)據(jù)庫。該函數(shù)已不再被重視,使用SQL語句CREATE DATABASE取而代之。
等等其他更多的功能。要注意輸入命令字母大小寫。
然后說說這個,DotNetSpeech.dll。這個下載以后也是直接引用即可,以下是下載鏈接
鏈接:https://pan.baidu.com/s/1flJtCyX49KlTlS1B2auu0w
提取碼:0y63
復(fù)制這段內(nèi)容后打開百度網(wǎng)盤手機App,操作更方便哦