07 2010 档案
摘要:1.建立iis虚拟目录,包含启动服务所需的所有文件(创建服务,安装iis,建立虚拟目录等工作不作介绍)2.确实机器已经安装了.netframework 2.0,若.netframework 2.0的安装先于iis的安装,则需要一个Service的iis注册cmd命令为:c:\windows\microsoft.net\framework\v3.0\windows communication Fou...
阅读全文
摘要:方法1:向嵌入aspx页面的silverlight对象添加imnitParams参数,它的value是与querystring类似的键值对,多个参数用逗号隔开,aspx后台代码如下所示:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><object data="data:application/x-silverlight-2," type="application/x-silverlight-2"
阅读全文
摘要:有时你希望为Silverlight的ComboBox控件绑定一个含有多个属性的对象,同时将多个属性绑定于ComboBox;但是Silverlight中ComboBox绑定时是没有Value属性的,所以也不能使用类似ComboBox.SelectedValue语句来获得选中的value值;但ComboBox有一个属性是可以返回选中的整个对象的,那就是ComboBox.SelectedItem;举例说...
阅读全文
摘要:本文来自CSDN博客:http://blog.csdn.net/liling144/archive/2008/12/17/3538798.aspx
阅读全文
摘要:C#删除文件string delFile = Server.MapPath(".")+"\\myTextCopy.txt";File.Delete(delFile);C#移动文件string OrignFile,NewFile;OrignFile = Server.MapPath(".")+"\\myText.txt";NewFile = Server.MapPath(".")+"\\myText...
阅读全文

浙公网安备 33010602011771号