以文本方式查看主题

-  计算机科学论坛  (http://bbs.xml.org.cn/index.asp)
--  『 Dot NET,C#,ASP,VB 』  (http://bbs.xml.org.cn/list.asp?boardid=43)
----  也谈学习.NET的方法  (http://bbs.xml.org.cn/dispbbs.asp?boardid=43&rootid=&id=11894)


--  作者:admin
--  发布时间:11/9/2004 2:26:00 AM

--  也谈学习.NET的方法
发信人: Jobs (温少), 信区: DotNET
标  题: 也谈学习.NET的方法
发信站: BBS 水木清华站 (Thu May  3 10:51:56 2001)



    .NET带来了学多编程方面的新概念,其中包括Web Form、Web Service、
WinForm等。要掌握这些新概念,对于入门者是一个挑战!下面我告诉大家
如何快速入门的办法。

对于一个程序员来说,学习.NET的,不能纸上谈兵,必须安装.NET Framework,
最好也安装Visual Studio .NET。

我专门为大家开通了一下一个.net软件下载端口,希望大家不要开过多的线程!

安装.NET Framework Beta 1,必须安装IE 5.5和SP1
http://sunrise.szu.edu.cn:8096/SDK%20Beta%201/setup1.exe

安装
如果要在中文版Win2k下安装Visual Studio .NET,需要安装这个补丁
http://sunrise.szu.edu.cn:8096/VS%20.NET/Q274294_W2K_SP2_x86_CN.EXE
当然SP 1和IE 5.5都是必须安装的!
c:\Program Files\Microsoft.Net\FrameworkSDK\Samples目录下有Samples.exe文件,
执行解压,解压后的目录中有一个QuickStart目录,然后在IIS中开设一个目录,把路
径指向QuickStart,然后就配置服务器扩展,然后就用InterDev 6.0连上去看……
大功告成!

QuickStart做得很好,不过只能用于入门。可以说QuickStart都是讲一些皮毛,如果
要了解.NET的企业应用,则可以参考www.IBuySpy.com提供了两个例子,一个是Store,
一个是Portal。考虑到大家出国不方便,大家可以访问:
http://sunrise.szu.edu.cn:8096/samples/,是可以目录浏览的,大家放心下载吧。

祝大家好运!



--

※ 修改:·Jobs 於 May  3 10:56:59 修改本文·[FROM:    210.39.3.110]             
※ 来源:·BBS 水木清华站 smth.org·[FROM: 210.39.3.110]                         


--  作者:qqboy
--  发布时间:3/3/2005 5:27:00 PM

--  
谢谢

--  作者:海的声音
--  发布时间:3/3/2005 8:46:00 PM

--  
不错的说
--  作者:libin2722
--  发布时间:3/6/2005 11:15:00 AM

--  
谢谢顶楼啦。。我也是.net & c# 的爱好者,在这里给大家介绍一个学习.net & c# 的群。10152942
--  作者:kevin23
--  发布时间:4/8/2005 3:59:00 PM

--  
学XML语言时,还要有其他语言的基础吗?
我已经加入到.net&c#群了,libin2722上来加我啊!很高兴认识大家
--  作者:cookieboy
--  发布时间:4/12/2005 9:09:00 PM

--  
ding,多谢了
--  作者:hlld
--  发布时间:4/14/2005 6:57:00 PM

--  
学习。坚持最重要
--  作者:祖荻
--  发布时间:4/18/2005 2:37:00 PM

--  
顶!多谢!
--  作者:梦无痕
--  发布时间:4/18/2005 7:29:00 PM

--  
还不错啦。不过内容太空洞吧。
--  作者:inzaghiguo
--  发布时间:4/20/2005 9:59:00 AM

--  
很好很好,谢谢!
--  作者:redic
--  发布时间:5/7/2005 9:29:00 PM

--  
http://sunrise.szu.edu.cn:8096/samples/不行呀!!!
--  作者:23019823
--  发布时间:5/10/2005 9:22:00 PM

--  非常感谢
非常感谢
--  作者:lihongyan05
--  发布时间:5/21/2005 8:58:00 PM

--  
请教各位一下;
“/lihongyan”应用程序中的服务器错误。
--------------------------------------------------------------------------------

System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.FormatException: 输入字符串的格式不正确。 at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int32.Parse(String s) at BusinessRulesWebService.BusinessRulesWebService.GetUserDetails(String userID) in C:\Inetpub\wwwroot\code\BusinessRulesWebService\BusinessRulesWebService.asmx.cs:line 65 --- 内部异常堆栈跟踪的结尾 ---
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.FormatException: 输入字符串的格式不正确。 at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int32.Parse(String s) at BusinessRulesWebService.BusinessRulesWebService.GetUserDetails(String userID) in C:\Inetpub\wwwroot\code\BusinessRulesWebService\BusinessRulesWebService.asmx.cs:line 65 --- 内部异常堆栈跟踪的结尾 ---

源错误:


行 35:         [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://examples.com/webservices/GetUserDetails", RequestNamespace="http://examples.com/webservices/", ResponseNamespace="http://examples.com/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
行 36:         public System.Data.DataSet GetUserDetails(string userID) {
行 37:             object[] results = this.Invoke("GetUserDetails", new object[] {
行 38:                         userID});
行 39:             return ((System.Data.DataSet)(results[0]));

源文件: D:\lihongyan\Web References\BusinessRules\Reference.cs    行: 37

堆栈跟踪:


[SoapException: System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.FormatException: 输入字符串的格式不正确。
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Int32.Parse(String s)
   at BusinessRulesWebService.BusinessRulesWebService.GetUserDetails(String userID) in C:\Inetpub\wwwroot\code\BusinessRulesWebService\BusinessRulesWebService.asmx.cs:line 65
   --- 内部异常堆栈跟踪的结尾 ---]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1489
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
   lihongyan.BusinessRules.BusinessRulesWebService.GetUserDetails(String userID) in D:\lihongyan\Web References\BusinessRules\Reference.cs:37
   lihongyan.ModifyUserInfo.Page_Load(Object sender, EventArgs e) in D:\lihongyan\ModifyUserInfo.aspx.cs:69
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +731


--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573


--  作者:ajchen_2008
--  发布时间:5/24/2005 10:58:00 PM

--  
我补充一点
选择比努力更重要
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
108.887ms