摘要:
declare @Number int set @Number = 100 select d.ID, d.MerchantID, d.State, d.EffectiveDate, d.ChargesType, d.ChargesName, d.ChargesCode, d.InvoiceCol, 阅读全文
摘要:
Ext.Net 布局 Panel布局类有10种:容器布局,自适应布局,折叠布局,卡片式布局,锚点布局,绝对位置布局,表单布局,列布局,表格布局,边框布局 1,Ext.layout.ContainerLayout 容器布局 提供容器作为布局的基础逻辑,通常会被扩展而不通过new 关键字直接创建,一般作 阅读全文