码迷,mamicode.com
首页 >  
搜索关键字:global mapper    ( 11701个结果
SAP Spartacus Reference App Structure
https://sap.github.io/spartacus-docs/reference-app-structure/ 该概念在 SAP Spartacus 3.1 版本引入。 这个 Reference App Structure 是 SAP 推荐客户在搭建自己的 Spartacus Store ...
分类:移动开发   时间:2021-06-05 18:32:27    阅读次数:0
gitlab 代理报错
解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused” 需要两行命令解决问题主要原因是使用了proxy代理,我们只需要关闭代理 git config --global http.proxy //查看 ...
分类:其他好文   时间:2021-06-05 18:13:54    阅读次数:0
this 详细介绍(MDN)
参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this 值: 当前执行上下文(global、function 或 eval)的一个属性,在非严格模式下,总是指向一个对象,在严格模式下可以是 ...
分类:其他好文   时间:2021-06-02 20:18:08    阅读次数:0
Git基础
git的基础配置 git config --global user.name "xxx" git config --global user.emain "xxx" 如果要查看此时的所有配置可以使用git config --list 获取Git仓库 有两种方法可以取得Git项目仓库:在现有项目或目录下 ...
分类:其他好文   时间:2021-06-02 18:56:45    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 15:18:47    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 14:49:47    阅读次数:0
MyBatis-Plus
MyBatis_Plus 代码生成器 开启Mapper接口扫描 @Configuration @EnableTransactionManagement @MapperScan("com.hu.mylearn.mapper") public class MyBatisPlusConfig { // 旧 ...
分类:其他好文   时间:2021-06-02 13:39:52    阅读次数:0
mybatis-plus.global-config.db-config.id-type=auto 和 @TableId(value = "id", type = IdType.ASSIGN_ID)哪个优先生效
对于id自动生成的方式,有注解和配置两种。 含义相同:不过设置自动增长的时候必须保证数据库中id是自增,assign_id和assign_uuid则不需要。 yml配置: mybatis-plus: #type-aliases-package: com.monster.demo.entity glo ...
分类:数据库   时间:2021-06-02 13:10:19    阅读次数:0
global.json限制了net项目打开的版本
今天发现个奇怪的事情,有一个项目,用vs2019打开,报错,说是找不到相应的sdk,但是我把这个项目放到桌面,就能打开。 发现在该目录下有一个json文件: { "sdk": { "version": "3.1.403" } } 删除掉就可以了 ...
分类:Web程序   时间:2021-06-02 12:01:38    阅读次数:0
Could not find resource
Maven测试Mybatis出现Could not find resource报错 1.注意Mybatis核心文件的编写 官网 <mappers> <mapper resource="org/mybatis/example/BlogMapper.xml"/> </mappers> 改写成自己 <ma ...
分类:其他好文   时间:2021-05-24 16:01:13    阅读次数:0
11701条   上一页 1 ... 3 4 5 6 7 ... 1171 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!