• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
秦大田的院子
博客园    首页    新随笔    联系   管理    订阅  订阅
2020年5月11日
Yarn和npm命令对比
摘要: Yarn和npm命令对比 npmyarn npm install yarn npm install react --save yarn add react npm uninstall react --save yarn remove react npm install react --save-de 阅读全文
posted @ 2020-05-11 13:49 秦大田的院子 阅读(213) 评论(0) 推荐(0)
2020年5月6日
HTML,JS禁止鼠标右键、禁止全选、复制、粘贴的方法
摘要: 可以禁止body,也可以是div <div id="div1" oncontextmenu="return false" onselectstart="return false" oncopy="return false"> 这里是div1的内容 div 内禁止右键解决iframe 的问题</div 阅读全文
posted @ 2020-05-06 21:28 秦大田的院子 阅读(618) 评论(0) 推荐(0)
2020年4月17日
更新元数据字段
摘要: public static void AddTaxonomyEntry() { try { OfficeDevPnP.Core.AuthenticationManager authMgr = new OfficeDevPnP.Core.AuthenticationManager(); string 阅读全文
posted @ 2020-04-17 21:00 秦大田的院子 阅读(236) 评论(0) 推荐(0)
RecordsRepository.SubmitFile Method
摘要: RecordsRepository.SubmitFile Method Submits a file as a given record routing type, along with its metadata and, optionally, its audit history. Web Ser 阅读全文
posted @ 2020-04-17 18:25 秦大田的院子 阅读(129) 评论(0) 推荐(0)
using the SubmitFile method of the OfficialFile.asmx service
摘要: When using the SubmitFile method of the OfficialFile.asmx service, I was returned this value: NotFound NotFound Simple fix was to add my account to th 阅读全文
posted @ 2020-04-17 10:44 秦大田的院子 阅读(109) 评论(0) 推荐(0)
使用OfficialFile webservice 进行管理规则上传文档到放置库归档
摘要: using System;using System.Collections.Generic;using System.IO;using RecordsAdmission.OfficialFileService; namespace RecordsAdmission{ class Program { 阅读全文
posted @ 2020-04-17 09:27 秦大田的院子 阅读(151) 评论(0) 推荐(0)
2020年3月28日
CSOM 转移文档到其它目录
摘要: 先创建一个项目,然后写一个转移方法 public static void movefiles() { try{ ClientContent clientContext = new ClientContext(siteUrl); clientContext.RequestTimeout = Timeo 阅读全文
posted @ 2020-03-28 10:40 秦大田的院子 阅读(191) 评论(0) 推荐(0)
2020年3月2日
更新TaxonomyField in list using CSOM
摘要: public void UpdateTaxonomyField(ClientContext ctx, List list,ListItem listItem,string fieldName,string fieldValue) { Field field = list.Fields.GetByIn 阅读全文
posted @ 2020-03-02 15:16 秦大田的院子 阅读(314) 评论(0) 推荐(0)
更新查询项lookup value in list using CSOM
摘要: public void UpdateLookup(string siteUrl, int id, string lookupColumnName, List multiLookupValues, string listName, string lookupListName) { using (Cli 阅读全文
posted @ 2020-03-02 15:07 秦大田的院子 阅读(170) 评论(0) 推荐(0)
2020年2月5日
如何搭建企业级中台系统
摘要: 如何搭建企业级中台系统 企业数字化转型,解决数据孤岛、万物互联:利用云计算基础服务,一分钟开启一百台服务器,十分钟开启一千台服务器。超大内存和内核的服务器,在线下很难购买到的,通过云计算的弹性伸缩的能力可以随意搭配适合自己的云端服务器。随着企业规模不断扩大、业务多元化——中台服务架构的应运而生。“中 阅读全文
posted @ 2020-02-05 17:11 秦大田的院子 阅读(616) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3