摘要: 如果对girdcontrol的datasource新添加数据,重新刷新, gridControl1.DataSource = list; gridView1.RefreshData(); 阅读全文
posted @ 2016-10-22 19:57 竹林雨声 阅读(8081) 评论(0) 推荐(1)
摘要: gridcontrol中添加按钮的步骤: 1. 把列的ColumnEdit属性设置为RepositoryItemButtonEdit 2. 把TextEditStyle属性设置为HideTextEditor; 3. 把Buttons的Kind属性设置为Glyph; 4. 把Buttons的HorzA 阅读全文
posted @ 2016-10-20 15:55 竹林雨声 阅读(3236) 评论(0) 推荐(1)
摘要: 总体从5个方面平衡自己的需求: (1)标的 (2)功能 (3)多少人用(并发问题) (4)安全和稳定性 (5)所用的操作系统(UNIX、linux、windows) 对于用过的数据库有: • dBase/FoxBase/FoxPro in the DOS/Novell/Windows 3.x wor 阅读全文
posted @ 2016-09-28 20:52 竹林雨声 阅读(6628) 评论(0) 推荐(1)