mybatis的Demo中的代码段为: 1 SubjectDao subjectDao=sqlSession.getMapper(SubjectDao.class); 对应的源码为: 1 @Override 2 public <T> T getMapper(Class<T> type) { 3 re ...
分类:
数据库 时间:
2021-04-05 11:58:33
阅读次数:
0
进入 UEFI 引导管理器 注: 操作系统必须是 64 位 UEFI 兼容的版本(例如,Microsoft Windows Server 2008 x64 版本)才能从 UEFI 引导模式进行安装。DOS 和 32 位操作系统只能从 BIOS 引导模式进行安装。 使用 UEFI 引导管理器,您可以: ...
分类:
其他好文 时间:
2021-04-02 13:38:31
阅读次数:
0
一、查询执行最慢的sql select * from (select sa.SQL_TEXT, sa.SQL_FULLTEXT, sa.EXECUTIONS "执行次数", round(sa.ELAPSED_TIME / 1000000, 2) "总执行时间", round(sa.ELAPSED_T ...
分类:
数据库 时间:
2021-04-02 13:30:19
阅读次数:
0
https://blog.csdn.net/weixin_33672109/article/details/92378342 #!/bin/bash if [ "$#" -ne 2 ] ; then echo "USAGE: $0 -f server_list_file cmd" exit -1 f ...
分类:
系统相关 时间:
2021-04-02 13:01:20
阅读次数:
0
# 需要修改oracle的配置数据库 import cx_Oracle from Common.dir_config import caps_dir import yaml class DoSql: def do_orcal(self,query_sql,state='all'): # 1打开yam ...
分类:
数据库 时间:
2021-04-01 13:48:10
阅读次数:
0
https://blog.csdn.net/u012123612/article/details/53638537 ARCGIS SERVICE 10.2跨域问题处理 Arcgis Server 10.2 跨域配置Arcgis10.3及以上版本已经默认开启跨域设置。本文只讲10.2版本的跨域配置。一 ...
分类:
其他好文 时间:
2021-04-01 13:47:43
阅读次数:
0
1. 临时密码(关闭redis,密码失效) (1)首先进入redis,如果没有开启redis则需要先开启: 命令行启动:其中a、b一起启动,c则另一命令行启动a、.\redis-server.exe 服务启动b、.\redis.windows-service.conf 服务配置c、.\redis-c ...
分类:
其他好文 时间:
2021-04-01 13:37:58
阅读次数:
0
本文参考了https://blog.csdn.net/xinzhan0/article/details/52461611?locationNum=2&fps=1 如何设置shared pool及sga的大小 前面讲了很多关于shared pool的知识对我们来讲最简单最直接的工作是sharedpoo ...
分类:
数据库 时间:
2021-04-01 13:24:11
阅读次数:
0
sql server环境测试: 几个特性: 1.sql server兼容性可以说是最差的。 举例: select x from y where id=1 字符串查询 select x from y where id='1' 这是会报错的,不允许的 select x from y where id=" ...
分类:
数据库 时间:
2021-04-01 13:09:51
阅读次数:
0
一、下载安装包(本文使用1.4版本) 下载地址:https://github.com/alibaba/nacos/releases/tag/1.4.1 二、数据库创建 创建脚本:解压后 nacos \ conf \ nacos-mysql.sql 新建数据库,执行该脚本即可,创建后数据库如下: 三、 ...
分类:
其他好文 时间:
2021-04-01 13:08:13
阅读次数:
0