会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
良中一贝
君子不器
博客园
首页
新随笔
联系
订阅
管理
2016年6月24日
SharePoint2013TimerJob计时器发送邮件
摘要: http://www.3fwork.com/b500/000307MYM008190/
阅读全文
posted @ 2016-06-24 13:49 良中一贝
阅读(125)
评论(0)
推荐(0)
2016年6月17日
sharepoint 2013 suitbar
摘要: 参考链接: http://academy.bindtuning.com/customize-sharepoint-2013-and-office-365-suite-bar/
阅读全文
posted @ 2016-06-17 09:35 良中一贝
阅读(129)
评论(0)
推荐(0)
2016年6月15日
jQuery选择器
摘要: 选择器是jQuery最基础的东西,本文中列举的选择器基本上囊括了所有的jQuery选择器,也许各位通过这篇文章能够加深对jQuery选择器的理解,它们本身用法就非常简单,我更希望的是它能够提升个人编写jQuery代码的效率。本文配合截图、代码和简单的概括对所有jQuery选择器进行了介绍,也列举出了
阅读全文
posted @ 2016-06-15 09:42 良中一贝
阅读(305)
评论(0)
推荐(0)
2016年6月6日
DataTable 数据量大时,导致内存溢出的解决方案
摘要: /// <summary> /// 分解数据表 /// </summary> /// <param name="originalTab">需要分解的表</param> /// <param name="rowsNum">每个表包含的数据量</param> /// <returns></returns
阅读全文
posted @ 2016-06-06 19:27 良中一贝
阅读(6221)
评论(0)
推荐(1)
2015年11月27日
sharepoint 脚本 强迫以管理员权限运行
摘要: #region 关键代码:强迫以管理员权限运行$currentWi = [Security.Principal.WindowsIdentity]::GetCurrent() $currentWp = [Security.Principal.WindowsPrincipal]$currentWi if...
阅读全文
posted @ 2015-11-27 16:57 良中一贝
阅读(268)
评论(0)
推荐(0)
2015年10月21日
AD,Group
摘要: DataTable dtUser = GetEmptyDT(); Dictionary test1 = GetUserAndGroup(clsConst.enumADName.AD_1); foreach (DirectoryEnt...
阅读全文
posted @ 2015-10-21 18:34 良中一贝
阅读(628)
评论(0)
推荐(0)
2015年10月16日
SharePoint Client Add Folder,file to Library
摘要: public void UploadDocument(string siteURL, string documentListName,string documentListURL, string documentName,byte[] documentStream){using (ClientCon...
阅读全文
posted @ 2015-10-16 14:23 良中一贝
阅读(547)
评论(0)
推荐(0)
2015年10月14日
出力csv
摘要: public static void ExportResultLog(System.Data.DataTable dt, string fileName, string path) { if (!System.IO.Directory.Exists...
阅读全文
posted @ 2015-10-14 09:06 良中一贝
阅读(389)
评论(0)
推荐(0)
2015年10月7日
解决 IE 不支持 document.getElementsByClassName() 的方法
摘要: //create method getElementsByClassName for document if(!document.getElementsByClassName){ document.getElementsByClassName = function(classNa...
阅读全文
posted @ 2015-10-07 12:31 良中一贝
阅读(1288)
评论(0)
推荐(0)
2015年10月2日
えええ
摘要: 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 良中一贝
阅读(433)
评论(0)
推荐(1)
下一页