摘要:
author:headsen chen date:2018-06-04 11:20:38 notice:This article is created by headsen chen himself and not allowed to copy.or you will count law ques 阅读全文
摘要:
oracle的后台进程杀掉会有什么影响 oracle的后台进程杀掉会有什么影响 说明:本文复制自网友的博客: https://blog.csdn.net/kellyseeme/article/details/8927757 说明:本文复制自网友的博客: https://blog.csdn.net/k 阅读全文
摘要:
author:headsen chen date: 2018-06-01 15:51:05 习题 31: 作出决定(if + raw_input) [root@localhost py]# cat desition.py #!/usr/bin/env python print "You enter 阅读全文
摘要:
author:headsen chen date:2018-06-01 15:39:26 习题17,文件的更多操作 检验新生成的dd.txt文件: [root@localhost py]# cat dd.txt 1234567890 这里不过dd.txt是否存在,若存在:清空然后复制cc.txt的内 阅读全文
摘要:
在这里所作的是将所有的 Python 符号和关键字列出来,这些都是值得掌握的重点。 关键字 and del from not while as elif global or with assert else if pass yield break except import pri... 阅读全文
摘要:
author:headsen chen date :2018-06-01 10:53:39 notice:not allowed to copy or you will count law question 阅读全文
摘要:
author:headsen chen date : 2018-05-31 17:59:04 notice:本文素材来自于:<< 笨方法学python >> 这本书,由本人重新整理如下: 1.print的用法: 习题 2: 注释和井号 习题 3: 数字和数学计算 名字如下:+ plus 加号- mi 阅读全文
摘要:
author:headsen chen date:2018-05-30 17:24:55 notice:This article is created by headsen chen himself and not allowed to copy ,or you will count law que 阅读全文
摘要:
author:headsen chen date: 2018-05-30 10:50:56 notice:This article is created by headsen chen himself and no allowed to copy or you will count law ques 阅读全文
摘要:
DATAGUARD是通过建立一个PRIMARY和STANDBY组来确立其参照关系。 STANDBY一旦创建,DATAGUARD就会通过将主数据库(PRIMARY)的REDO传递给STANDBY数据库,然后在STANDBY中应用REDO实现数据库的同步。 有两种类型的STANDBY:物理STANDBY 阅读全文