}
«网站首页

钟先生

关注此人
把钟先生加为好友
附言:



最新动态
  • 在Vista中,使用了保护模式的机制。在保护模式下,IE7的运行权限较低,这样可以提高系统安全性。不过,带来的负面影响则是, IE7的权限不够高,以致不能将相应的记录写入常规的缓存目录、Cookies...
  • 钟先生 发表博客:获取应用程序根路径 2009-10-16 14:09
    public string GetRootURI() { string UrlAuthority = Request.Url.GetLeftPart(UriPartial.Authority); if...
  • 钟先生 发表博客:DataGrid头中添加控件 2009-10-16 14:07
    <xxx:RDataGridTemplateColumn Header="Protect" RColumnKey="Protect" DefaultWidth="100"> <dat...
  • 钟先生 发表博客:下载文件byte[] 2009-10-16 14:05
    private void Download(string fileName, byte[] buffer) { Response.ContentType = "application/octet-st...
Top