码迷,mamicode.com
首页 >  
搜索关键字:plsql record    ( 3766个结果
When does locking or mvcc occur? Where do I need to specify which one the database should use?
MVCC applies to isolation levels read-committed and repeatable read (default). You don't need to specify anything for both of these features to work t ...
分类:数据库   时间:2020-02-10 18:19:22    阅读次数:89
python setup.py 安装和卸载 的正确姿势
1.install python setup.py install --record files.txt 2. uninstall 删除这些文件 cat files.txt | xargs rm -rf ...
分类:编程语言   时间:2020-02-10 18:12:47    阅读次数:120
Thinkphp 5.x全版本任意代码执行 复现
Thinkphp在2018/12/10发布了安全更新: 影响版本 5.x controller(Loader::parseName($controller, 1)) action($actionName); php protected static function exec($dispatch, ...
分类:Web程序   时间:2020-02-09 22:00:08    阅读次数:211
python Sqlite3相关基本操作
1、连接数据库 1 import sqlite3 2 3 conn = sqlite3.connect('test.db') 2、创建表 1 import sqlite3 2 3 conn = sqlite3.connect('test.db') 4 print "Opened database s ...
分类:数据库   时间:2020-02-07 19:00:31    阅读次数:107
动态编程
摘自 Wikipedia https://bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq.ipfs.dweb.link/wiki/Dynamic_programming.html Dynamic programming in c ...
分类:其他好文   时间:2020-02-07 16:46:47    阅读次数:66
PLSQL Developer快捷键及常用设置
PL/SQL developer卸载 第一步 开始菜单找到plsql developer点击卸载 第二步 win+R 输入regedit打开注册表编辑器,找到下面的目录删掉 HKEY_CURRENT_USER\Software\Allround Automations,删除下面的plsql deve... ...
分类:数据库   时间:2020-02-06 14:30:06    阅读次数:476
record 一次zabbix 配置故障解决
一、部署环境 1.1 安装依赖包 1.2 安装mysql 1.3 安装apache2 二、安装zabbix服务 2.1 安装 zabbix-server-mysql 2.2 zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql - ...
分类:其他好文   时间:2020-02-05 23:22:17    阅读次数:460
551. Student Attendance Record I
You are given a string representing an attendance record for a student. The record only contains the following three characters: 'A' : Absent. 'L' : L ...
分类:其他好文   时间:2020-02-05 09:48:50    阅读次数:45
本机无oracle,远程连接
描述 本机无oracle,通过PLSQL Developer程序,连接虚拟机中的oracle11gR2 1 下载instant client 需要和服务端版本对应 下载相应的instant client版本 解压后放到任意位置 2 创建目录文件 在该路径下创建文件 该文件内容 其中192.168.0 ...
分类:数据库   时间:2020-02-04 13:37:01    阅读次数:84
PLSQL——10、函数实现返回表
如果要通过oracle函数实现返回表,应该如何实现呢? PIPELINED管道函数 从oracle 9i 开始,提供了一个叫做“管道化表函数”的概念,来解决这个问题。 这种类型的函数,必须返回一个集合类型,且标明 pipelined; 这个oracle函数不能返回具体变量,必须以一个空 return ...
分类:数据库   时间:2020-02-03 16:10:17    阅读次数:153
3766条   上一页 1 ... 28 29 30 31 32 ... 377 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!