上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: 天气预报连接地址:http://www.thinkpage.cn/weather/widget.aspx代码 天气预报连接地址:http://service.weather.com.cn/plugin/forcast.shtml?id=pn12 代码 阅读全文
posted @ 2011-01-25 17:40 China2008 阅读(258) 评论(0) 推荐(0)
摘要: SharePoint 文档库打开HTML 直接浏览而不是打开下载对话框在实际的项目中,可能有些时候需要把一些html放在文档库中,而不是直接提示下载这个需要在管理中做一个简单的配置:管理中心-〉应用程序管理-〉管理web应用程序-〉选择站点-〉常规设置-》浏览器文件处理程序,改成许可 阅读全文
posted @ 2011-01-25 14:19 China2008 阅读(1371) 评论(0) 推荐(2)
摘要: 阅读全文
posted @ 2011-01-14 11:58 China2008 阅读(138) 评论(0) 推荐(0)
摘要: //以下为动态加载用户控件的实现代码,若为静态,应该更简单一点吧 TestCtl.ascx.cs public class TestCtl : System.Web.UI.UserControl { public string Text = " " ; } ________________________________________________ Test.aspx.cs protected System.Web.UI.WebControls.PlaceHolder phTestCtl; private void InitInfo() { TestCtl uc 阅读全文
posted @ 2011-01-10 22:01 China2008 阅读(231) 评论(0) 推荐(0)
摘要: 返回Proxy代理程序示例代码ASP示例代码<%@LANGUAGE="VBScript" CODEPAGE="936"%><%Option ExplicitDim domainDim keywordsDim xmlHttpDim postDatadomain=Request("domain")keywords=Request("keywords")If domain="" OR keywords="" Then Response.EndEnd IfSet x 阅读全文
posted @ 2011-01-10 02:23 China2008 阅读(270) 评论(0) 推荐(0)
摘要: 在该站点下的配置文件里面修改以下节点(C:\inetpub\wwwroot\wss\VirtualDirectories\站点端口号\web.config)……  在该站点下的配置文件里面修改以下节点(C:\inetpub\wwwroot\wss\VirtualDirectories\站点端口号\web.config)  1. 以下是代码片段:SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false 阅读全文
posted @ 2011-01-08 12:43 China2008 阅读(644) 评论(0) 推荐(0)
摘要: 首先 引用名字空间呗%@ Register Tagprefix="wssawc" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %然后在页面上面添加 wssawc:PeopleEditor AllowEmpty="false" ValidatorEnabled="true" id="userPicker" runat="server" ShowCr 阅读全文
posted @ 2010-12-21 17:49 China2008 阅读(305) 评论(0) 推荐(0)
摘要: Intelligencia.UrlRewriter IIS配置只要在在网站上右KEY.>属性.>主目录.>.配置.>.插入(c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll) 去掉确认文件是否存在就OK了.<?xml version="1.0"?><configuration><configSections><section name="rewriter" requirePermission="false 阅读全文
posted @ 2010-12-17 16:09 China2008 阅读(553) 评论(0) 推荐(0)
摘要: infopath 序列化 在发布处有导出源文件.存放一地方后有myschema.xsd 文件 阅读全文
posted @ 2010-12-14 15:57 China2008 阅读(161) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2010-12-10 00:24 China2008 阅读(1) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页