随笔 - 68  文章 - 0 评论 - 10 trackbacks - 0

12 2011 档案
How to: Enable ECMA Client Object Model IntelliSense in Visual Studio 2010
摘要: http://msdn.microsoft.com/en-us/library/ff798328.aspxHow to: Enable ECMA Client Object Model IntelliSense in Visual Studio 2010OverviewThe Microsoft® SharePoint® 2010 ECMA Client Object Model allows developers to interact with SharePoint from JavaScript code running in a Web browser. This 阅读全文
posted @ 2011-12-21 16:48 逐风流浪 阅读(18) | 评论 (0) 编辑
Visual Studio 2010 JQuery 智能感应
摘要: VS2010技巧:如何在js文件中使用jQuery智能感知 作者: Ferry Meidianto 发布时间: 2010-06-01 11:09 阅读: 6046 次 原文链接 全屏阅读 [收藏] 在VS2010中,先打开相应的js文件,然后将Scripts目录中jQuery文件拖动到该js文件中。阅读全文
posted @ 2011-12-21 16:42 逐风流浪 阅读(33) | 评论 (0) 编辑
一段有用的代码
摘要: 在SharePoint2010中,Search和CBQ返回XML数据,如何知道这数据结构呢?好吧代码一段<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/><xsl:template match=&quo阅读全文
posted @ 2011-12-20 17:03 逐风流浪 阅读(47) | 评论 (0) 编辑
You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page
摘要: 电脑不断的补丁,突然一天,我**,感觉很多网站(www网站)js都不起作用了。浏览SharePoint list的时候,IE上面出现一栏文字You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page我**,于是 google答案就是:http://www.fewlines4biju.com/2011/03/you-may-be-trying-to-access-this-site.htmlStart -> Adm阅读全文
posted @ 2011-12-20 10:58 逐风流浪 阅读(28) | 评论 (0) 编辑
ICS 文件下载没有打开选项
摘要: 昨天客户打开点击文档库的ics文件时,说为什么没有打开选项?于是,啊,各种的悲剧测试,最后发现 。http://claytoncobb.wordpress.com/2011/01/07/sharepoint-2010-how-to-open-files-that-prompt-for-save-or-cancel/居然是配置问题。application的general setting中的配置。当然这不仅仅是针对ics文件的。配置后就能得到如下结果。希望对大家有帮助。有些时候也要考虑跨网站的因素。阅读全文
posted @ 2011-12-06 09:49 逐风流浪 阅读(59) | 评论 (0) 编辑
Javascript 闭包
摘要: 今天在给Html控件注册事件的时候,发生了奇怪的现象最初的代码,$(document).ready(function () {$("#blog1").click(function () { setTab('blog', 1,5) }); $("#blog2" ).click(function () { setTab('blog', 2,5) }); $("#blog3" ).click(function () { setTab('blog', 3,5) }); $("#blog阅读全文
posted @ 2011-12-01 17:17 逐风流浪 阅读(48) | 评论 (0) 编辑