环境背景 这里以配置两个mysql数据库为展示用例。持久层使用mybatis实现。两个连接分别使用不同的连接池 druid 和 hikari 相关知识 这里介绍了一些相关的知识点,清楚后可以跳过 mybatis和mybatis-spring-boot-starter的关系 在pom依赖上它们是两个不 ...
分类:
编程语言 时间:
2020-07-17 09:19:46
阅读次数:
72
1. 执行 npm install , C:\Program Files\nodejs\MyBook>npm installnpm notice created a lockfile as package-lock.json. You should commit this file. npm WAR ...
分类:
Web程序 时间:
2020-07-16 12:27:14
阅读次数:
188
*************************** 3. row *************************** created_at: 2020-07-16 00:50:46 updated_at: 2020-07-16 00:54:47 version: 1.7 id: 126 uu ...
分类:
其他好文 时间:
2020-07-16 10:11:02
阅读次数:
64
一、在脚手架中为项目安装路由,项目中会生成router文件夹 二、配置参数params,用:参数名,可传参数后面加上问号(?) 三、页面访问url http://192.168.77.152:8080/#/edit/Contacts/Edit/58 四、获取参数 created(){ // 生命周期 ...
分类:
其他好文 时间:
2020-07-15 23:01:54
阅读次数:
190
入门级需要掌握1、生命周期beforeCreate、created(*)、beforeUpdate、updated、beforeMount、mounted(*)、beforeDestory(*)、destoryed八个常用以及actived、deactived、errorCaptured三个不常用 ...
分类:
其他好文 时间:
2020-07-15 15:35:33
阅读次数:
72
最近FPGA需要用到大量的矩阵运算,需要使用多个shift_RAM对数据进行缓存,考虑到资源消耗问题,做相关记录。 一、LUTRAM和 BRAM在资源使用上的区别? LUTRAM 和 BRAM最主要的却别在于 LUTRAM是使用的没有综合的LUT单元生成的动态RAM,在Design中使用 多少,综合 ...
分类:
其他好文 时间:
2020-07-15 15:12:07
阅读次数:
122
import { service } from '@/utils/request' const myMix = { created () { this.helloWorld() this.getTypeList() }, methods: { helloWorld(){ console.log('h ...
分类:
其他好文 时间:
2020-07-14 18:16:57
阅读次数:
66
beforeCreate created beforeMount mounted beforeUpdate updated beforeDestroy destroyed 参考文章 https://segmentfault.com/a/1190000011381906 ...
分类:
其他好文 时间:
2020-07-14 13:53:51
阅读次数:
54
Cover the Tree 就当作是一个结论吧…当要用链覆盖所有的边时,对叶子节点根据dfs序排序后,根据$(i,i+s/2)$的配对规则进行配对即可,如果有奇数个叶子节点,则将其与根节点相连。 // Created by CAD on 2020/7/13. #include <bits/stdc ...
分类:
其他好文 时间:
2020-07-13 21:24:10
阅读次数:
94
1.拉取redis镜像 sudo docker pull redis:6.0 2.检查redis镜像拉取结果,此时已看到已经拉取成功: root@ubuntu-xenial:/# docker images REPOSITORY TAG IMAGE ID CREATED SIZE redis 6.0 ...
分类:
其他好文 时间:
2020-07-13 10:01:45
阅读次数:
79