作用:自动生成模板代码和实体类,简化开发人员工作,降低错误率。 1.entity ##导入宏定义 $!define ##保存文件(宏定义) #save("/entity", ".java") ##包路径(宏定义) #setPackageSuffix("entity") ##自动导入包(全局变量) $ ...
分类:
其他好文 时间:
2021-04-26 13:23:45
阅读次数:
0
十、数据完整性 10.1什么是数据完整性 作用:保证用户的输入的数据 保存到数据库是正确的 比如:年龄,应该是数字 学号:应该是不重复的 成绩:不能为空 怎么去保证数据的完整性,添加约束 完整性约束分类: 实体(记录)完整性 域完整性 引用完整性 10.2实体完整性(行) 实体(entity):就是 ...
分类:
其他好文 时间:
2021-04-22 15:30:54
阅读次数:
0
C#中对xml数据的读取和写入: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Xml; using ...
解决Gitlab的The remote end hung up unexpectedly错误 解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题 解决办法1: ...
分类:
Web程序 时间:
2021-04-15 12:34:26
阅读次数:
0
远程调用出现json解析异常 操作失败,Error while extracting response for type [java.util.List<org.jeecg.modules.face.entity.FaceDevice>] and content type [application/ ...
分类:
编程语言 时间:
2021-04-14 12:42:30
阅读次数:
0
10.1什么是数据完整性 作用:保证 用户的输入的数据 保存到数据库 是正确的 比如: 年龄:应该是数字, 学号:应该是不重复的 成绩:不能为空 。 。 。 怎么去保证数据的完整性:添加约束。 完整性约束分类: 实体(记录)完整性 域完整性、 引用完整性 10.2实体完整性(行) 实体(entity ...
分类:
其他好文 时间:
2021-04-14 12:38:53
阅读次数:
0
在上一篇文章中,我们比较出单表插入9999行数据,Dapper > EfCore > Freesql。在本文中,我们来看看级联插入 构建9999行数据 List<Entity> datas = new List<Entity>(); for (int i = 0; i < 9999; i++) { ...
分类:
移动开发 时间:
2021-04-14 12:13:34
阅读次数:
0
四则运算代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ClassLibrary1{ public ...
分类:
其他好文 时间:
2021-04-12 12:51:16
阅读次数:
0
公交站点显示 using System.Collections.Generic; usinSystem.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; usi ...
分类:
其他好文 时间:
2021-04-12 12:40:32
阅读次数:
0
XML文件操作 实体类 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace XMLDemo { class Student { public string St ...
分类:
其他好文 时间:
2021-04-12 12:30:15
阅读次数:
0