
C#
枕戈待旦勇往直前
dancingplaying basketballSecond like singingmake friends
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
asp.net给DropDownList添加ToolTip(title)属性
可参考:http://www.veryhuo.com/a/view/14686.htmlasp.net给DropDownList添加ToolTip(title)属性/**//// /// 为DropDownList的Item加title属性 /// /// DropDownList private void addTitle(DropDownList ddl)转载 2015-08-22 13:10:36 · 1402 阅读 · 0 评论 -
动态的向数组中添加值及获取datatable的所有列名
代码如下: //导出的报表添加表头 Dictionary headDic = new Dictionary();//保存要设置的表格标题 headDic.Add("topHead", "公益广告列表-黄金时间段"); headDic.Add("dateHead", "日期:" + be原创 2015-08-20 11:04:52 · 2197 阅读 · 0 评论 -
flexGrid列属性上添加title属性
问题原因: 1.flexGrid列属性上没有添加title属性处理办法: 1.在flexGrid的源码里合适的位置添加title属性自测结果: 1.IE8/10环境下当鼠标放置到相应的违法原因上时会有提示框显示全面的违法原因信息参考网址:http://stackoverflow.com/questions/17836951/flexi原创 2015-09-07 09:46:55 · 1766 阅读 · 0 评论 -
BH_AdManager_问题解决汇集_20150915
2015/09/15(1)统计查询页面,频道选择中,有两个复选框时,第二个不起作用 描述: 测试步骤和方法:将CCTV-1分配为“数字频道”。将CCTV-2分配为“地方频道”。在统计查询的各个页面中,进行频道选择时,选择CCTV-1和CCTV-2.预期结果:能够成功选择两套节目。实际结果:CCTV-2选择无效,即第二个复选框选择无效原创 2015-09-15 20:54:59 · 529 阅读 · 0 评论 -
多线程间通信之AutoResetEvent和ManualResetEvent的原理分析和开发示例
参见:(1)http://www.cnblogs.com/springyangwc/archive/2011/10/12/2208991.html(2)简单示例参见:C# ManualResetEvent 类的用法http://jingyan.baidu.com/article/0eb457e50949d203f1a9050f.html概述AutoRes转载 2017-03-08 11:14:20 · 511 阅读 · 0 评论