2010年1月28日

如何确定一个SharePoint列表的ID?

摘要: 1. 在浏览器中打开那个你要查看ID的列表. 2. 在菜单中选择Settings -> List Settings 3. 将浏览器中的URL拷贝到记事本中. 结果看起来像这样. http://yunzhangtest/Docs/_layouts/listedit.aspx?List=%7B16D85CFE%2D360F%2D44AF%2DBC79%2D33BC1E89B698%7D 4.... 阅读全文

posted @ 2010-01-28 18:13 中道学友 阅读(1175) 评论(0) 推荐(0) 编辑

SharePoint的Workflow History列表在哪里?

摘要: 在View all site content里是看不到workflow historylist的. 这是一个隐藏列表, 你可以通过http://[servername]/[sitename]/lists/Workflow%20History 的方式来查看它. 阅读全文

posted @ 2010-01-28 17:10 中道学友 阅读(402) 评论(0) 推荐(0) 编辑

经典线程死锁

摘要: 代码例子如下:public class TestDeadLock implements Runnable{ public int flag = 1; static Object S1 = new Object(), S2=new Object(); public void run() { System.out.println("flag="+flag); if(flag==1) { synchro... 阅读全文

posted @ 2010-01-28 16:47 中道学友 阅读(346) 评论(0) 推荐(0) 编辑

想知道SharePoint 2007中的每个Timer Job都是做什么的?

摘要: WSS3.0中默认的timer jobs.Timer job titleDescriptionSchedule typeCEIP Data CollectionGathers farm data for the Customer Experience Improvement Program.DailyChange LogDocuments changes to sites and pages in... 阅读全文

posted @ 2010-01-28 15:37 中道学友 阅读(1255) 评论(1) 推荐(0) 编辑

向SharePoint的ULS日志中写入自己的跟踪信息

摘要: SharePoint中自定义的webpart, event handler, workflow非常常见. 这些集成了的东西如果报错很难排查. 这篇文章列出介绍简单的使用ULS日志的方法.参考下面的资料来了解如何向ULS日志中写入信息==============SharePoint Trace Logs and the Unified Logging Service (ULS)http://webl... 阅读全文

posted @ 2010-01-28 12:49 中道学友 阅读(779) 评论(0) 推荐(0) 编辑

导航

技术追求准确,态度积极向上