After almost two years in recession,the country's rainy day fund has shrunk to just $32.2 billlion this month,according to the Russian Finance Ministr ...
分类:
其他好文 时间:
2016-09-21 22:57:39
阅读次数:
113
非官方文档,纯属自己分析,如不对,请见谅。 同花顺软件 finance 目录下,股本结构.财经文件实际的数据部分猜测: 数据部分如下图: 第一个框是股本变化的日期,第二个框是总股本(double ),第三个框是流通A股(double) 总股本 - 流通A股 = 限售A股 ...
分类:
其他好文 时间:
2016-09-20 21:12:54
阅读次数:
245
import matplotlib.pyplot as plt from matplotlib.dates import DateFormatter, WeekdayLocator, DayLocator, MONDAY,YEARLY from matplotlib.finance import q ...
分类:
其他好文 时间:
2016-08-29 06:53:02
阅读次数:
420
代码如下: package com.weimob.finance.utils;import java.io.UnsupportedEncodingException;import java.util.Date;import java.util.List;import java.util.Proper ...
分类:
编程语言 时间:
2016-08-26 13:28:34
阅读次数:
340
1. 通过Hive viewCREATE EXTERNAL TABLE if not exists finance.json_serde_optd_table ( retCode string, retMsg string, data array>)ROW FORMAT SERDE 'org.apa... ...
分类:
其他好文 时间:
2016-06-30 23:18:50
阅读次数:
633
1. 通过Hive viewCREATE EXTERNAL TABLE if not exists finance.json_serde_optd_table ( retCode string, retMsg string, data array>)ROW FORMAT SERDE 'org.apa... ...
分类:
其他好文 时间:
2016-06-28 18:33:43
阅读次数:
217
央行金融市场:http://www.pbc.gov.cn/jinrongshichangsi/147160/147171/index.html调查统计:http://www.pbc.gov.cn/diaochatongjisi/116219/index.html
分类:
其他好文 时间:
2016-06-26 16:58:55
阅读次数:
150
http://www.yingyu.com/dx/yycihui/ http://www.en8848.com.cn/hangye/finance/ http://www.hjenglish.com/new/kouyi/ http://www.yywords.com/Article/subject/ ...
分类:
其他好文 时间:
2016-06-12 07:05:06
阅读次数:
129
adaptivejs原理: github: https://github.com/finance-sh/adaptive 最大优点: adaptivejs利用rem解决移动端页面开发的自适应问题 页面模板初始化的时候不用设置viewport标签,由js生成。 我们在head标签的顶部引入js,按以下 ...
分类:
移动开发 时间:
2016-06-08 12:29:35
阅读次数:
269
import struct import sqlalchemy import pandas import matplotlib.pyplot as Plot from matplotlib.finance import candlestick_ohlc as Drawk Engine = sqlal... ...
分类:
编程语言 时间:
2016-06-02 21:45:37
阅读次数:
228