摘要:
public interface IDesiredPanel { Size GetDesiredSize(int availableWidth, int avaiableHeight); } public class StackPanel : Panel, IDesiredPanel { prote 阅读全文
摘要:
查询表数据结构 select [表名] = CASE WHEN c.column_id = 1 then SCHEMA_NAME(t.schema_id)+ '.'+ t.name ELSE '' END, [表创建时间] = CASE WHEN c.column_id = 1 then CONVE 阅读全文