12 2010 档案

摘要: InFoPath复选框只能选择一个:设置是默认数值为ture选中 -- 管理规则 -- 如果选中 -- 设置域值:否上相反操作:阅读全文
posted @ 2010-12-25 20:07 笑看苍天 阅读(15) | 评论 (0) 编辑
摘要: CAML语法-Query写法1.Geq(>=) The Geq element is an arithmetic operator that means "greater than or equal to." It can be used within a Where element in a view definition.<Query> <Where> <Or> <IsNull> <FieldRef Name="Expires" /> </IsNull> <Geq> <FieldRef Name="Expires" /> <Value Type="DateTime"> <Today /> 阅读全文
posted @ 2010-12-19 21:53 笑看苍天 阅读(189) | 评论 (0) 编辑
摘要: 转载: http://hi.baidu.com/ppdd521/blog/item/8b38ee31a20b1213eac4af01.html1. 基本格式这个功能上类似于SQL,从表单中提炼数据。不过是XML格式。如果拿它同SQL比较,CAML繁琐冗长,而且功能也较弱。基本格式如下:<Query><Where><Eq><FieldRef Name="Colum1" /><Value Type="TypeName">Toronto</Value></Eq></Where><OrderBy><FieldRef Name="Colum2" /><FieldRef Name = "Column3" 阅读全文
posted @ 2010-12-19 21:51 笑看苍天 阅读(60) | 评论 (0) 编辑
摘要: windows 2003 : iisappwindows 2008 一: 图中(工作进程)二 appcmd list wp阅读全文
posted @ 2010-12-14 09:48 笑看苍天 阅读(34) | 评论 (0) 编辑
摘要: 解决方法:1:直接进入 C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN 2:windows server 2003 控制面板 -- 系统 -- 环境变量 选中 Path 添加 C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN阅读全文
posted @ 2010-12-06 10:17 笑看苍天 阅读(79) | 评论 (0) 编辑