
FAQ
文章平均质量分 76
csShooter
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WSS列表访问统计的实现
思路: 原理很简单,编写一个custom field,在render的时候读取字段值并判断加1写回,当然如果需要你也可以做成针对每个用户的统计以及防刷新等。 (补充:更为简便的方法是,随便建一个比如阅读次数的字段,在自己的需要统计的页面(前提是使用自定义控件/WebPart或页面)去更新它的值即可!:(08.01.21)使用:添加栏里添加计数一列,选择刚部署的custom field即可。转载 2009-03-18 23:08:00 · 1052 阅读 · 1 评论 -
ADhelper
using System;using System.Collections.Generic;using System.Text;using System.DirectoryServices;using System.Security.Principal;using System.Runtime.InteropServices;namespac转载 2009-03-22 07:39:00 · 1862 阅读 · 0 评论