01.Mybatis课程介绍及环境搭建 01.mybatis课程介绍 02.三层架构和ssm框架的对应关系 03.jdbc操作数据库的问题分析 04.mybatis概述 mybatis 通过 xml 或注解的方式将要执行的各种 statement 配置起来,并通过 java 对象和 statemen ...
分类:
其他好文 时间:
2020-11-06 01:27:37
阅读次数:
14
H3C交换机,路由器DHCP配置 1,开启dhcp服务 1 [H3C]dhcp enable 2 [H3C]dhcp server ip-pool 10 #创建地址池abc 3 [H3C-dhcp-pool-10]network 10.10.1.1 24 #配置地址池网段 4 [H3C-dhcp-p ...
分类:
其他好文 时间:
2020-11-06 01:22:11
阅读次数:
22
1、子组件暴露插槽的写法 <template> <div class="hello"> <h1>子组件</h1> <h1>↓↓↓以下是默认插槽内容↓↓↓</h1> <slot :scope="sexEn1"></slot> <h1>↑↑↑以上是插槽内容↑↑↑</h1> <br /> <div>{{s ...
分类:
其他好文 时间:
2020-11-04 18:41:55
阅读次数:
20
root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot ...
分类:
系统相关 时间:
2020-11-04 17:41:12
阅读次数:
35
推荐系统遇上深度学习(九十八)-[微信]推荐系统中更好地学习用户-标签偏好 2020.11.01 21:29:24 本文介绍CIKM20上微信发表的一篇文章《Learning to Build User-tag Profile in Recommendation System》,主要介绍了微信看一看 ...
分类:
微信 时间:
2020-11-02 10:43:24
阅读次数:
49
-频率是什么?节流,访问控制 -内置的访问频率控制类SimpleRateThrottle -写一个类,继承SimpleRateThrottle -class MyThrottle(SimpleRateThrottle): scope='aaa' def get_cache_key(self, req ...
分类:
其他好文 时间:
2020-11-02 10:43:02
阅读次数:
27
CentOS6.x系统中一直沿用的都是Python2.6.x(目前最新版本是python-2.6.6),有时不能满足某些应用生产环境和开发环境的需要,直接从yum官方仓库和epel中安装Python2.7(目前最新版本是python-2.7.12)似乎也是没有什么可能,除非使用更三方的软件源。Cen ...
分类:
编程语言 时间:
2020-11-01 10:18:35
阅读次数:
17
Linux编辑器-vim使用1.vim的基本概念vim有许多模式,其实我们常用的也大概就三种,分别是:命令模式(commandmode)、插入模式(Insertmode)和底行模式(lastlinemode)。各模式功能区分如下:正常/普通/命令模式(Normalmode)控制屏幕光标的移动,字符、字或行的删除,移动复制某区段及进入Insertmode下,或者到lastlinemode插入模式(I
分类:
系统相关 时间:
2020-11-01 09:50:23
阅读次数:
20
https://baike.baidu.com/item/boost/69144?fr=aladdin 1.C++程序库的总称 Boost是为C++语言标准库提供扩展的一些C++程序库的总称。Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一,是为C+ ...
分类:
编程语言 时间:
2020-11-01 09:31:31
阅读次数:
21
元空间是方法区的实现 方法区是什么呢? 从java虚拟机规范9里摘抄的 It stores per-class structures such as the run-time constant pool, field and method data, and the code for methods ...
分类:
其他好文 时间:
2020-10-31 01:53:14
阅读次数:
25