整合必备的依赖 <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.9.4</version> </dependency> <depe ...
分类:
编程语言 时间:
2020-07-30 16:44:11
阅读次数:
57
原文:https://blog.csdn.net/weixin_40719943/article/details/106964140 使用EFCore,不能在数据库中直接操作,需要将视图和存储过程,放到一个migration当中就可以了无主键entity,参考官方文档。 ...
分类:
其他好文 时间:
2020-07-30 16:42:32
阅读次数:
104
近期项目中需要 关联 几张表再把字段转出来,在这里记录以下,我感觉网上写的都不太规范和清晰。 @Entity@SqlResultSetMapping( name="TestMapping", entities = { @EntityResult( entityClass = com.xxx.xx.d ...
分类:
编程语言 时间:
2020-07-30 01:43:19
阅读次数:
84
引入maven <!--excel导出--> <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.6.12</version> </dependency> ...
分类:
编程语言 时间:
2020-07-29 17:37:19
阅读次数:
68
1 rop table t_UserProfile 2 go 3 CREATE TABLE [dbo].[t_UserProfile]( [FID] [int] IDENTITY(1,1) NOT NULL, [FUserID] [int] NOT NULL, [FCategory] [nvarch ...
分类:
其他好文 时间:
2020-07-29 14:56:56
阅读次数:
109
转自:https://blog.csdn.net/ProgrammerFan0101/article/details/83144355?utm_source=blogxgwz9 当您的网站从模型转变为功能齐全的时候,您需要确保它对访问您网站的每个人都有效,无论他们使用的是Internet Explo ...
分类:
其他好文 时间:
2020-07-28 22:24:44
阅读次数:
83
.net core出来已经有很长一段时间了,而EentityFrameworkCore(后面简称EFCore)是.net framework的EntityFramework在.net core中的实现,至于EntityFramework是什么,这里就不介绍了。 本文主要介绍EFCore的CodeFi ...
分类:
其他好文 时间:
2020-07-27 23:59:58
阅读次数:
139
实验目的:通过ISIS协议,实验全网互通 实验步骤: Step1:必打命令 <Huawei>undo terminal monitor <Huawei>system-view [Huawei]sysname R7[R7]user-interface console 0[R7-ui-console0] ...
分类:
其他好文 时间:
2020-07-27 23:44:07
阅读次数:
136
方法一:netstopwuauservregdeleteHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdatenetstartwuauserv方法二:停止windows更新服务,删除HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
刚导入的项目,导入进来之后,找不到mavenproject,idea打开view->toolwindows下也没有maven模块。查看了setting下plugins中maven插件也在。最后发现项目在导入过程中,因为选择的原因,没有指定位maven工程,所以,需要重新修改项目类型。选择项目,右键点击,选择第二个项目,添加项目架构支持addframeworksssupport,找到maven
分类:
其他好文 时间:
2020-07-27 23:37:01
阅读次数:
252