码迷,mamicode.com
首页 >  
搜索关键字:device mapper    ( 10611个结果
SpringBoot和Mybatis结合原理
今天来试试mybatis新的写法,0配置文件 代码可以这么写 package com.cnsuning.com.mapper; public interface UserMapper { @Select("SELECT * FROM users") @Results({ @Result(proper ...
分类:编程语言   时间:2021-03-01 13:06:16    阅读次数:0
Not creating XLA devices, tf_xla_enable_xla_devices not set TypeError: 'module' object is not callable
2021-02-26 22:54:13.146272: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1406] Created TensorFlow device (/job:localhost/replica:0/task:0/device ...
分类:其他好文   时间:2021-02-27 13:21:07    阅读次数: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
ffmpeg常用命令
ffmpeg 常用命令记录 ffmpeg官网 录屏 ffmpeg -f {device} -i {input} -r {帧率} out.yuv e.g. ffmpeg -f gdigrab -i "desktop" out.yuv ffplay -video_size 1920x1080 -pix_ ...
分类:其他好文   时间:2021-02-26 13:18:38    阅读次数:0
动态创建表格
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:其他好文   时间:2021-02-26 13:04:04    阅读次数:0
mybatis之foreach用法_(搬运)
来自出处:https://www.cnblogs.com/fnlingnzb-learner/p/10566452.html ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ...
分类:其他好文   时间:2021-02-24 13:26:19    阅读次数:0
盘点GoF的23种设计模式
前言 设计模式最初并非出于软件设计中,而是用于建筑领域的设计中。1995年,四位作者将建筑设计的基本模式融合到软件开发中,合作出版了《设计模式:可复用的面向对象软件的基础》,一共收录了23个设计模式,这是设计模式领域里程碑的事件,导致了软件设计模式的突破。所以这四位作者在软件开发领域耦以四人帮(Ga ...
分类:其他好文   时间:2021-02-24 13:18:20    阅读次数: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
5:to do list
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:其他好文   时间:2021-02-23 14:31:40    阅读次数:0
JavaScript 实现拖拽
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, ...
分类:编程语言   时间:2021-02-23 14:25:55    阅读次数:0
10611条   上一页 1 ... 11 12 13 14 15 ... 1062 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!