上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 75 下一页
摘要: 已经无数次见到有人提出这个问题了。。。。。 第一种。。。。。 用.net控件TreeView而展开时不刷新的变通方法主要有以下步骤: 1。在Page_Load中为你的TreeView添加以下属性,这句话为TreeView添加Click时的回发事件。 TreeView1.Attributes["OnClick"] = @"javascript: window.setTimeou... 阅读全文
posted @ 2006-09-11 14:04 Nina 阅读(1672) 评论(0) 推荐(0)
摘要: http://faq.lvjiyong.com/category/dotnet/3/其他资源除了上面的概述中介绍的内容外,还有许多其他内容可供选择。以下主题更详细地讨论了代码访问安全性: Introduction to Code Access Security(英文) Code Access Security(英文) Security Namespaces in Visual Studio(英文)... 阅读全文
posted @ 2006-09-11 10:20 Nina 阅读(322) 评论(0) 推荐(0)
摘要: Visual Basic .NET 和 Visual C# .NET 程序员需要解决的安全问题 Robin Reynolds-HaertleVisual Studio TeamMicrosoft Corporation 2002 年 1 月 摘要:本文着重讨论了 Visual Basic .NET 和 Visual C# .NET 开发人员在开始使用 .NET 框架时需要解决的主要安全问题。此概述... 阅读全文
posted @ 2006-09-11 10:17 Nina 阅读(415) 评论(0) 推荐(0)
摘要: using System;using System.Security ;using System.Security.Cryptography ;using System.Diagnostics ;using System.Web ;using System.Text ;namespace Bigeagle.Util{ /// /// 一个加密类 /// Author: Big... 阅读全文
posted @ 2006-09-11 10:05 Nina 阅读(294) 评论(0) 推荐(0)
摘要: protected void ConvertToHtml(string docPath,string htmlPath) { Word.Application app=new Word.Application(); app.Visible=false; Object o=Missing.Value; ... 阅读全文
posted @ 2006-09-11 10:00 Nina 阅读(478) 评论(0) 推荐(0)
摘要: Asp.net生成静态html文件 内容 一 表结构: CREATE TABLE [dbo].[HtmlNews] ( [Id] [int] IDENTITY (1, 1) NOT NULL , [subject] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NOT NULL , [filename] [nvarchar] (50) COLLATE Chin... 阅读全文
posted @ 2006-09-11 09:46 Nina 阅读(915) 评论(0) 推荐(0)
摘要: 作品介绍:.NET框架提供了新的、更有效的、确保用户的Web应用和基于LAN的应用的安全性的方法。书中使用了大量详细的示例代码,帮助读者学习如何采用正确的技巧处理最有可能碰到的各种情况,笔者并不足在介绍安全,而是将内容以“菜谱”方式编排,使有经验的程序员轻松应对严峻的安全挑战:·意识到并避免危险的陷阱——包括.NET中的漏洞·灵活使用基于角色的和代码访问的安全·最大化策略和代码组的安全优势·使用.... 阅读全文
posted @ 2006-09-08 16:48 Nina 阅读(478) 评论(0) 推荐(0)
摘要: http://mscenter.edu.cn/blog/sharepoint/category/858.html精品网址整理——计算机类学习视频资料 http://202.194.15.125/blog/sharepoint/archive/2006/05/01/10312.html最新微软系列教程 SQL Server 2005之灾难恢复(二) 12.3M http://download.mi... 阅读全文
posted @ 2006-09-06 15:23 Nina 阅读(569) 评论(0) 推荐(0)
摘要: 安装没有任何难度,关键是配置sps网站的匿名访问http://shout.blogchina.com/ 1、安装sps的安装没什么难度,一路next即可。只要记住,SPS要求的环境是win2k3 server,AD,不能和主域控制器、EXCHANGE SERVER、frontpage extension还有.net server(这点有问题,win2k3 server自动安装.net serve... 阅读全文
posted @ 2006-09-06 14:39 Nina 阅读(746) 评论(0) 推荐(0)
摘要: SharePoint的相关链接 http://shout.blogchina.com/随着新版本的发布,关照SharePoint的人应该会越来越多了。 SharePoint主页:http://www.microsoft.com/sharepoint/ SharePoint Portal Server主页:http://www.microsoft.com/office/sharepoint/pro... 阅读全文
posted @ 2006-09-06 14:33 Nina 阅读(228) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 75 下一页