码迷,mamicode.com
首页 >  
搜索关键字:pl/sql developer 不安装客户端连接远程oracle数据库    ( 7546个结果
ubuntu18.04和centos/.7.1908镜像下载地址
阿里云官方镜像站:https://developer.aliyun.com/mirror/ ubuntu18.04:http://mirrors.aliyun.com/ubuntu-releases/18.04/ centos/.7.1908:http://mirrors.aliyun.com/ce ...
分类:系统相关   时间:2020-03-19 13:24:33    阅读次数:134
10046、10053、实操记录
10046是一个Oracle的内部事件(event),通过设置这个事件可以得到Oracle内部执行系统解析、调用、等待、绑定变量等详细的trace信息,即帮助我们解析一条/多条SQL、PL/SQL语句的运行状态,这些状态包括:Parse/Fetch/Execute三个阶段中遇到的等待事件、消耗的物理和逻辑读、CPU时间、执行计划等。它不仅为我们揭示了一条、多条SQL的运行情况,同时还能帮我们分析一
分类:其他好文   时间:2020-03-18 13:57:28    阅读次数:62
有效测试设计
https://cloud.tencent.com/developer/article/1521327 对如果进行有效测试设计, 分为以下几点作说明: 测试设计概述 测试场景分析 测试对象分析 测试类型分析 交互分析与规程设计 自动化设计与环境分析 1. 测试设计概述 #1.1 定义: 测试设计技术 ...
分类:其他好文   时间:2020-03-17 21:15:21    阅读次数:67
Android Q 后台启动 Activity
Android Q 之后,都不能使用 startActivity 在后台启动了。 详情见:https://developer.android.google.cn/guide/components/activities/background-starts?hl=zh-cn 可以使用fullscreen ...
分类:移动开发   时间:2020-03-16 15:04:43    阅读次数:264
AspNetCore3.1源码解析_2_Hsts中间件
title: "AspNetCore3.1源码解析_2_Hsts中间件" date: 2020 03 16T12:40:46+08:00 draft: false 概述 在DotNetCore2.2版本中,当你新增一个WebAPI项目,Startup.cs文件中,会有这么一行代码(3.1版本默认没有 ...
分类:Web程序   时间:2020-03-16 15:04:07    阅读次数:115
Android-Activity 生命周期
Android Activity 生命周期 很显然,无论是flutter、vue、rn...等等,生命周期钩子都是开发中必备的了解知识,对于任何一个框架而言,良好的使用生命周期,会让Application的用户体验大大提高。 在Google 的Android developer 中对Activity ...
分类:移动开发   时间:2020-03-15 09:32:10    阅读次数:89
PLSQL Developer 13安装教程
1:双击安装包进行安装。点击“next”。2:点击“w accept the termis...”同意条款,并点击“next”,进行下一步。3:点击“enthr license information”,点击“next”。4:在注册框中分别填入下载的信息product code: 4vkjwhfeh ...
分类:数据库   时间:2020-03-14 22:02:45    阅读次数:272
纯 css column 布局实现瀑布流效果
原理 CSS property: columns。CSS属性 columns 用来设置元素的列宽和列数。 兼容性 chrome 50+ IE 10+ android browser 2.1+ with webkit "MDN 文档" 效果 代码 心得 在过去本人还用 100+ 行代码写过 JS 版的 ...
分类:Web程序   时间:2020-03-14 14:53:54    阅读次数:83
A cookie associated with a cross-site resource at was set without the `SameSite` attribute
A cookie associated with a cross site resource at was set without the attribute. A future release of Chrome will only deliver cookies with cross site ...
分类:其他好文   时间:2020-03-14 14:49:56    阅读次数:569
centos 8 安装zabbix4.5
1安装mariadb数据库1.配置阿里云源参考链接:https://developer.aliyun.com/mirror2.使用阿里云源安装mariadbdbf-yinstallmariadb-servermariadb-client1.1.1使用systemctl进行mariadb服务管理systemctlstartmariadb#启动MariaDBsystemctlstopmariadb#停
分类:其他好文   时间:2020-03-14 10:40:34    阅读次数:1031
7546条   上一页 1 ... 34 35 36 37 38 ... 755 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!