把datagridview中的自动排序功能禁用自己收集的两种方法,看看吧①DataGridView中的Columns属性里面可以设置.进入"EditColumns"窗口后,在相应的列属性设置里面把SortMode属性选择为"NotSortable"② for (int i = 0; i < this.dataGridView1.Columns.Count;i++){this.dataGridView1.Columns[i].SortMode
原文转自:MyEclipse 10.7中拓展自动提示功能 在myeclipse 9以前的版本中,我们如果要为html编辑器添加自动的代码提示可以这样操作: 1.windows-->preferences-->MyEclipse-->Files and Editors-->HTML-->HTML Source-->Content assist 2.在右边的在Prompt when these characters are inserted后输入以下内容 <=.;!&