摘要:
http://blog.csdn.net/wangquannuaa/article/details/47129357 阅读全文
摘要:
In [11]: df Out[11]: x y 0 a 1 1 b 2 In [12]: df.dtypes Out[12]: x object y object dtype: object In [13]: df.convert_objects(convert_numeric=True) Out 阅读全文
摘要:
simple way: --创建procedure create or replace procedure sql_test(out_return out sys_refcursor) is begin open out_return for 'select * from tgp_funds'; e 阅读全文
摘要:
http://blog.csdn.net/rotkang/article/details/21008271 阅读全文
摘要:
一个Kettle异常的解决方式 最近kettle中的几个转换抛出如下异常: Because of an error, this step can't continue: org.pentaho.di.core.exception.KettleException: Error inserting ro 阅读全文
摘要:
http://blog.csdn.net/taonull/article/details/42923015 阅读全文
摘要:
https://zhidao.baidu.com/question/1445874299396024060.html 1 1 SHOW TABLES LIKE '%tb_bp_d_case%'; SHOW TABLES LIKE '%tb_bp_d_case%'; 2. 1 select TABLE 阅读全文
摘要:
source: http://www.cnblogs.com/victorwu/p/5762931.html Python 标准库的 ConfigParser 模块提供一套 API 来读取和操作配置文件。 配置文件的格式 a) 配置文件中包含一个或多个 section, 每个 section 有自己 阅读全文