摘要: SPUtility.FormatDateAllows you to format a given date to any of the SPDateFormat typesDateTime curDate = DateTime.Now();DateTime regionDate = web.RegionalSettings.TimeZone.UTCToLocalTime(web.ParentWeb... 阅读全文
posted @ 2009-10-09 16:19 邑尘 阅读(419) 评论(0) 推荐(0) 编辑
摘要: CodigoEl Modelo de Objetos de WSS (clase SPUtilities) dispone de los métodos TransferToErrorPage y Transfer ToSuccessPage que se pueden utilizar para mostrar un texto y un vínculo en las pag... 阅读全文
posted @ 2009-10-09 16:18 邑尘 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 定制搜索 阅读全文
posted @ 2009-08-27 12:53 邑尘 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.cnblogs.com/csxyy/archive/2007/07/28/834536.html格式化数值:有时,我们可能需要将数值以一定的格式来呈现,就需要对数值进行格式化。我们使用格式字符串指定格式。格式字符串采用以下形式:Axx,其中 A 为格式说明符,指定格式化类型,xx 为精度说明符,控制格式化输出的有效位数或小数位数。 格式说明符说明示例输出C货币2.5.To... 阅读全文
posted @ 2009-08-26 16:19 邑尘 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 查看备份内容RESTORE FILELISTONLY from disk = 'F:\MIP\wipzzbackup.bak'恢复数据库restore database AWorkShop from disk = 'F:\MIP\wipzzbackup.bak'with move 'AWorkShop_Data' to 'F:\MSSQL\Data\AWorkShop.mdf' ,move 'AW... 阅读全文
posted @ 2009-08-24 16:11 邑尘 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.cnblogs.com/wuliangboReflector for .NET 下载地址:http://www.aisto.com/roeder/dotnet/ Reflector.FileDisassembler.dll cs文件的工具下载地址 : http://www.denisbauer.com/Downloads/Reflector.FileDisassemble... 阅读全文
posted @ 2009-08-21 21:13 邑尘 阅读(486) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Collections;using System.Data;using System.Configuration;namespace TOOL...{ public class Comman... 阅读全文
posted @ 2009-08-21 16:27 邑尘 阅读(419) 评论(0) 推荐(0) 编辑
摘要: SQL操作类封装 阅读全文
posted @ 2009-08-21 16:20 邑尘 阅读(681) 评论(0) 推荐(0) 编辑
摘要: IIS Anonymous User Account Reset PasswordIf you get this:HTTP 401.1: DENIED BY INVALID USER CREDENTIALS:This error code will have you focus on the credentials of the IUSR account. If you are receiving... 阅读全文
posted @ 2009-08-20 13:59 邑尘 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 下列语句部分是Mssql语句,不可以在access中使用。   SQL分类:  DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE)   DML—数据操纵语言(SELECT,DELETE,UPDATE,INSERT)   DCL—数据控制语言(GRANT,REVOKE,COMMIT,ROLLBACK)  首先,简要介绍基础语句:  1、说明... 阅读全文
posted @ 2009-08-18 12:15 邑尘 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.cnblogs.com/yibinboy/articles/1305934.html1、每日自动备份  打开企业管理器,进入“管理”-“数据库维护计划”,在右侧窗口点击右键,选择“新建维护计划”,启动“数据库维护计划向导”;点击“下一步”选择需要维护的数... 阅读全文
posted @ 2009-08-18 11:52 邑尘 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 经常装MOSS服务器,很多时候会忘记安装顺序安装IIS----->.NET framework反之则需要到C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727下面找到aspnet_regiis.exe,运行aspnet_regiis.exe -i 重新安装asp.net 2.0 阅读全文
posted @ 2009-08-13 16:18 邑尘 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 1. 怎麼樣在WebPart中使用Sharepoint控件?要在webpart中使用sharepoint控件必須先引用Microsoft.SharePoint.WebControls命名空間,如你現開發的是QuickPart,你需要在ascx文件中加入sharepoint控件,怎麼實現?a. 在asxc文件中加入如下引用%@ Register Tagprefix="SharePoint" Name... 阅读全文
posted @ 2009-08-13 13:24 邑尘 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Moss自帶的發郵件通知(提酲我)功能往往達不到客戶想要的效果,下面我將介紹一下怎麼樣自定義這個通知(提酲我)的郵件內容。1. 先了解通知(提酲我)的基本知識a. 通知(提酲我)是由WSS的定時執行程式(Windows SharePoint Services Timer)來定時發郵件提醒的,在這之前請確保這個服務已經啟用,如果啟用了可以在工作管理員下的處理程序中看到有一個OWSTIMER.EXE的... 阅读全文
posted @ 2009-08-13 11:55 邑尘 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 转自http://blog.163.com/szmax_limin/blog/static/581828612009586239194/註意看里面的說明[代码] 阅读全文
posted @ 2009-08-13 11:55 邑尘 阅读(254) 评论(0) 推荐(0) 编辑
摘要: using (ZipFile zip = new ZipFile( System.Text.Encoding.Default)) 阅读全文
posted @ 2009-08-12 21:23 邑尘 阅读(1838) 评论(0) 推荐(0) 编辑
摘要: 添加导航栏 SPSite site = new SPSite(siteurl); SPWeb web = site.OpenWeb(); SPList list = web.Lists["取件客服受理"]; string listtitle = list.Title; //列表名称 string listurl = list.DefaultViewUrl; //列表URL #region 添加一级... 阅读全文
posted @ 2009-08-07 08:28 邑尘 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 读http://www.cnblogs.com/enjoyment的文章,自己整理后:SPGridView是MOSS内置控件中少数能脱离SharePoint List等内置数据源使用的控件, 它继承自System.Web.UI.WebControls.GridView, 但是使用SPGridView时必须手动把AutoGenerateColumns设成false.1. 先创建一个ASP.NET W... 阅读全文
posted @ 2009-08-01 14:11 邑尘 阅读(1225) 评论(2) 推荐(0) 编辑
摘要: ---.net的运行时环境用来支持用户定义类型的流化的机制。它是将对象实例的状态存储到存储媒体的过程。在此过程中,先将对象的公共字段和私有字段以及类的名称(包括类所在的程序集)转换为字节流,然后再把字节流写入数据流。在随后对对象进行反序列化时,将创建出与原对象完全相同的副本。    序列化的目的:  1、以某种存储形式使自定义对象持久化;  2、将对象从一个地方传递到另一个地方。    实质上序列... 阅读全文
posted @ 2009-07-31 22:15 邑尘 阅读(851) 评论(0) 推荐(0) 编辑
摘要: var ddlNationality = document.getElementById(''); 阅读全文
posted @ 2009-07-31 22:08 邑尘 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 转至virusswb博客总的步骤如下: 1、添加内容查询部件2、设置查询范围3、导出查询部件文件,.webpart文件4、修改webpart文件中的<property name="CommonViewFields" type="string" >Title,Text;Modified,DateTime</property>配置节,添加你想要显示的栏目5、用SPD打开顶级网站... 阅读全文
posted @ 2009-07-31 15:29 邑尘 阅读(747) 评论(2) 推荐(0) 编辑
摘要: 记录MS Chart的使用心得 阅读全文
posted @ 2009-07-22 14:46 邑尘 阅读(502) 评论(0) 推荐(0) 编辑
摘要: Quickpart中使用AJAX 阅读全文
posted @ 2009-07-21 08:47 邑尘 阅读(533) 评论(0) 推荐(0) 编辑
摘要: Office SharePoint Server Publishing 阅读全文
posted @ 2009-07-15 11:43 邑尘 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 作者:佚名来源:中国自学编程网收集整理 发布日期:2009-02-09 我们有时候,需要知道某个网络资源是否有效、可用,但是我们并不想打开或下载这个资源,因为这个资源可能很大(例如需要下载的某个文件) 一种行之有效的方式,就是利用HTTP头返回的状态码来确定资源的可用性;我们通常的WEB访问,使用的是 GET 和 POST, 这里使用的是 HEAD 方式 static bool IsWebReso... 阅读全文
posted @ 2009-07-14 10:20 邑尘 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 在 Web 環境製作圖表(Chart)通常不是一件容易的事,幾年前我就有看到 Dundas 公司開發出一系列非常優秀的圖表元件,只是光購買 for ASP.NET 的元件價格就要 US$699,說貴不貴、說便宜也不是很便宜。但在去年年中的(2007/6/4)時候微軟購買了 Dundas 公司所有的 Dundas Data Visualization 元件版權,並整合進 SQL Server 200... 阅读全文
posted @ 2009-07-14 09:13 邑尘 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 编译的时候会优先编译是否有ID=XX的item 阅读全文
posted @ 2009-07-09 13:23 邑尘 阅读(176) 评论(2) 推荐(0) 编辑
摘要: Those pesky 'Preserving/Deleting template record with size…' messages are fixed!I've seen a lot of blogs and community forums talking about the 'Preserving template record with size...' and 'Del... 阅读全文
posted @ 2009-07-07 15:02 邑尘 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 转自jianyi的博客SPList EnsureArchiveList( SPListtemplateList) { SPWeb web = templateList.ParentWeb; SPList list = templateList; SPList archiveList = null; string archiveListTitle = list.Title + "(Archive)"... 阅读全文
posted @ 2009-07-07 12:00 邑尘 阅读(268) 评论(0) 推荐(0) 编辑
摘要: item.Workflows[0].InternalState 用于Workflow层面 item["Status"] == 0 用于item层面,同时这个可以在CAML中查询 阅读全文
posted @ 2009-07-07 09:48 邑尘 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 进入注册表,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility键值,查看其中是否有一项为{65bcbee4-7728-41a0-97be-14e1cae36aae}(即Microsoft List 11/12控件的ID号),将其删除后再打开浏览器,故障排除 阅读全文
posted @ 2009-05-08 10:41 邑尘 阅读(237) 评论(0) 推荐(0) 编辑
摘要: CAMLitems due before 15 days after today.<SharePoint:SPDataSource ... selectcommand="<View><Query> <OrderBy><FieldRef Name='Date_Due' Ascending='TRUE'/></OrderBy> <... 阅读全文
posted @ 2009-03-31 13:06 邑尘 阅读(593) 评论(0) 推荐(0) 编辑
摘要: CAML点滴(转) 报告标题 CAML 查询 目标访问群体 报告说明 由我签出 <Where><Eq><FieldRef Name="CheckoutUser" LookupId="TRUE"/><Value Type="int"><UserID/></Value></Eq></Where>否此网站及子... 阅读全文
posted @ 2009-03-31 13:04 邑尘 阅读(1249) 评论(1) 推荐(1) 编辑
摘要: EditProfile.aspx替换成 useredit.aspx 阅读全文
posted @ 2009-03-31 09:17 邑尘 阅读(261) 评论(0) 推荐(0) 编辑
摘要: String strUrl=list.Forms[PAGETYPE.PAGE_DISPLAYFORM].Url + "?ID=" + item.ID 阅读全文
posted @ 2009-03-31 08:51 邑尘 阅读(265) 评论(0) 推荐(0) 编辑
摘要: “常规”标签 姓Sn名Givename英文缩写Initials显示名称displayName描述Description办公室physicalDeliveryOfficeName电话号码telephoneNumber电话号码:其它otherTelephone多个以英文分号分隔电子邮件Mail网页wWWHomePage网页:其它url多个以英文分号分隔“地址”标签 国家/地区C如:中国CN,英国GB省/自治区St市/县L街道streetAddress邮政信箱postOfficeBox邮政编码postalCode“帐户”标签 用户登录名userPrincipalName形如:pccai1983@ho 阅读全文
posted @ 2009-03-26 09:02 邑尘 阅读(2811) 评论(1) 推荐(2) 编辑
摘要: function popup() { window.opener.document.getElementById("TB_subject").value=document.getElementById("TB_Name").value; window.opener.document.getElementById("TB_Info").value=document.getElementById("TB_Summary").value; window.close() } 阅读全文
posted @ 2009-03-19 17:39 邑尘 阅读(956) 评论(0) 推荐(0) 编辑
摘要: 在新打开的窗体中加入如下代码即可 刚刚使用方法时发现会弹出提示框,后来查资料发现用 window.opener.location.href=window.opener.location.href; 即不会弹出 在Button事件中输入: Response.Write(""); 阅读全文
posted @ 2009-03-19 17:33 邑尘 阅读(274) 评论(0) 推荐(0) 编辑
摘要: If you are reading this post you probably know about hidden lists in SharePoint sites. Well, one of the hidden lists by default is the "Workflow History" list. The greatest SharePoint workflow history... 阅读全文
posted @ 2009-03-11 10:47 邑尘 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: The file reached the maximum download limit. Check that the full text of the document can be meaningfully crawled 阅读全文
posted @ 2009-03-09 08:21 邑尘 阅读(419) 评论(0) 推荐(0) 编辑