上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 81 下一页
摘要: Release Schedule of Current Database Releases (文档 ID 742060.1) 阅读全文
posted @ 2018-10-11 14:29 feiyun8616 阅读(188) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/SuperCreators/article/details/81393977 pythn print格式化输出。 %r 用来做 debug 比较好,因为它会显示变量的原始数据(raw data),而其它的符 号则是用来向用户显示输出的。 1. 打印字符串 阅读全文
posted @ 2018-10-09 21:47 feiyun8616 阅读(4475) 评论(0) 推荐(0)
摘要: 1.execmd = "su - " + ou + " -c 'sqlplus / as sysdba << EOF\n " + execmd3 + '\n' + execmd4 + '\n' + execmd5 + '\n' + execmd6 + "'" ## 解释 \n 是换行, + + 中间 阅读全文
posted @ 2018-10-09 17:42 feiyun8616 阅读(833) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/orangleliu/article/details/38943749 项目中有个定时任务,每天取到一些表数据传到一个外部接口,但是最近总是有异常,今天查了下原因。 首先本地和测试环境测试这个程序都没问题,只有线上环境会在日志中抛出异常,猜测异常主要产生的 阅读全文
posted @ 2018-10-09 17:38 feiyun8616 阅读(297) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/2bjiujiu/p/9063864.html Error:IndexError: list index out of range Where? 对Python中有序序列进行按索引取值的时候,出现这个异常 Why? 对于有序序列: 字符串 str 、列 阅读全文
posted @ 2018-10-08 17:49 feiyun8616 阅读(740) 评论(0) 推荐(0)
摘要: """ 对app进行一些路由设置 """ """ 对socketio进行一些监听设置 """ #!/usr/bin/pythonimport paramikoimport tracebackuser='root'ipfile = '/root/ipfile'cmd = r'''#!/bin/sh/u 阅读全文
posted @ 2018-10-04 17:25 feiyun8616 阅读(897) 评论(1) 推荐(0)
摘要: ###########sample 1 https://blog.csdn.net/chengxuyuanyonghu/article/details/54951399 python操作excel主要用到xlrd和xlwt这两个库,即xlrd是读excel,xlwt是写excel的库。 可从这里下载 阅读全文
posted @ 2018-10-02 17:45 feiyun8616 阅读(8595) 评论(0) 推荐(0)
摘要: I think Jonathan Lewis has explained the algorithm before, but it's alsosomething that we have investigated here.The algorithm (ignoring some details) 阅读全文
posted @ 2018-09-27 18:45 feiyun8616 阅读(184) 评论(0) 推荐(0)
摘要: #####linux 下安装pip感谢尚https://www.php.cn/python-tutorials-424350.htmlhttps://pypi.org/project/pip/#files 1.下载 pip-20.3.3-py2.py3-none-any.whl2.python 命令 阅读全文
posted @ 2018-09-21 11:25 feiyun8616 阅读(17760) 评论(0) 推荐(1)
摘要: http://viralpatel.net/blogs/oracle-index-skip-scan/ in 11g the same sql use index skip scan but in 10g it use index rang scan ,it seem the same sql ,1 阅读全文
posted @ 2018-09-13 19:49 feiyun8616 阅读(420) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 81 下一页