上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 81 下一页
摘要: 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 阅读(827) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/orangleliu/article/details/38943749 项目中有个定时任务,每天取到一些表数据传到一个外部接口,但是最近总是有异常,今天查了下原因。 首先本地和测试环境测试这个程序都没问题,只有线上环境会在日志中抛出异常,猜测异常主要产生的 阅读全文
posted @ 2018-10-09 17:38 feiyun8616 阅读(295) 评论(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 阅读(728) 评论(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 阅读(894) 评论(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 阅读(8590) 评论(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 阅读(181) 评论(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 阅读(17713) 评论(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 阅读(415) 评论(0) 推荐(0)
摘要: 1.http://www.dbdream.com.cn/2013/05/17/ogg-00446%E9%94%99%E8%AF%AF%E8%A7%A3%E5%86%B3/ OGG-00446错误解决 部署OGG的时候,REPLICAT进程启动失败。 1 GGSCI (tsycodsdb) 16> i 阅读全文
posted @ 2018-09-10 14:42 feiyun8616 阅读(219) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u012830148/article/details/80618616 在linux下开发,经常需要切换目录,如果目录很长则切换起来非常的麻烦,针对一些常用的目录,我们可以利用alias命令来设置命令的别名,将切换目录的命令封装成一个简短的命令,这样就可以 阅读全文
posted @ 2018-09-03 16:02 feiyun8616 阅读(213) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 81 下一页