由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Client-side application development-HELP
相关主题
problem about a web accessHow do I send cookies from a servlet?
问高手:数字签名怎样才能使一个算法用于不同的数据结构?
将文件加密成为ascii文件的软件?MySQL JDBC 问题
要随机返回一个Set的里的元素, 如何操作呢?c到java的转换还有java的怪异错误
问一道关于Vector的题please help: pass values to jsp from js
Hibernate questionsocket and simple web browser
Why java.lang.Iterable depends on java.util.IteratorJava大侠们:Hashtable help please!
HashMap 怎样循环用更快?Has anybody encountered this?
相关话题的讨论汇总
话题: client话题: side话题: ameritrade
进入Java版参与讨论
1 (共1页)
n*****n
发帖数: 74
1
Dear all,
I like a software, QuoteTracker, very much. Especially the feature of tracing
real-time data quotes from Ameritrade streamer. Since I am customer of
Ameritrade, this will save my money for data feeding. So I am pretty
interested in the techniques that can log on to my account and tracing
information and send order by a nice program.
I am not a CS man, so I have no idea about Client-side application
development. I do have a Python script which can retrieve data from
finance.yahoo.com, b
j****c
发帖数: 3
2
I just have some tips in java: you may use java.net.URL and
java.net.HTTPURLConnection to compose and send http requests to prefered
website and then retrieve response message from it. As for the content part of
POST message, just combine input fields together in submitting form (you may
or may not need BASE64 encoding here).
For cookies, using HTTPURLConnection to iterate and retrieve all of them
(don't simply use getHeader("Set-Cookies) since it may not get all cookies
from the response messag

【在 n*****n 的大作中提到】
: Dear all,
: I like a software, QuoteTracker, very much. Especially the feature of tracing
: real-time data quotes from Ameritrade streamer. Since I am customer of
: Ameritrade, this will save my money for data feeding. So I am pretty
: interested in the techniques that can log on to my account and tracing
: information and send order by a nice program.
: I am not a CS man, so I have no idea about Client-side application
: development. I do have a Python script which can retrieve data from
: finance.yahoo.com, b

1 (共1页)
进入Java版参与讨论
相关主题
Has anybody encountered this?问一道关于Vector的题
哪位大哥总结一下Iterator这些数据集合Hibernate question
java.lang.reflect.InvocationTargetExceptionWhy java.lang.Iterable depends on java.util.Iterator
Java.Net初学: 我的简单问题, 寻求简单方案HashMap 怎样循环用更快?
problem about a web accessHow do I send cookies from a servlet?
问高手:数字签名怎样才能使一个算法用于不同的数据结构?
将文件加密成为ascii文件的软件?MySQL JDBC 问题
要随机返回一个Set的里的元素, 如何操作呢?c到java的转换还有java的怪异错误
相关话题的讨论汇总
话题: client话题: side话题: ameritrade