摘要:
combox的item列表里存在字符,如何将多个字符与序号0123。。。对应?键值对 KeyValuePair<TKey, TValue> 就很好地帮我们解决了问题。 举个栗子: //KeyValuePair<string, int> Item = new KeyValuePair<string,i 阅读全文
posted @ 2017-03-21 14:00
苦力劳动者
阅读(371)
评论(0)
推荐(0)
摘要:
debug下检查括号内条件 若条件为false。则会显示一个消息框,其中会显示调用堆栈。 方便程序调试 阅读全文
posted @ 2017-03-21 09:03
苦力劳动者
阅读(946)
评论(0)
推荐(0)