welcome to Qijie's Blog 薛其杰
摘要: 使用SharePoint Designer设计简单工作流我们来设计一个基于List的简单工作流, 我们使用的List信息如下:Name: Test_WFColumns: Title, Task, Description, Status, Assigned To我们要实现的功能是, 每当当前项目更新时, 检查Status是否是已启动状态, 如果是 要向下一个任务的执行者发送邮件.Status的已启动状态包括Step1, Step2, Step3.开始: 使用Designer 2010 打开Test_WF. 在Workflows组件中点击New...2. In Create List Workfl 阅读全文
posted @ 2011-05-30 17:39 零点零一 阅读(401) 评论(0) 推荐(0)
摘要: jQuery 插件:http://www.cnblogs.com/wmj/archive/2009/03/27/1422837.html 阅读全文
posted @ 2011-05-24 11:54 零点零一 阅读(207) 评论(0) 推荐(0)
摘要: 可以在列表或库的计算栏中使用下面的示例。不包含栏引用的示例可用于指定栏的默认值。条件公式可以使用下面的公式测试语句的条件并返回值“Yes”或“No”,或者测试“OK”或“Not OK”等替代值,或者返回代表空值的空白或短划线。检查一个数字是大小还是小于另一个数字使用 IF 函数进行此比较。Column1Column2公式说明(可能的结果)150009000=[Column1]>[Column2]Column1 大于 Column2 吗?(Yes)150009000=IF([Column1]<=[Column2], "OK", "Not OK" 阅读全文
posted @ 2011-05-13 16:59 零点零一 阅读(482) 评论(0) 推荐(0)
摘要: 今天给同事解决疑问, 她同事使用了IE-32位和IE-64位, 奇怪的是SP2007 的List的 Action menu下边的item在64bit的IE中会比32bit的IE中少两个项目-Edit in DataSheet 和 Sync To Computer 阅读全文
posted @ 2011-04-26 21:29 零点零一 阅读(201) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2011-03-24 21:08 零点零一 阅读(5) 评论(0) 推荐(0)
摘要: You guys may also meeta senario, that is when I trying to create a new virtual machine using a formerly created VHD in Hyper-V, the VM's Local Area Connection#N will be increased by 1. Take Test.vhd for example, I created a VHD and installed Windows7 in this VHD, now the current NetWork connection i 阅读全文
posted @ 2010-12-15 17:58 零点零一 阅读(573) 评论(0) 推荐(0)
摘要: This history of command is stored in a per user key in registry database. One can clear this command history by cleaning up the entries under this registry key.This registry key isHKEY_CURRENT_USER\So... 阅读全文
posted @ 2010-11-18 13:35 零点零一 阅读(748) 评论(0) 推荐(0)
摘要: Key words: Verify default path , EULA, CodeSign of SFX fileKey words: Extract SFX files and Submit themto VCSKey words: Asynchronouscallback of delegationI meet an issuewhen taking my job, everyday i ... 阅读全文
posted @ 2010-11-11 15:52 零点零一 阅读(485) 评论(0) 推荐(1)
摘要: Today morning I want to install Virtual PC 2007 sp1 on my Windows 7, but I run this error messageI went to Windows 7 compatibility site to check if Virtual PC is compatible with Windows7, and the resu... 阅读全文
posted @ 2010-10-22 13:38 零点零一 阅读(359) 评论(0) 推荐(0)
摘要: 在timer.elapsed里边调用button.click事件 悬赏分:5 - 解决时间:2010-8-10 11:19 提问者: 7788wangzi - 二级最佳答案 阅读全文
posted @ 2010-08-10 12:10 零点零一 阅读(530) 评论(0) 推荐(2)