Chinaunix首页 | 论坛 | 博客
  • 博客访问: 12540350
  • 博文数量: 1293
  • 博客积分: 13501
  • 博客等级: 上将
  • 技术积分: 17974
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-08 18:11
文章分类

全部博文(1293)

文章存档

2019年(1)

2018年(1)

2016年(118)

2015年(257)

2014年(128)

2013年(222)

2012年(229)

2011年(337)

发布时间:2015-02-26 10:36:23

.net自带的有播放.wav格式音频文件的类:System.Media.SoundPlayer,只要调用这个类就可以了。 代码如下:     string path = “....../sound.wav”;//.wav音频文件路径     System.Media.SoundPlayer player = new System.Media.SoundPlayer(path);     player..........【阅读全文】

阅读(2366) | 评论(0) | 转发(0)

发布时间:2015-02-09 14:51:35

主要实现代码如下:using System; using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace AlignForHashtable{    class Program&nb.........【阅读全文】

阅读(1918) | 评论(0) | 转发(0)

发布时间:2015-02-03 14:45:54

将多个EXE打成一个安装包,再依次逐个启动,该如何处理? WinRAR提供了一个解决方案。操作步骤如下:   需要在当前目录下选择文件进行添加到压缩文件。   修改压缩包名字为xxx.exe,进入高级设置。         最后直接在压缩包的注释中写入上面脚本。  .........【阅读全文】

阅读(2148) | 评论(0) | 转发(0)

发布时间:2015-01-28 11:49:18

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace TestArrayList {     class Program     {         public struct SData    .........【阅读全文】

阅读(1929) | 评论(0) | 转发(0)

发布时间:2015-01-27 09:37:45

当你从VS2010的DEBUG向RELASE模式切换时,发现RELEASE下竟然无法编译? 问题出在哪里?打开配置管理器看看: 原来问题出在这里!!! ......【阅读全文】

阅读(1924) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:29

学无止境啊,到我的博客看看吧

回复  |  举报

lixinhai062016-12-01 16:14

大牛

回复  |  举报

dyli20002015-04-02 23:14

meng1623338942:有好多我要学习的东西啊、】

互相学习

回复  |  举报

dyli20002015-04-02 23:14

华冠一锅3:博客不错,交个朋友

好说好说

回复  |  举报

华冠一锅32015-04-02 13:12

博客不错,交个朋友

回复  |  举报
留言热议
请登录后留言。

登录 注册