摘要: http://www.3fwork.com/b500/000307MYM008190/ 阅读全文
posted @ 2016-06-24 13:49 良中一贝 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://academy.bindtuning.com/customize-sharepoint-2013-and-office-365-suite-bar/ 阅读全文
posted @ 2016-06-17 09:35 良中一贝 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 选择器是jQuery最基础的东西,本文中列举的选择器基本上囊括了所有的jQuery选择器,也许各位通过这篇文章能够加深对jQuery选择器的理解,它们本身用法就非常简单,我更希望的是它能够提升个人编写jQuery代码的效率。本文配合截图、代码和简单的概括对所有jQuery选择器进行了介绍,也列举出了 阅读全文
posted @ 2016-06-15 09:42 良中一贝 阅读(294) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 分解数据表 /// </summary> /// <param name="originalTab">需要分解的表</param> /// <param name="rowsNum">每个表包含的数据量</param> /// <returns></returns 阅读全文
posted @ 2016-06-06 19:27 良中一贝 阅读(5909) 评论(0) 推荐(1) 编辑
摘要: #region 关键代码:强迫以管理员权限运行$currentWi = [Security.Principal.WindowsIdentity]::GetCurrent() $currentWp = [Security.Principal.WindowsPrincipal]$currentWi if... 阅读全文
posted @ 2015-11-27 16:57 良中一贝 阅读(261) 评论(0) 推荐(0) 编辑
摘要: DataTable dtUser = GetEmptyDT(); Dictionary test1 = GetUserAndGroup(clsConst.enumADName.AD_1); foreach (DirectoryEnt... 阅读全文
posted @ 2015-10-21 18:34 良中一贝 阅读(545) 评论(0) 推荐(0) 编辑
摘要: public void UploadDocument(string siteURL, string documentListName,string documentListURL, string documentName,byte[] documentStream){using (ClientCon... 阅读全文
posted @ 2015-10-16 14:23 良中一贝 阅读(536) 评论(0) 推荐(0) 编辑
摘要: public static void ExportResultLog(System.Data.DataTable dt, string fileName, string path) { if (!System.IO.Directory.Exists... 阅读全文
posted @ 2015-10-14 09:06 良中一贝 阅读(385) 评论(0) 推荐(0) 编辑
摘要: //create method getElementsByClassName for document if(!document.getElementsByClassName){ document.getElementsByClassName = function(classNa... 阅读全文
posted @ 2015-10-07 12:31 良中一贝 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.SharePoint;using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.IO;using System.Lin... 阅读全文
posted @ 2015-10-02 14:46 良中一贝 阅读(419) 评论(0) 推荐(1) 编辑