最新评论

共5页: 1 2 3 4 5 下一页 
clouds008 2012-05-07 23:38
怎么不能发呀! 我用你的代码copy的。 把邮箱换成自己的。提示成功。但是我去邮箱看。没邮件。
showzh 2011-03-10 10:57
试试
风骚net 2011-03-03 11:36
@AlphaWu 请问如果我想不设定WebBroswer的宽度及高度,我希望得到的图片是网站的整个页面。但我不知道如何得到此页面的宽度和高度。
小华Study 2010-12-06 15:50
1、在项目中引用System.Configuration.dll 2、在程序中添加using System.Configuration; 3、将ConfigurationSettings 换成 ConfigurationManager 4、ok了
BMS集中营BMS开发 OPC 2010-03-31 10:01
想了解些这方面的内容,你的资料都下载不了,能不能打包发给我,谢谢,我的邮箱:unicheer@163.com
披着羊皮的狼007 2009-12-07 22:59
string Dizhi = (@"E:\\wwwroot\\jst\\txt\\" + cpdm.Value); Directory.CreateDirectory(Dizhi); CSaveXLSandPic.taselect(cpdm.Value, Dizhi, dt); 本地测试不知道,到服务器才知道下载到服务器上去了,请问怎么改可以客户端下载到本地CSaveXLSandPic.taselect()方法是生成文件甲下图片和excel,dt是数据源
心灵 2009-02-24 11:33
添加System.Configuration的引用

改成:
System.Configuration.ConfigurationManager.AppSettings["ConnectionString"];

就可以了
Allan_Green 2009-02-04 15:31
问题解决了 谢谢大家
macrotian 2008-09-29 10:30
添加引用后,using加不加效果一样
System.Configuration.ConfigurationManager.AppSettings.Get("con");
这是读取,所以是Get,写入同理
dingxiao123 2008-09-05 20:25
英语 多语种 版本 中文博客???
啊丁 2008-07-16 10:45
要怎么解决不能正常显示的这个问题?
最近就在烦这个
7895好 2008-06-23 11:44
顶顶顶顶顶顶顶顶顶顶顶顶
7895好 2008-06-23 11:44
柔柔弱弱柔柔弱弱柔柔弱弱若软
baozi 2008-05-27 23:32
请问,怎么显示啊,默认是没有的吧
谢谢~
黄生 2008-05-27 10:54
Name of factory: Ling-electronics factory in Zhongshan
Brand: Qiangling
The main production: anti-theft motorcycle, electric vehicle anti-theft, auto anti-theft

security products, etc.
Tel: 13286910944 MR Huang
Welcome agents and distributors throughout the consultation,as well as who are interest in

our production
无招之击 2008-05-22 07:34
高手啊,这也能想到,可惜我的虚拟主机只提供两个选择,系统文件或根目录下的404.htm,不过你这招还真酷。
如果是.net的重写,也可以看一下这篇文章
http://www.ok0543.cn/blog/2008/05/iis-url-rewriteurl.html
流星草原 2008-04-23 17:35
1、在项目中引用System.Configuration.dll
在项目的解决方案中找到引用文件夹-->右建添加引用-->选择.net下的System.Configuration-->确定。
2、在需要的页面加上using System.Configuration
3、把System.Configuration.ConfigurationSettings.AppSettings["你要连的字符串"]; 替换成
System.Configuration.ConfigurationManager.AppSettings["你要连的字符串"];
问题解决!



共5页: 1 2 3 4 5 下一页