目录

我的学习分享

记录精彩的程序人生

标签: NetbeansPlatform (22)

【股票】股票和商品图表程序Chart的用户手册 有更新!

Chart Manual stock and commodity charting,上面的链接是其用户手册,里面有很多股票图表方面的介绍。 注释(Annotations):可以将注释添加到图表中,以特定日期的注释形式和图表上绘制的线条的形式添加。 指标(Indicators):股票指标是属于统计学的范畴,依据一定的数理统计方法,运用一些复杂的计算公式,一切以数据来论证股票趋向、买卖等的分析方法。

【Netbeans Platform】Attach source code to a Netbeans Library Wrapper Module 有更新!

https://rubenlaguna.com/post/2008-02-22-attach-source-code-to-a-netbeans-library-wrapper-module/ Attach source code to a Netbeans Library Wrapper Module I’m new in NetBeans and today I’ve been struggling a couple of hours with the simple task of attaching the source code for an external JAR (NetBean Library Wrapper Module). I’ve been trying to find in google how to do it without success until I reached this post in the netbeans-users mailing list.——该链接已失效 Then I realized that I should been look....