03 2006 档案

显示wss图片库:速度
摘要:应用场景:获取图片库指定文件夹下允许发布的所有图片,图片数量非常庞大!一开始,载入页面始终维持在17秒左右;结果这样实现了,不到1秒钟, faint ! 1#region 2WindowsImpersonationContext wic = null; 3try 4{ 5wic = CreateIdentity(User,Domain,Pwd).Impersonate(); 6 7SPSite ... 阅读全文

posted @ 2006-03-31 16:37 an_andy 阅读(292) 评论(0) 推荐(0)

基于sharepoint 2003的内容管理1.0
摘要:设计原则前台:webpart静态置标方式按组取新闻(可自定义显示样式)后台:基于sharepoint的新闻发布机制,涉及审批,存档,编辑,删除,分组,Message通知等功能; 阅读全文

posted @ 2006-03-28 10:49 an_andy 阅读(260) 评论(0) 推荐(0)

Single Sing-On 单点登录
摘要:一次登录,资源共享!http://blogs.msdn.com/oliverlu/archive/2004/08/12/213381.aspx http://choral.cnblogs.com/articles/340057.html 阅读全文

posted @ 2006-03-24 13:04 an_andy 阅读(963) 评论(0) 推荐(0)

Visual Studio Tools For Office "v3" - March Community Technology Preview [CTP]
摘要:传说中的VSTO:Visual Studio Tools for Office v3,针对Office 2007开发平台的第一个CTP测试版!伴随着ODC[Office System Developers Conference:微软为Office开发人员举办的一次全球性技术大会]的召开,大家可以随时关注http://www.msotec.net/Forums/default.aspx获取更详细的信... 阅读全文

posted @ 2006-03-23 12:07 an_andy 阅读(295) 评论(0) 推荐(0)

SharpDevelop
摘要:SharpDevelop 是一个用于制作C#或者VB.NET的项目而设计的一个编辑器,同时,这个编辑器本身就是使用C#开发的,而且公开了全部源代码,因此这个工具本身也是学习C#以及软件开发规范的一个很好材料。 SharpDevelop 的最新版本需要Microsoft .NET Framework 2.0 SDK 的支持才能运行,这个轻型的开发工具支持多种程序语言,包括C#以及VB.NET... 阅读全文

posted @ 2006-03-23 10:47 an_andy 阅读(511) 评论(0) 推荐(0)

N个表填充DataSet的问题
摘要:这是前些天在项目中遇到的郁闷问题,以下是解决方法,你我共享之; 简单描述:N个表的表名都存放在a表中,当然这N个表的表结构都一样的; 1DataSet ds = new DataSet(); 2 using(SqlConnection mySqlConnection = new SqlConnection(System.Configuration.ConfigurationSett... 阅读全文

posted @ 2006-03-22 16:00 an_andy 阅读(518) 评论(1) 推荐(0)

InfoPath 表单 & SharePoint 表单库
摘要:企业的业务流程往往都是通过表单发起的,从某种意义上表单已经成为企业业务流程的本质和核心。InfoPath 为企业电子表单设计与应用提供了解决方案和平台,可以广泛应用在人事、财务、销售、生产、研发等各工作环节中。InfoPath表单可以存储在SharePoint表单库中,用于以标准而又一致的方法来进行协作和数据收集。SharePoint表单库也为已经完成填写的表单提供了一个保存和维护的场所。参考了以... 阅读全文

posted @ 2006-03-22 11:35 an_andy 阅读(601) 评论(1) 推荐(0)

Office SharePoint Server 2007 and Office SharePoint Designer 2007
摘要:从SharePoint Team Blog了解的最新消息, 微软正式将下一代SharePoint产品的名称正式命名为Office SharePoint Server 2007;"Portal"这个词已经从产品名称中去掉了,因为,Office SharePoint Server 2007已经不仅仅是一个企业门户产品了!!英文原文如下: Today we announced the naming an... 阅读全文

posted @ 2006-03-22 09:29 an_andy 阅读(762) 评论(0) 推荐(0)

推荐一个不错的验证码[C#]
摘要:效果,看这里!! 以下是全部代码: 1source#region source 2using System; 3using System.Collections; 4using System.ComponentModel; 5using System.Data; 6using System.Drawing; 7using System.Web; 8using System.W... 阅读全文

posted @ 2006-03-21 14:13 an_andy 阅读(302) 评论(0) 推荐(0)

WebPart Development [编写方式]
摘要:1 由模板创建的初始webpart 1Source#region Source 2using System; 3using System.ComponentModel; 4using System.Web.UI; 5using System.Web.UI.WebControls; 6using System.Xml.Serialization; 7using Microsoft.SharePo... 阅读全文

posted @ 2006-03-14 14:23 an_andy 阅读(859) 评论(0) 推荐(0)

WebPart Development [部署方式]
摘要:1 手工部署2 利用MakeCab.exe制作cab压缩包,然后通过stsadm.exe来进行部署sharepoint中最重要的几个命令行工具之一主要用途枚举、添加、删除WebPart枚举、添加、删除、备份、恢复站点管理用户……得到xml格式的输出,方便其他程序使用 3 MSI安装,WPPackage.exe命令行工具5 安装工具InstallAssemblyWPManager 阅读全文

posted @ 2006-03-14 14:21 an_andy 阅读(213) 评论(0) 推荐(0)

Telnet To Port 25 For SMTP
摘要:应用场景:win2003 +exchange 2000请单击“开始”,单击“运行”,在“打开”框中键入 cmd,然后单击“确定”。1. 可以通过使用以下格式的 Telnet 命令来启动 Telnet 会话: 注意:在键入每行内容之后按 Enter 键。 telnet mail.contoso.com 25 (服务器名 替换为您要连接到的 SMTP 服务器的 IP 地址或 FQDN) 2. 通... 阅读全文

posted @ 2006-03-14 13:47 an_andy 阅读(285) 评论(0) 推荐(0)

WebPart Development [模板及几个重要的函数]
摘要:WebPart 模板 Web Part Templates for Visual Studio .NET几个重要的函数RenderWebPart因为在OnPreRender之后,所以在该函数中不能保存对成员变量的修改CreateChildControls使用已有的WebControl或HtmlControl,使用WSS中和SPS中的WebControlGetToolParts自定义面板 p ... 阅读全文

posted @ 2006-03-14 11:40 an_andy 阅读(258) 评论(0) 推荐(0)

Visual SourceSafe
摘要:以前一直用的Visual SourceSafe 6.0,现在管理层决定采用Tortoise SVN;http://www.subversion.org.cn/为忠诚的Visual SourceSafe赞一个! 阅读全文

posted @ 2006-03-14 10:41 an_andy 阅读(211) 评论(0) 推荐(0)

Windows SharePoint Server2.0/SP2 & Windows Workflow Foundation
摘要:众所周知,WSS 2.0 SP2能够很好的支持.Net Framework 2.0和SQL Server 2005; Windows 2003 SP1+.Net Framework 2.0+SQL Server 2005+WSS 2.0 SP2 Windows Workflow Foundation (WWF) 是一个可扩展框架,用于在 Windows 平台上开发工作流解决方案。.NET Fram... 阅读全文

posted @ 2006-03-10 13:32 an_andy 阅读(1278) 评论(0) 推荐(0)

only a test
摘要:come here for the first time,only a test ! 阅读全文

posted @ 2006-03-08 15:21 an_andy 阅读(188) 评论(0) 推荐(0)

导航