摘要:
这段时间搞视频采集方面的程序,在国外网站上找到一个用C#写的驱动摄像头的程序。经改造和调试,如下:(1)安装摄像头后,一般可以找到一个avicap32.dll文件(2)这是一个关于摄像头的类:using System;using System.Runtime.InteropServices;namespace webcam{/// /// avicap 的摘要说明。/// public class showVideo{ // showVideo calls [DllImport("avicap32.dll")] public static extern IntPtr cap 阅读全文
摘要:
设置1.Organization Item的Planner设置审批用户,注意Planner如果设置为当前User,就不会走工作流审批流程2.Organization Parameter form设置两个参数Move Order Time Out Period > 0Move Order Time Out Action = Approve/RejectDemo1.创建Move Order,审批后状态为Pengding Approval2.切换到Planner用户,在Worklist里就能看到那条审批申请,这里就可以Approve3.最后到Workflow Administrator Web 阅读全文