上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 81 下一页
摘要: https://yq.aliyun.com/articles/229600 核心,就是11g通过datafille_scn 号来追日志,而不是日志序列号来追日志。 加快standby switchover 切换的速度,可以先再容灾库加 在线添加logile.这样switchover 时候就不会在re 阅读全文
posted @ 2018-11-22 18:26 feiyun8616 阅读(531) 评论(0) 推荐(0)
摘要: #########http://www.runoob.com/python/python-mysql.html Python 标准数据库接口为 Python DB-API,Python DB-API为开发人员提供了数据库应用编程接口。 Python 数据库接口支持非常多的数据库,你可以选择适合你项目 阅读全文
posted @ 2018-11-21 00:09 feiyun8616 阅读(301) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/136738.htm django中的HTML控件及参数传递方法 下面小编就为大家分享一篇django中的HTML控件及参数传递方法,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧 下面小编就为大家分享一篇django中的HT 阅读全文
posted @ 2018-11-21 00:08 feiyun8616 阅读(962) 评论(0) 推荐(0)
摘要: http://iluoxuan.iteye.com/blog/1703061 1:用过django就知道django的model有多方便: 首先介绍下django的模型有哪些属性:先看例子: Django 模型类的Meta是一个内部类,它用于定义一些Django模型类的行为特性。以下对此作一总结: 阅读全文
posted @ 2018-11-16 17:54 feiyun8616 阅读(318) 评论(0) 推荐(0)
摘要: SYMPTOMS Relink returns many warnings Running make for target ioracleOPatch found the word "error" in the stderr of the make command.Please look at th 阅读全文
posted @ 2018-11-13 15:38 feiyun8616 阅读(588) 评论(0) 推荐(0)
摘要: http://www.mamicode.com/info-detail-1798782.html https://blog.csdn.net/lu1005287365/article/details/52315786 本系列文章的开发环境: 在我们日常的开发工作中,经常会遇到这几种情况: 如果你有以 阅读全文
posted @ 2018-11-13 10:32 feiyun8616 阅读(239) 评论(1) 推荐(1)
摘要: #######for linux https://www.cnblogs.com/saneri/p/7642316.html 经常遇到这样的情况: 系统自带的Python是2.x,自己需要Python 3.x,此时需要在系统中安装多个Python,但又不能影响系统自带的Python,即需要实现Pyt 阅读全文
posted @ 2018-11-10 17:07 feiyun8616 阅读(306) 评论(0) 推荐(0)
摘要: http://www.runoob.com/django/django-model.html django-admin startapp TestModel /models.py from django.db import models class Test(models.Model): name 阅读全文
posted @ 2018-11-09 17:53 feiyun8616 阅读(344) 评论(0) 推荐(0)
摘要: ########sample 0 https://www.cnblogs.com/Simon-xm/p/4073028.html except: #捕获所有异常 except: <异常名>: #捕获指定异常 except:<异常名1,异常名2):捕获异常1或者异常2 except:<异常名>,<数据 阅读全文
posted @ 2018-11-09 17:50 feiyun8616 阅读(1168) 评论(0) 推荐(0)
摘要: http://www.runoob.com/django/django-model.html django-admin startapp TestModel /models.py from django.db import models class Test(models.Model): name 阅读全文
posted @ 2018-11-04 22:29 feiyun8616 阅读(121) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 81 下一页