搜索到与相关的文章
编程技术

Petri网简介

PetrinetsbasicsAPetrinetconsistsofplaces,transitions,anddirectedarcs.Arcsrunbetweenplacesandtransitions,neverbetweenplacesorbetweentransitions.Theplacesfromwhichanarcrunstoatransitionarecalledtheinputplacesofthetransition;theplace

系统 2019-08-29 22:35:30 2705

SqlServer

SQL SERVER tips

1判断一个表或视图是否在数据库中ifexists(select*fromsysobjectswherename='v1'andxtype='V')dropviewv1gosysobjects是一个系统表,如果判断对象是table,则xtype='U'如果是trigger则xtype='TR'2用sql建立交叉表一个常见的例子http://iouniuniu.cnblogs.com/archive/2005/10/24/5238.html有时候需要将结果旋转

系统 2019-08-29 22:33:34 2705

编程技术

html中父子窗口关系

父窗口pare.htmshowModelessDialogEX.htm