上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页
摘要: 原文链接:https://www.cnblogs.com/lxhbky/p/6020612.html 方法一,通过外部方法传入的实例来实例化: //泛型类: public class MySQLHelp<T> { private T t; public MySQLHelp(T t) { this.t 阅读全文
posted @ 2019-07-08 11:30 萌橙 阅读(14176) 评论(0) 推荐(1)
摘要: https://www.printf520.com/hot.html 阅读全文
posted @ 2019-06-28 15:26 萌橙 阅读(245) 评论(0) 推荐(0)
摘要: if (e.Button == MouseButtons.Right && e.RowIndex > -1) { dgvinfo.Rows[e.RowIndex].Selected = true; Point point = dgvinfo.PointToClient(Cursor.Position 阅读全文
posted @ 2019-06-27 13:11 萌橙 阅读(245) 评论(0) 推荐(0)
摘要: 1、快捷键: 书签:清除所有书签。 CTRL-SHIFT-F2 书签:插入或删除书签(切换)。 CTRL+F2 书签:移动到下一个书签。 F2 功能键 书签:移动到上一个书签。 SHIFT+F2 取消查询。 ALT+BREAK 连接:连接。 CTRL+O 连接:断开连接。 CTRL+F4 连接:断开 阅读全文
posted @ 2019-06-20 13:53 萌橙 阅读(4594) 评论(0) 推荐(2)
摘要: Sql Server Convert函数进行 日期转换 一般存入数据库中的时间格式为yyyy-mm-ddhh:mm:ss 如果要转换为yyyy-mm-dd 短日期格式.可以使用convert函数.下面是sqlserver帮助中关于convert函数的声明:使用 CONVERT: CONVERT (d 阅读全文
posted @ 2019-06-19 10:27 萌橙 阅读(8836) 评论(0) 推荐(0)
摘要: (sender as ToolStripMenuItem).Checked = !(sender as ToolStripMenuItem).Checked; 阅读全文
posted @ 2019-06-12 13:18 萌橙 阅读(564) 评论(0) 推荐(0)
摘要: html <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> body,html{ margin: 0; padding: 0; height: 100%; } #canvas { border:0.01rem 阅读全文
posted @ 2019-06-06 11:07 萌橙 阅读(2887) 评论(0) 推荐(1)
摘要: HM6NR-QXX7C-DFW2Y-8B82K-WTYJV 阅读全文
posted @ 2019-06-05 14:13 萌橙 阅读(3360) 评论(0) 推荐(0)
摘要: WebKit.net是对WebKit的.Net封装, 使用它.net程序可以非常方便的集成和使用webkit作为加载网页的容器。 首先 下载WebKit.net 的bin文件。 然后 新建一个WindowsForms工程。 然后把下载好的webkit.net bin目录下的所有文件复制到新建工程的b 阅读全文
posted @ 2019-06-05 13:24 萌橙 阅读(2754) 评论(0) 推荐(0)
摘要: 当一个结合中想根据某一个字段做去重方法时使用以下代码 IQueryable 继承自IEnumerable 先举例: #region linq to object List<People> peopleList = new List<People>(); peopleList.Add(new Peop 阅读全文
posted @ 2019-06-04 10:01 萌橙 阅读(2292) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页