string virtualDirName = "virtualName";//虚拟目录名称
string physicalPath = @"c:\1";
DirectoryEntry root = new DirectoryEntry(constIISWebSiteRoot);
DirectoryEntry tbEntry = root.Children.Add(virtualDirName, root.SchemaClassName);
FD程序开发(-=乱点程序=-)
http://www.mplayerhq.hu/DOCS/HTML/zh_CN/menc-feat-selecting-codec.html
编码使用的音频及视频编码器分别通过-oac及 -ovc选项指定例如输入如下命令
mencoder -ovc help
可列出你机器上相应版本的MEncoder所支持的所有视频编码。下列选择也是可用的:
音频编码器:
音频编码器名称 | 描述 |
---|---|
mp3lame | 通过LAME编码为VBR,ABR或CBR格 |
|
Download binary and source of Trilma.NET v.0.0.1 (35Kb) In 1883 George H. Monks from Boston designed Halma - an interesting board game with simple rules. O |
安装完水晶报表以后,从Vs.net的工具箱中拖到一个CrystalReportViewer和一个Button到A.Aspx页面中
然后把下面的文件复制到A.Aspx.Cs中,下面代码中的命名空间的类的名字要改成你自己的
using System; using System.Collections; <span style="COLOR: blu |