写在前面 最近项目中调用sharepoint rest api方式获取文件或者Item列表,而用的方式是通过证书请求,在上传文件,或者新建item的时候,默认的用户是在sharepoint端注册的用户,并不能满足需求,需要对其进行修改.因为注册的app,会将该注册的clientid和issurid对应的应用程序作为一个新的用户.关于注册的方式可以参考之前写的几篇文章. 系列文章 sharepoint环境安装过程中几点需要注意的地方 Rest API的简单应用 rest api方式实现对文档库的管…
sharepoint 修改AD密码 下面是添加添加“空元素”代码: 第一个<CustomAction>是添加修改密码项目 第二个<CustomAction>是添加js修改脚本 <?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <CustomActi…
VUE项目中使用this.$forceUpdate();解决页面v-for中修改item属性值后页面v-if不改变的问题:https://blog.csdn.net/jerrica/article/details/80944513…
在使用一个工具的是想要在本地的HTML文件或者JS,修改Sharepoint List中的数据. 如下是找到的方法.不知道还有其他方法没.IE中可以使用.记得加载Jquery. 如果是Chrome 浏览器需要disable-web-security 比如需要在CMD下面这麽打开浏览器 chrome.exe --disable-web-security 或者在快捷方式的Target里面加入如图(我的是QQ浏览器,Webkit内核): 增删改: <html> <head> <sc…
增加SharePoint2010修改域密码功能 前提SharePoint2010的用户基于AD的,因此修改密码是修改了AD的密码,当然也可以修改本机密码(非域的密码).这里我们讨论修改域密码.我们修改需要用到sharepoint的弹出对话框的模式,以下为几个对话框函数: Ø SP.UI.ModalDialog.showModalDialog:弹出对话框 Ø SP.UI.Status.addStstus:自定义状态栏信息 Ø SP.UI.Notify.addNotification:自定义消息通知…
public void UploadDocument(string siteURL, string documentListName, string documentListURL, string documentName, byte[] documentStream) { using (ClientContext clientContext = new ClientContext(siteURL)) { //Get Document List List documentsList = clie…
本文用于记录java应用日志too many open files报错解决方法 操作系统:RHEL5.8 一.修改配置文件 1.vim /etc/security/limits.conf 加上:* soft nofile 65535* hard nofile 65535* soft nproc  65535* hard nproc  65535 2.vim /etc/pam.d/login 加上:session    required     /lib/security/pam_limits.s…
前言 最近,碰到一个奇怪的事情,在SharePoint里的用户,如果显示方式显示为登录名(Account)的方式,显示为空.如下图: 1.经过查找,发现是因为用户属性 User name为空造成的,如下图: 2.然后,解决问题就是把这个属性更新了,其实更新很简单,SharePoint把这些属性都存在一个列表里了,这个列表就叫做User Information List,可以通过下面的URL访问: http://{SiteUrl}/_catalogs/users/simple.aspx 3.找到问…
前言 最近有这么个需求,用户需要修改新建项目前面的new图标的显示天数,查了很久,发现有powershell命令或者stsadm命令可以,分享给大家. PowerShell命令 $wa = Get-SPWebApplication -Identity:http://localhost $wa.DaysToShowNewIndicator = 90 $wa.Update() 运行结果,记得一定要update才管用,默认是2天: 如果是低版本的SharePoint,也可以使用stsadm命令: st…
SharePoint Config database logs are one thing to keep an eye on since they do have a tendency to grow. If you don’t perform a full farm backup usually the log doesn’t get emptied and it just keeps bloating. If you’re running SQL Server Express with d…
<html><head><title></title></head><body><form id="uploadForm"  action="" method="post" enctype="multipart/form-data"><input type="file" name="uploadFile&qu…
当次提交 当次的提交显示指定提交者信息: git commit -m "Initial commit" --author="mn <mn@furzoom.com>" 修改上次提交 修改已经提交的commit的信息: git commit --amend --author="mn <mn@furzoom.com>" 修改历史提交 如果是上几次的提交呢?可以利用rebase来实现,如: git rebase -i orgin/…
$webapp = Get-SPWebApplication “http://test-spweb1” --需要修改的站点$webapp.SuiteNavBrandingText = “XXXXXX” $webapp.Update()…
设置了匿名访问但是网站就是需要登录,找了很多问题. 首先想到的映射问题,然后努力检查,最后把代码删掉,然后把站删掉,最后测试出来问题. 点击上方[网站设置] 把修改过的文件发布. 母版也和布局页 一定要发布这样才可以匿名访问 检查此页面是否已经发布,如果没有发布,就会出现发布新版本.…
The command you want is :e (short for :edit). If you use :edit! it will discard local changes and reload. You can also have vim do this automatically with set autoread in your vimrc. https://www.jianshu.com/p/be2660714986 ----------------------------…
protected void ASPxDashboardViewer_OnDashboardLoaded(object sender, DashboardLoadedWebEventArgs e) { var id = e.DashboardId; string regiongEn = CookieHelper.GetCookieValue("regionCityName_EN"); ")) { Dashboard dashboard = e.Dashboard; Choro…
写在前面 最近对文档库的知识点进行了整理,也就有了这篇文章,当时查找这些接口,并用在实践中,确实废了一些功夫,也为了让更多的人走更少的弯路. 系列文章 sharepoint环境安装过程中几点需要注意的地方 Rest API的简单应用 rest api方式实现对文档库的管理 通过WebClient模拟post上传文件到服务器 WebHttpRequest在sharepoint文档库中的使用 [sharepoint]Rest api相关知识(转) [sharepoint]根据用户名获取该用户的权限…
1.效果图 2.LIteView_item布局 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_…
Python开发工具PyCharm个性化设置,包括设置默认PyCharm解析器.设置缩进符为制表符.设置IDE皮肤主题等,大家参考使用吧. JetBrains PyCharm Pro 4.5.3 中文汉化专业版 授权:特别软件 类型:国外软件 语言:简体中文 大小:197.79 MB 日期:2015-07-10 环境:WinXP, Win2008, Win7, Win8 下载 1.设置默认PyCharm解析器: 操作如下: Python–>Preferences–>Project Interp…
1.设置IDE皮肤主题 File -> Settings -> IDE Settings -> Appearance -> Theme -> 选择“Alloy.IDEA Theme” 2.设置编辑器“颜色与字体”主题 File -> Settings -> IDE Settings -> Editor -> Colors & Fonts -> Scheme name -> 选择“Default” 说明:先选择“Default”,再“…
file的基本操作 # Author:nadech # 文件读写/修改/ #data = open("yesterday",encoding="utf-8").read() #这里要设置打开模式,默认是读r: #w的时候会打开文件,把之前文件覆盖: #a模式,append追加 import sys,time f = open("yesterday","r",encoding="utf-8")#f叫文件句柄,…
前言 "嘀嗒嘀嗒",抬头看向墙上的钟表,此时已是凌晨1点.小明终于把Go语言圣经第二章的笔记写完,保存commit,提交,然后睡觉. 额,等等,不对,小明发现他用的是公司的git账号,git log一看,最新的commit的Author信息里是公司的邮箱地址,尴尬了,难道小明要重新写一遍?"不要啊~",小明抓狂到. 突然,画面暂停,Git博士从幕后走出,原来是一场电影.Git博士说:"同学们,刚才的案例如果是大家遇到,应该怎样?",接着说:&qu…
SharePoint 2016默认会有左上角这样的一个功能.  估计都想把它改掉. 方法1: 打开,输入下面的命令,可将图中的sharepoint修改为想要的文字 $webapp = Get-SPWebApplication "http://XXXXX.com"   $webapp.SuiteNavBrandingText = "替换sharepoint的新名称"   $webapp.Update()   输入如下命令,会在顶部中间位置显示想要的logo,以及此lo…
我们如何用代码对SharePoint列表做些例如增删改查的操作呢?如果您的程序可以部署到服务器上,就可以使用 服务器对象模型,因为服务器对象模型提供的功能最多,限制最少:否则可能要选择客户对象模型等其他方式,这可能会遇到一些功能限制:另外还有一些其他的访问方式,例如Web服务等.如何在 SharePoint 2013 中选择正确的 API 集请参考链接 http://msdn.microsoft.com/zh-cn/library/jj164060.aspx. 我们首先研究下服务器对象模型.使用…
Question 56You work for a manufacturer who needs to advertise its catalog of products online using a SharePoint 2010 publishing site. A page author will create a Web page for every type of product the manufacturer makes. Each Web page will display th…
Question 54You create custom code to import content to SharePoint sites.You create a custom site definition by using Microsoft Visual Studio 2010.You need to ensure that when a new site that uses the site definition is created, the custom code execut…
分享人:广州华软 星尘 一. 前言 在进行Sharepoint开发时,经常会遇到内容展示个性化需求的问题,当然如果通过自定义开发控件对于内容展示的需求基本都可以很好的解决,但自定义开发也有不好的地方,例如可能会有潜在的兼容性问题和开发时间较长.其实Sharepint平台自带的一个内容查询Web部件功能比较实用,比如通过内容查询Web部件进行简单的配置可以很快的实现展示整个网站下所有文档库中的文档.但是内容查询Web部件默认显示的字段较少,只有标题.链接.缩略图等,如果我们想要显示较多的字段,那就…
小型文件数据库 (a file database for small apps) SharpFileDB For english version of this article, please click here. 我并不擅长数据库,如有不当之处,请多多指教. 本文参考了(http://www.cnblogs.com/gaochundong/archive/2013/04/24/csharp_file_database.html),在此表示感谢! 目标(Goal) 我决定做一个以支持小型应用(…
1. Delete a site collection · Run command : Remove-SPSite –Identity http://ent132.sharepoint.hp.com/teams/monitor/ –GradualDelete –Confirm:$False · In CA Central Administration->Application Management ->Delete a Site collection Change the site colle…
04 }Which code segment should you add at line 03?A. currentItem["ClassificationMetadata"] = "NA";B. currentItem.Fields["ClassificationMetadata"].DefaultFormula = "NA";C. currentItem.Fields["ClassificationMetada…