My Job

String.Empty(http://309136780.qzone.qq.com)

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2010年3月25日

摘要: 最近项目遇一难题:cross join不够用Table A:    Table B:F1  F2    F3  F4a   1     a   5a   2     a   6a   3     a   7a   4     b   1     b   5b   2     b   6如何用SQL得到这样一个集合:F1  F2  F4a   1   5a   2   6a  3   7a   4 ... 阅读全文
posted @ 2010-03-25 16:46 String.Empty 阅读(214) 评论(1) 推荐(1)

2009年4月25日

摘要: http://www.cnblogs.com/chegan/archive/2009/04/25/1443238.html 阅读全文
posted @ 2009-04-25 13:00 String.Empty 阅读(215) 评论(0) 推荐(0)

2009年3月23日

摘要: http://www.cnblogs.com/KingOfSoft/archive/2005/12/06/291725.html 阅读全文
posted @ 2009-03-23 23:43 String.Empty 阅读(248) 评论(0) 推荐(0)

2009年3月10日

摘要: XPathNodeIterator nodeIter = DataSources["GetUserCollectionFromGroup"].CreateNavigator().Select("/dfs:myFields/dfs:dataFields/tns:GetUserCollectionFromGroupResponse/tns:GetUserCollectionFromGroupResul... 阅读全文
posted @ 2009-03-10 21:10 String.Empty 阅读(778) 评论(0) 推荐(0)

摘要: 很长一段时间一直不理解调用webservices做为辅助数据源后 该怎么用 如下图: queryFields查询参数字段 dataFields查询到的数据字段 代码如下: DataSources["GetUserCollectionFromGroup"].CreateNavigator().SelectSingleNode("/dfs:myFields/dfs:queryFields/tns:G... 阅读全文
posted @ 2009-03-10 20:32 String.Empty 阅读(366) 评论(0) 推荐(0)

摘要: 步骤: 1.管理数据源连接-添加-仅接收数据-Web服务-输入地址-测试数据-真实数据-一路确定 2.文件-另存为源文件 3.找到"你方法名称1.xsd"文件,修改 4.保存 5.打开manifest.xsf-文件-另存为 6打开辅助数据源看一下,OK,接下来就进行必要的绑定就可以了(不用我教了吧). 时间有限,先简单一点,以后再补充如何查询想要的数据 阅读全文
posted @ 2009-03-10 00:36 String.Empty 阅读(238) 评论(0) 推荐(0)

2009年3月7日

摘要: 可以获取 workflowProperties.Item["工作流名称"]的值为2 - (进行中) 但当我更新此值的时候就会抛错 [ workflowProperties.Item["工作流名称"] = 4; 或workflowProperties.Item["工作流名称"] = "4"; workflowProperties.Item.Update(); ] 更新此列表其它字段则不会抛错 [ w... 阅读全文
posted @ 2009-03-07 13:55 String.Empty 阅读(348) 评论(0) 推荐(0)

2009年3月5日

摘要: 下载VSeWSS v1.3并安装 To do this: 1) Run Internet Information Services (IIS) Manager to look up the account name 2) Run Computer Manager to edit the Administrators group and add the account Here is the err... 阅读全文
posted @ 2009-03-05 01:02 String.Empty 阅读(976) 评论(0) 推荐(0)

摘要: This is the SharePoint developer tools for Visual Studio 2008. These tools are suitable for use with Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007. It includes project and... 阅读全文
posted @ 2009-03-05 00:42 String.Empty 阅读(916) 评论(0) 推荐(0)

2009年2月19日

摘要: 今天,我的空间终于开通了. 心里是一个尽的高兴啊. 以后这里就是我的家了. 欢迎大家常来坐坐,虽然或许可能没什么招待的. 阅读全文
posted @ 2009-02-19 22:44 String.Empty 阅读(146) 评论(0) 推荐(0)