01 2008 档案
moss2007 webpart custom property sample (2) [a simple one, inherit from .net framework webpart]
摘要:using System; using System.Runtime.InteropServices; using System.Web.UI; using System.Web.UI.WebControls.WebParts; using System.Xml.Serialization; using Microsoft.SharePoint; using Microsoft.SharePoi... 阅读全文
posted @ 2008-01-30 09:58 JIN Weijie 阅读(239) 评论(0) 推荐(0)
moss2007 webpart custom property sample
摘要:using System; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel; using Microsoft.SharePoint.WebPartPages; using System.Runtime.InteropServices; using System.Drawing; us... 阅读全文
posted @ 2008-01-29 15:42 JIN Weijie 阅读(895) 评论(0) 推荐(0)
moss2007安装
摘要:server iis ie增强卸载 防火墙不开,因为端口不确定 检查com相关服务启动,com浏览 sql根据需要装,最好装notification server, reporting service( 定时保存历史版本 ) .net framework 3.0 装moss2007(如果企业版),配置moss2007的时候千万不要用管理员来配,因为会存在数据库里,应该是用专门的账户 ... 阅读全文
posted @ 2008-01-29 10:23 JIN Weijie 阅读(273) 评论(0) 推荐(0)
vs2005 sp1 安装包签名错误解决办法 fid=73863 error 1718
摘要:管理工具 - 本地安全策略 - 软件限制策略 - 创建软件限制策略 - 强制 - 属性 - 除本地管理员以外的所有用户 重起 解决 阅读全文
posted @ 2008-01-29 09:46 JIN Weijie 阅读(881) 评论(1) 推荐(0)
用sql察看数据库结构
摘要:select ( case when a.colorder = 1 then d.name else '' end ) 表名, a.colorder 字段序号, a.name 字段名, ( case when COLUMNPROPERTY (a.id,a.name,'isidentity') = 1 then '√' else '' end ) 标识, ... 阅读全文
posted @ 2008-01-10 14:57 JIN Weijie 阅读(217) 评论(0) 推荐(0)