欢迎莅临 SUN WU GANG 的园子!!!

世上无难事,只畏有心人。有心之人,即立志之坚午也,志坚则不畏事之不成。

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

07 2017 档案

摘要:XAML==> CS==> 配置文件: 运行效果: 阅读全文
posted @ 2017-07-28 18:07 sunwugang 阅读(10529) 评论(0) 推荐(0)

摘要:运行效果: 阅读全文
posted @ 2017-07-28 18:05 sunwugang 阅读(1526) 评论(0) 推荐(0)

摘要:注:程序发布文件,默认只发布自身程序直接引用的相关文件(A程序)。 如果需要添加其他程序(不同的应用程序B)文件,操作方法如下: 第一步:将B程序文件复制到A程序 第二步:将B程序文件右键--》属性做如下更改: 第三步:查看即可完成文件添加 阅读全文
posted @ 2017-07-25 14:50 sunwugang 阅读(1024) 评论(0) 推荐(0)

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace ZB.QueueSystem.Common { /// /// 用于XML操作 /... 阅读全文
posted @ 2017-07-17 17:12 sunwugang 阅读(285) 评论(0) 推荐(0)

摘要:实现方式一: 实现方式二: 阅读全文
posted @ 2017-07-13 18:20 sunwugang 阅读(1947) 评论(8) 推荐(0)

摘要:实现方式如下: private void dgvRelation_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { try { SolidBrush b = new SolidBrush(this.dgvRelati 阅读全文
posted @ 2017-07-03 16:30 sunwugang 阅读(254) 评论(0) 推荐(0)

摘要:解决思路一: 解决思路二: 设置属性ShowCellErrors=false; 阅读全文
posted @ 2017-07-03 14:16 sunwugang 阅读(688) 评论(0) 推荐(0)