码迷,mamicode.com
首页 >  
搜索关键字:Sql Server    ( 126379个结果
Mybaits源码分析九之sql执行流程
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
Dell PowerEdge R720 和 R720xd 进入 UEFI 引导管理器
进入 UEFI 引导管理器 注: 操作系统必须是 64 位 UEFI 兼容的版本(例如,Microsoft Windows Server 2008 x64 版本)才能从 UEFI 引导模式进行安装。DOS 和 32 位操作系统只能从 BIOS 引导模式进行安装。 使用 UEFI 引导管理器,您可以: ...
分类:其他好文   时间:2021-04-02 13:38:31    阅读次数:0
oracle查看执行最慢与查询次数最多的sql语句
一、查询执行最慢的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
shell同时执行在多个linux上
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 数据库 python
# 需要修改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
ARCGIS SERVICE 10.2跨域问题处理
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
Redis:设置 AUTH 密码
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
oracle 关于设置shared pool及sga大小
本文参考了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注入一些tips
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
nacos 集群分布式部署入门
一、下载安装包(本文使用1.4版本) 下载地址:https://github.com/alibaba/nacos/releases/tag/1.4.1 二、数据库创建 创建脚本:解压后 nacos \ conf \ nacos-mysql.sql 新建数据库,执行该脚本即可,创建后数据库如下: 三、 ...
分类:其他好文   时间:2021-04-01 13:08:13    阅读次数:0
126379条   上一页 1 ... 74 75 76 77 78 ... 12638 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!