2019年1月3日

摘要: 原文转载:http://blog.csdn.net/whycold/article/details/41119807 保护原帖,尊重技术,致敬工匠! 一、简介 MQ全称为Message Queue, 消息队列(MQ)是一种应用程序对应用程序的通信方法。应用程序通过读写出入队列的消息(针对应用程序的数 阅读全文
posted @ 2019-01-03 14:18 Mander_ZH 阅读(123) 评论(0) 推荐(0) 编辑

2018年11月30日

摘要: 源帖 https://www.cnblogs.com/youuuu/archive/2011/06/16/2082730.html 保护原帖,尊重技术,致敬工匠! using System; using System.Collections; using System.Configuration; 阅读全文
posted @ 2018-11-30 10:51 Mander_ZH 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 原帖: http://blog.csdn.net/angel20082008/article/details/51718676 保护原帖,尊重技术,致敬工匠! DataGridView控件在实际应用中非常实用,特别需要表格显示数据时。可以静态绑定数据源,这样就自动为DataGridView控件添加相 阅读全文
posted @ 2018-11-30 10:26 Mander_ZH 阅读(122) 评论(0) 推荐(0) 编辑
摘要: //Send Email private void emailSend(string code) { //验证发生的邮件地址不能为空; if (String.IsNullOrWhiteSpace(this.txtUserMail.Text)) { showErr("邮件地址"); return; } 阅读全文
posted @ 2018-11-30 09:28 Mander_ZH 阅读(104) 评论(0) 推荐(0) 编辑

2018年11月29日

摘要: private void dgv() { //Ip+端口+数据库名+用户名+密码 string connectStr = "server=127.0.0.1;port=3306;database=Test;user=root;password=123456;SslMode=none;"; MySql 阅读全文
posted @ 2018-11-29 16:34 Mander_ZH 阅读(518) 评论(0) 推荐(0) 编辑

导航