一级缓存 Mybatis对缓存提供支持,但是在没有配置的默认情况下,它只开启一级缓存,一级缓存只是相对于同一个SqlSession而言。所以在参数和SQL完全一样的情况下,我们使用同一个SqlSession对象调用一个Mapper方法,往往只执行一次SQL,因为使用SelSession第一次查询后, ...
分类:
其他好文 时间:
2020-05-18 12:00:24
阅读次数:
54
报错: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver ...
分类:
数据库 时间:
2020-05-17 16:12:10
阅读次数:
192
一,配置Tomcat过程出现No artifacts configured的问题 1.在 Edit Configurations中选择Deployment 中添加xxx.war(exploded),即上图中:Deployment >点击如图示的“+”号 ...
分类:
其他好文 时间:
2020-05-15 19:47:00
阅读次数:
55
sqlite3 官网:https://www.sqlite.org/download.html 图片 code #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ [root@djangoServer ~]# wget https://ww ...
分类:
数据库 时间:
2020-05-14 19:38:58
阅读次数:
82
一、怎么把webapi部署到iis的问题 webapi部署到iis最主要的就是安装iis运行时,说真的看的很晕,刚开始也分清楚,然后各种的都装了一次,应该是装下面这个链接地址的,有60多M https://download.visualstudio.microsoft.com/download/pr ...
大家习惯将服务注册写进Startup中的Configure管道配置,用来在服务启动时进行Consul服务注册,如图: 然后由于某些原因,我更适合将服务部署在IIS,部署好之后,点击启动网站,却发现服务并没有注册进Consul,然后我就查其原因: 使用 IIS 在 Windows 上托管 ASP.NE ...
分类:
Web程序 时间:
2020-05-12 17:11:22
阅读次数:
141
演示网址:https://my-netdata.io/ 官方首页:http://netdata.cloud/ 文档地址:http://docs.netdata.cloud 官方安装文档:http://docs.netdata.cloud/docs/agent github地址:https://git ...
分类:
Web程序 时间:
2020-05-12 14:11:43
阅读次数:
96
1.准备好安装包(到官网下载即可) 2.解压安装包 tar -zxvf keepalived-2.0.20.tar.gz 3.进入解压好后的目录做配置 cd keepalived-2.0.20 ./configure --prefix=/usr/local/keepalived --sysconf= ...
分类:
其他好文 时间:
2020-05-12 11:44:48
阅读次数:
89
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/cab-web]] at org. ...
分类:
编程语言 时间:
2020-05-12 09:43:08
阅读次数:
164
解决使用DBeaver连接MySQL时保错,其实提示很明显。 The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either ...
分类:
数据库 时间:
2020-05-11 18:18:48
阅读次数:
141