08 2016 档案

DataGridView DataSource INotifyPropertyChanged 避免闪烁的方法
摘要:代码说话:dgvPosition就是需要避免闪烁的DataGridView主要是加2段代码1.SetStyle2.datagridview设置DoubleBuffered属性为True public AccountPositionControl() { ... 阅读全文

posted @ 2016-08-17 22:10 norsd 阅读(279) 评论(0) 推荐(0) 编辑

Pycharm 设置TextStyle
摘要:之前在脚本中选择了一个字符串, PyCharm会“高亮”所有相同的字符串, 但是我不满意这个“高亮”的颜色,因为和背景色太相似了,所以需要做一下操作,修改这个“高亮”颜色值: File–Settings 在Settings对话框的左侧选择 Editor->Colors & Font... 阅读全文

posted @ 2016-08-12 01:13 norsd 阅读(318) 评论(0) 推荐(0) 编辑

在Visual Studio中编译Linux的一些问题
摘要:相对路径: 在windows下,和当前文件同一个目录下的引用会这么写: #include “SubDirectory\header.h” 或者 #include “SubDirectory/header.h” 但是这些语句没法被Linux正确识别,Linux需要: #include... 阅读全文

posted @ 2016-08-10 15:17 norsd 阅读(257) 评论(0) 推荐(0) 编辑

Listbox 实现Item双击事件
摘要:void listBox1_MouseDoubleClick(object sender, MouseEventArgs e) { int index = this.listBox1.IndexFromPoint(e.Location); if... 阅读全文

posted @ 2016-08-02 21:36 norsd 阅读(1338) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示