码迷,mamicode.com
首页 >  
搜索关键字:entity framework 存储过    ( 23863个结果
idea系列---【EsayCode插件自定义Mybatis-Plus+Lombook+Swagger模板】
作用:自动生成模板代码和实体类,简化开发人员工作,降低错误率。 1.entity ##导入宏定义 $!define ##保存文件(宏定义) #save("/entity", ".java") ##包路径(宏定义) #setPackageSuffix("entity") ##自动导入包(全局变量) $ ...
分类:其他好文   时间:2021-04-26 13:23:45    阅读次数:0
thymeleaf
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency></dependencies> ...
分类:其他好文   时间:2021-04-24 13:41:04    阅读次数:0
Django REST framework - JWT认证
JWT认证 官网:https://github.com/jpadilla/django-rest-framework-jwt 在用户注册或登录后,我们想记录用户的登录状态,或者为用户创建身份认证的凭证。我们不再使用Session认证机制,而使用Json Web Token(本质就是token)认证机 ...
分类:其他好文   时间:2021-04-24 13:24:49    阅读次数:0
十、数据完整性
十、数据完整性 10.1什么是数据完整性 作用:保证用户的输入的数据 保存到数据库是正确的 比如:年龄,应该是数字 学号:应该是不重复的 成绩:不能为空 怎么去保证数据的完整性,添加约束 完整性约束分类: 实体(记录)完整性 域完整性 引用完整性 10.2实体完整性(行) 实体(entity):就是 ...
分类:其他好文   时间:2021-04-22 15:30:54    阅读次数:0
Mysql高级编程_存储过程类型(in/out/inout)
简单实例: >存储过程,参数的传入! delimiter $ create procedure p1() begin declare i int default 10; select concat ('i的取值是:',i) as QuZhi; end $ delimiter $ create pro ...
分类:数据库   时间:2021-04-20 15:04:52    阅读次数:0
mybatis__入门
## 1、简介### 1.1、什么是Mybatis- MyBatis 是一款优秀的**持久层框架**- 它支持定制化 SQL、存储过程以及高级映射。- MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。- MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型 ...
分类:其他好文   时间:2021-04-19 15:58:37    阅读次数:0
word转PDF
word转pdf 在不能使用office组件(要收费)的情况下: framework OfficeDev/Open-Xml-PowerTools net core 1.4 版本以上 EricWhiteDev/Open-Xml-PowerTools 一个第三方包(改进) sergey-tihon/Cl ...
分类:其他好文   时间:2021-04-19 14:59:41    阅读次数:0
MySQL使用存储过程批量更新数据库所有表某个字段值
最近响应群里朋友完整开源之前那个博客系统,准备重构一番项目的代码,对数据库中的表决定都添加 create_by、update_by、create_time、update_time、del_flag 等字段。 当时添加表的时候没有设置默认值,现在要对二三十张表某个字段,如对 del_flag 设置默认 ...
分类:数据库   时间:2021-04-19 14:53:46    阅读次数:0
解决Gitlab的The remote end hung up unexpectedly错误,解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题
解决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
Cannot deserialize instance of `java.util.ArrayList<org.jeecg.modules.face.entity.FaceDevice>` out of START_OBJECT token
远程调用出现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
23863条   上一页 1 ... 10 11 12 13 14 ... 2387 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!