摘要:
c#通用helper using System; using System.Data; using System.Xml; using Npgsql; using System.Collections.Generic; using System.Reflection; /// <summary> / 阅读全文
摘要:
当下拉框的数据过多,一般只加载一年内的数据,多了只能手输入 Private Sub CmbProjectCode_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmbP 阅读全文
摘要:
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 阅读全文