码迷,mamicode.com
首页 >  
搜索关键字:finance    ( 143个结果
NetSuite Chinese Finance Reports
NetSuite has a strong report customization application. The standard finance reports has a different layout of Chinese version. Take 3 reports as exam ...
分类:Web程序   时间:2016-05-30 20:00:45    阅读次数:260
Python
# -*- coding: utf-8 -*-# 加载模块import osimport sqlalchemyimport matplotlibimport matplotlib.pyplot as plotfrom matplotlib.finance import candlestick_ohl... ...
分类:编程语言   时间:2016-05-22 18:27:24    阅读次数:164
网页取行情数据-2
方案3 门户网站获取行情 Sina股票数据接口 (股票见网上http://www.cnblogs.com/luluping/archive/2010/11/15/1877817.html) 期指内容: 分析网页 http://finance.sina.com.cn/futures/quotes/IC1605.shtml 获取接口 hq.sinajs.cn/?&list=CFF_R...
分类:Web程序   时间:2016-05-12 19:06:25    阅读次数:260
常用英文简写
PCR: Production Change Request OSC: Operation Support Center SOW: Scope OF Work IFA: Integrated Finance Architecture CR: Change Request PFA: Please Fi ...
分类:其他好文   时间:2016-05-04 18:50:39    阅读次数:140
A股财报摘要历史数据查询Web API使用方法
例如,要查询长城汽车(601633)最近的财报摘要,发送请求 http://shuorel.com/ws/share/finance/v1/601633 返回结果 {"data":[{"code":"601633","date":"2016-03-31","asset_per_share":4.46 ...
分类:Windows程序   时间:2016-05-03 14:09:37    阅读次数:986
Classification 1
Classification examples: 1, multiclass classifier input : web page output : what the web page is about, education, finance or technology 2, spam filte ...
分类:其他好文   时间:2016-04-15 19:44:07    阅读次数:203
关于一些java操作日期格式
publicStringprogressbarDay(Stringpid)throwsException{ FinanceProjectfp=(FinanceProject)baseDao.selectOne("jz.finance.getFinanceProjectById",pid); doublesday=(fp.getEndDate().getTime()-fp.getStartDate().getTime())/(24*60*60*1000);//两个日期之间的天数,即..
分类:编程语言   时间:2016-03-30 18:04:28    阅读次数:154
Odoo 实施记录(1)
1 新建数据库,取名:reki-dev,语言使用English 2 安装 Accounting and Finance, Sales Management 和 Purchase Management 3 Settings -> Users -> Administrator 设置时区,多语言 4 Ac ...
分类:其他好文   时间:2016-03-29 21:10:25    阅读次数:174
Fentury: Personal Finance Manager(理财)
插件介绍:总是听到人感叹,一百块钱破开就感觉没有了,你知道你的钱花哪儿去了吗?Fentury帮助你分析、计划、保存,让你的金钱管理你的生活,做你的财务总管。极其方便地跟踪你的钱包,从你的银行交易账户、信用卡、电子钱包等。你可以很容易地创建你的预算和你的财务状况,强..
分类:其他好文   时间:2016-03-23 20:14:00    阅读次数:157
Junit3与Junit4的区别
Junit4最大的亮点就是引入了注解(annotation),通过解析注解就可以为测试提供相应的信息,抛弃junit3使用命名约束以及反射机制的方法。 /** * 被测试类 */ package com.stock.finance.service; import java.util.List; im
分类:其他好文   时间:2016-02-21 09:04:41    阅读次数:265
143条   上一页 1 ... 8 9 10 11 12 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!