随笔分类 -  asp.net code library

摘要:/// /// 列表项事件 /// public class EventReceiver2 : SPItemEventReceiver { /// /// 已添加项. /// public override void ItemAdded(SPItemEventProperties properties) { base.ItemAdded(properties); SPSecurity.RunWithElevatedPrivileges(delegat... 阅读全文
posted @ 2014-01-02 14:13 poisson_notes 阅读(469) 评论(0) 推荐(0)
摘要:Program.cs using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Runtime.Serialization.Json;using System.Text;namespace WopiServerTutorial{ ... 阅读全文
posted @ 2013-08-26 15:47 poisson_notes 阅读(1133) 评论(0) 推荐(0)
摘要:连接数据库,简单查询等操作 阅读全文
posted @ 2010-03-14 14:48 poisson_notes 阅读(393) 评论(0) 推荐(0)