上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 85 下一页
  2016年11月10日
摘要: 需要引入命名空间 其中 帮助类中的服务器地址 和 账号 密码需要在配置文件中配置 阅读全文
posted @ 2016-11-10 09:23 武胜-阿伟 阅读(331) 评论(0) 推荐(0) 编辑
  2016年11月2日
摘要: Ok so I figured this out after looking a bit at the code and the requirements for amqp URI and it should break down into the following format amqp://u 阅读全文
posted @ 2016-11-02 20:36 武胜-阿伟 阅读(207) 评论(0) 推荐(0) 编辑
  2016年11月1日
摘要: 1.首先创建一个带参数的存储过程 ①存储过程名称=proc_bookinfo ②存储过程2个参数 一个in 一个out in参数名称=ispay out参数名称=unPaycount ③ 这个存储过程 根据传入的未支付字段名称 输出未支付的商品数量 DELIMITER $$ USE `booksho 阅读全文
posted @ 2016-11-01 22:43 武胜-阿伟 阅读(10646) 评论(0) 推荐(0) 编辑
摘要: This uses the FastMember's meta-programming API for maximum performance. If you want to restrict it to particular members (or enforce the order), then 阅读全文
posted @ 2016-11-01 21:38 武胜-阿伟 阅读(298) 评论(0) 推荐(0) 编辑
  2016年10月12日
摘要: 关于DevExpress Winform 的所有可打印控件的导出excel 的通用方法,并且解决DevExpress控件自带的方法存在的缺陷问题 1、解决GridControl自带方法不能导出图片; 2、GridControl 的BandGridView 多表头无法导出等问题; 3、解决PivotG 阅读全文
posted @ 2016-10-12 21:17 武胜-阿伟 阅读(2055) 评论(0) 推荐(0) 编辑
  2016年9月16日
摘要: Introduction Microsoft .NET 4.5 introduced new "async and await" methods to provide an easy way of implementing asynchronisity using .NET "Task" objec 阅读全文
posted @ 2016-09-16 09:16 武胜-阿伟 阅读(1141) 评论(0) 推荐(0) 编辑
  2016年9月12日
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using DevExpress.XtraGrid.Views.BandedGrid; using DevExpr... 阅读全文
posted @ 2016-09-12 15:01 武胜-阿伟 阅读(923) 评论(0) 推荐(0) 编辑
  2016年9月7日
摘要: 走进异步编程的世界 - 开始接触 async/await 序 这是学习异步编程的入门篇。 涉及 C# 5.0 引入的 async/await,但在控制台输出示例时经常会采用 C# 6.0 的 $"" 来拼接字符串,相当于string.Format() 方法。 目录 What's 异步? async/ 阅读全文
posted @ 2016-09-07 19:21 武胜-阿伟 阅读(420) 评论(0) 推荐(0) 编辑
  2016年8月11日
摘要: 利用WCF的双工通讯实现一个简单的心跳监控系统 http://www.cnblogs.com/zuowj/p/5761011.html 何为心跳监控系统? 故名思义,就是监控某个或某些个程序的运行状态,就好比医院里面的心跳监视仪一样,能够随时显示病人的心跳情况。 心跳监控的目的是什么? 与医院里面的 阅读全文
posted @ 2016-08-11 19:55 武胜-阿伟 阅读(601) 评论(0) 推荐(0) 编辑
  2016年7月8日
摘要: 下面是 StackOverflow 上的一个回答: Notes:Your class MUST be marked as [Serializable] in order for this to work.Your source file must include the following code 阅读全文
posted @ 2016-07-08 16:29 武胜-阿伟 阅读(366) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 85 下一页