码迷,mamicode.com
首页 >  
搜索关键字:global mapper    ( 11701个结果
gitlab
克隆: git clone 链接 下载: git pull 上传: git config --global user.email “” 首次设置 git config --global user.name “” 首次设置 git add 文件名/文件 git commit -m “” 设置备注 gi ...
分类:其他好文   时间:2021-02-26 13:33:06    阅读次数:0
mybatisPuls初步了解
https://mp.weixin.qq.com/s/WRChpQqtvrRTfT5IWXDndg 前言 官网:Mybatis-plus官方文档 简化 MyBatis ! 创建数据库 数据库名为mybatis_plus 创建表 创建user表 DROP TABLE IF EXISTS user;CR ...
分类:其他好文   时间:2021-02-26 13:24:28    阅读次数:0
🍖慢日志管理
慢日志 执行时间 > 10 未命中索引 日志文件路径 配置 内存 show variables like '%queries%'; set global [变量名] = [值] 配置文件 mysqld --defaults-file='E:\wupeiqi\mysql-5.7.16-winx64\m ...
分类:其他好文   时间:2021-02-26 13:15:05    阅读次数:0
Mydql数据库缓存池Buffer Pool 冷热数据分离
1、Buffer Pool 概述 Buffer Pool 是什么?从字面上看是缓存池的意思,没错,它其实也就是缓存池的意思。它是 MySQL 当中至关重要的一个组件,可以这么说,MySQL的所有的增删改的操作都是在 Buffer Pool 中执行的。 但是数据不是在磁盘中的吗?怎么会和缓存池又有什么 ...
分类:数据库   时间:2021-02-26 13:04:37    阅读次数:0
Git总结
参考资料: https://zhuanlan.zhihu.com/p/104365543 2019-黑马Java最新Git教程 下载地址 git的安装,点击下一步即可。 git能够做的事情:1. 版本管理。2.协同开发 Git使用之前的配置 配置提交人姓名:git config --global u ...
分类:其他好文   时间:2021-02-25 11:53:14    阅读次数:0
mybatis之foreach用法_(搬运)
来自出处:https://www.cnblogs.com/fnlingnzb-learner/p/10566452.html ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ...
分类:其他好文   时间:2021-02-24 13:26:19    阅读次数:0
springboot 如何使用自定义注解+aop实现全局日志持久化操作
1.自定一个注解 package com.hc.manager.common.aop.annotation;import java.lang.annotation.*;/** * LogAnnotation * * @author summer.chou * @version V1.0 * @dat ...
分类:编程语言   时间:2021-02-24 13:08:30    阅读次数:0
nodejs
常用的命令: npm config set prefix "node-global路径" npm config set cache "node-cache路径" npm config set registry http://registry.npm.taobao.org/ npm config ls ...
分类:Web程序   时间:2021-02-23 14:25:07    阅读次数:0
win10: pyinstaller在python2和python3环境下的适应性配置
pyinstaller适应python2和python3环境 ...
分类:编程语言   时间:2021-02-22 12:00:08    阅读次数:0
java springboot mybatis控制台打印sql方法
方法一: #打印SQL mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl 方法二: 此方法需要将代码中的com.lion.mapper换成你自己的mapper路径 #打印SQL logging.lev ...
分类:数据库   时间:2021-02-22 11:47:59    阅读次数:0
11701条   上一页 1 ... 13 14 15 16 17 ... 1171 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!