万能的JQUERY
摘要:This is some text First span text Second span textHTML代码结构如上,想要得到"listItem"第一级的文字,也就是"This is some text"。方法如下:$("#listItem") .clone() ...
阅读全文
posted @
2014-09-23 20:00
名可真难起
阅读(136)
推荐(0)
CSOM创建Content Type并指定GUID
摘要:SharePoint 2013 Client Object Mode在创建Content Type时有一个限制,不能给Content Type指定一个GUID,只能由系统随机生成。而在用farm solution部署时,则可以在xml中指定好Content Type的GUID,或者用服务器端对象模型...
阅读全文
posted @
2014-07-02 20:10
名可真难起
阅读(591)
推荐(0)
SharePoint还原大体积内容数据库报空间错误的解决办法
摘要:最近项目中需要还原一个内容数据库,数据库的大小为5G。熟练地打开PowerShell, 运行Restore-SPSite命令,一切正常。但是当还原到2个小时左右的时候,就报"The site collection could not be restored. If this problem persists, please make sure the content database are available and have sufficient free space. "的错误。各种尝试: 开始以为是硬盘空间不足,可是此时硬盘还有30G的剩余空间。将数据库移到另外一个
阅读全文
posted @
2013-11-04 09:09
名可真难起
阅读(549)
推荐(0)
SharePoint 2013: Knockout JS + Rest Service展示List数据
摘要:通过SharePoint Rest Service取得数据并通过Knockout JS绑定到页面中
阅读全文
posted @
2013-08-16 09:52
名可真难起
阅读(1329)
推荐(0)
SharePoint 2013—创建Master Page
摘要:SharePoint 2013 Master Page开发
阅读全文
posted @
2012-11-16 19:29
名可真难起
阅读(3069)
推荐(0)