using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:
其他好文 时间:
2020-01-07 10:28:59
阅读次数:
65
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
Object Relational Mapping(ORM) ORM介绍 ORM概念 对象关系映射(Object Relational Mapping,简称ORM)模式是一种为了解决面向对象与关系数据库存在的互不匹配的现象的技术。 简单的说,ORM是通过使用描述对象和数据库之间映射的元数据,将程序中 ...
分类:
其他好文 时间:
2020-01-05 22:08:05
阅读次数:
56
在开机的时候按住 Shift 键不放开,出现 GNU GRUB 界面时选择 Advanced options for Ubuntu,然后再选择 Ubuntu, with Linux 4.15.0-72-generic (recovery mode). 更多信息,请查看:Ubuntu 18.04 进入 ...
分类:
系统相关 时间:
2020-01-04 18:22:54
阅读次数:
154
一.什么是泛型 泛型(Generic)是C#语言2.0、通用语言运行时(CLR)2.0、.NET Framework2.0推出来的新特性。 泛型为.NET框架引入类型参数(Type Parameters)的概念。类型参数使得设计类和方法时,不必确定一个或多个参具体数。 具体的参数类型可延迟到声明和使 ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _6._5字符串的格式化 { class Pro ...
分类:
其他好文 时间:
2020-01-03 19:35:18
阅读次数:
87
[TOC] Object Relational Mapping(ORM) 一, ORM介绍 一, ORM概念 对象关系映射(Object Relational Mapping,简称ORM)模式是一种为了解决面向对象与关系数据库存在的互不匹配的现象的技术。 简单的说,ORM是通过使用描述对象和数据库之 ...
分类:
其他好文 时间:
2020-01-03 16:46:33
阅读次数:
80
springboot版本为2.0.7 @SpringBootApplication启动类 @SpringBootApplication public class StartBootTestApplication { public static void main(String[] args) { / ...
分类:
编程语言 时间:
2020-01-02 18:58:14
阅读次数:
83
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 专高四 { class 协变 { static ... ...
分类:
其他好文 时间:
2020-01-01 18:44:18
阅读次数:
67
简介 2019年秋,我自学了一下哈工大的操作系统课程,感觉其设计的教程和实验作为操作系统入门是个不错的选择(虽然是基于较老的Linux 0.11写的)。实验大致覆盖了操作系统中的核心概念,例如启动、中断、外设IO、上下文切换/系统调用,进程管理与调度,进程间通信,内存管理/地址转换,文件系统等。而且 ...
分类:
系统相关 时间:
2020-01-01 14:56:01
阅读次数:
139