■□■身未动 心已远■□■
-
Error 1609 安装 NetAdvantage 过程中的问题解决
2008-02-15
今天在安装 NetAdvantage_20071_CLR2x_NET 过程中出现如下错误
error 1609,an error occurred while applying security settings.
aspnet is not a valid user or group.this could be a problem with the package,or a problem connecting to a domain co... -
.NET Framework 源码
2008-01-17
期待已久的.NET Framework终于在本周开源了,微软在MS-RL协议下终于公开了.NET Framework源代码,我们只可以自由查看,不允许直接进行修改。第一批开放的源代码包括:.NET基本类库:
System,System.CodeDom,System.Collections,System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.ThreadingASP.NET:
System.Web, System.Web.ExtensionsWindows Forms:
System.Windows.FormsWindows Presentation Foundation:
System.WindowsADO.NET和 XML:
System.Data
System.Xml
详情请访问ScottGu的文章:http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx
如何在Visual Studio 2008中进行配置请参考这篇文章:Configuring Visual Studio to Debug .NET Framework Source Code -
asp页面转换为静态页面函数
2006-09-21
Function SaveFile(LocalFileName,RemoteFileUrl)
Dim Ads, Retrieval, GetRemoteData
On Error Resume Next
Set Retrieval = Server.CreateObject("Microso"&"ft.XM"&"LHTTP")
With Retrieval
.Open"Get", RemoteFileUrl, False,"",""
.Send
GetRemoteData = .ResponseBody
End With
Set Retrieval = Nothing
Set Ads = Server.CreateObject("Ado"&"db.Str"&"eam")
With Ads
.Type = 1
.Open
.Write GetRemoteData
.SaveToFile Server.MapPath(LocalFileName), 2
.Cancel()
.Close()
End With
Set Ads=nothing
if err<> 0 then
SaveFile = false
err.clear
else
SaveFile = true
end if
End function -
Asp.Net的强大
2006-07-25
好像要先要装一个Active X或者一个应用程序,然后通过IE调用那个东西,生成图片。真NB!
-
智力题
2006-06-01
哈哈,昨天无意间在一个网友的QQ-zone里面看到的一道小题,给姜GG出,姜GG和我一样,到了最后一步卡住了。
下面给看我的博的人出一下,哈哈!莫说我色哦!
有两个男两个女(为了方便大家回答,姑且认定两个男为A、B,两个女为a、b),他们四个都有传说中的性病。
然而他们都很花痴的说,都非常想做爱,就是说A&a,A&b,B&a,B&b的组合。
现在有两个干净的安全套,试问,如何合理的利用这两个安全套,才能让这几个人之间不会产生交叉感染?








