摘要:
1、winform 播放语音 System.Media.SoundPlayer player = new System.Media.SoundPlayer(); player.SoundLocation = Application.StartupPath + "//请到此处报道.wav"; play 阅读全文
摘要:
1、连接报错:unkonwn mysql server "localhost" localhost需要连网才能连接,把localhost改为127.0.0.1就好了 2、加入中文乱码 show variables like '%chat%' 看下是不是utf8 找到my.ini [mysql] de 阅读全文