随笔 - 68  文章 - 0 评论 - 10 trackbacks - 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="/">
<xmp><xsl:copy-of select="*"/></xmp>
</xsl:template>
</xsl:stylesheet>  

 

有用的,你懂得。 

标签描述
<code>定义计算机程序代码
<kbd>定义键盘文本
<samp>定义计算机程序输出结果
<tt>定义打字机文本
<var>定义变量
<pre>定义预先排版的文本
<listing>被弃用的,请用<pre>替代
<plaintext>被弃用的,请用<pre>替代
<xmp>被弃用的,请用<pre>替代

 

 

posted @ 2011-12-20 17:03 逐风流浪 阅读(47) 评论(0) 编辑

电脑不断的补丁,突然一天,我**,感觉很多网站(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.html

 

Start ->

Administrative Tools ->

Server Manager ->

in the right hand side Configure IE ESC ->

Select Off for Administrators and click OK.

 

我的个去。希望碰见同样问题的人,。。。。

 

posted @ 2011-12-20 10:58 逐风流浪 阅读(28) 评论(0) 编辑