上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页
  2008年9月22日
摘要: One of the major drawbacks ofSharePointthemes is you have to reapply the theme to any site that uses your custom theme in order to see any new changes that you have made. This happens because when... 阅读全文
posted @ 2008-09-22 14:44 晃晃悠悠 阅读(236) 评论(0) 推荐(0)
摘要: 先看看SPGridView能实现的效果: 1)分组,分页 2)下拉菜单 3)过滤 以上效果是不是跟系统的列表一模一样? SPGridView继承于GrieView,拥有GridView的所有功能,并扩展了以上功能。 下面讲述SPGridView的两种用法:采用自定义数据源和采用WSS的列表作为数据源。 利用SPGridView显示自定义数据源 Step1: 新建一个页面,写入如下内容:... 阅读全文
posted @ 2008-09-22 14:37 晃晃悠悠 阅读(449) 评论(0) 推荐(0)
摘要: 找到好的资料,必须Share出来,这个是我做人的宗旨!希望大家能够受益。 理解Windows SharePoint Services和2007 Microsoft Office System中的工作流 版本:1.0,7/11/06 作者:David Chappell, C... 阅读全文
posted @ 2008-09-22 14:34 晃晃悠悠 阅读(352) 评论(0) 推荐(0)
摘要: 1.Microsoft .NET Framework 3.0 下载地址 http://www.microsoft.com/downloads/details.aspx?FamilyID=10cc340b-f857-4a14-83f5-25634c3bf043&DisplayLang=zh-cn 2.由... 阅读全文
posted @ 2008-09-22 11:19 晃晃悠悠 阅读(250) 评论(0) 推荐(0)
  2008年9月18日
摘要: 1.Geq(>=) The Geq element is an arithmetic operator that means "greater than or equal to." It can be used within a Where element in a view definition. ... 阅读全文
posted @ 2008-09-18 12:21 晃晃悠悠 阅读(3629) 评论(0) 推荐(0)
摘要: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "DisallowRun"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\Current... 阅读全文
posted @ 2008-09-18 12:16 晃晃悠悠 阅读(1493) 评论(1) 推荐(0)
摘要: 1.字符串函数 长度与分析用 datalength(Char_expr) 返回字符串包含字符数,但不包含后面的空格 substring(expression,start,length) 不多说了,取子串 right(char_expr,int_expr) 返回字符串右边int_expr个字符 字符操作类 upper(char_expr) 转为大写 lower(char_e... 阅读全文
posted @ 2008-09-18 12:00 晃晃悠悠 阅读(140) 评论(0) 推荐(0)
  2008年9月17日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->// //判断此字符是否为中文 // privateboolCheck_Chinese(chartmpchar) { ... 阅读全文
posted @ 2008-09-17 00:51 晃晃悠悠 阅读(427) 评论(0) 推荐(0)
  2008年9月16日
摘要: 阅读全文
posted @ 2008-09-16 17:43 晃晃悠悠 阅读(287) 评论(0) 推荐(0)
摘要: 好久不見的 SharePoint 開發,又出現了,今天跟大家介紹一下如何註冊事件到 SharePoint, Step1.我們介紹透過自己寫程式的方式,先開啟一個方案,方案內請做兩個專案, 一個是 ClassLibrary 類別庫專案 (用來做註冊進去的事件) 一個是 ConsoleApplicaion 主控台專案 (程式化註冊進去的方式) Step2.為ClassLibrary 專案... 阅读全文
posted @ 2008-09-16 14:06 晃晃悠悠 阅读(552) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页