由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - help with Programming!!!
相关主题
公司的opening - system SQA (转载)换钱问题
How to Parsing function in Haskell?用什么软件做C PROGRAMMING 最好用?
问一个google api的问题which areas of multi-agent are hot?
大包子求:大家知道这个网站怎么hack吗?LAPACK++ or TNT?
问个编程问题 网络下载文件 (转载)请 CMU 的兄弟姐妹们帮忙
包子酬谢,如何下载mitbbs 精华区YACC tables (yyact, yypact, yypgo ...) 的问题 (转载)
5包子请教一个网页内容提取的问题关于google (转载)
菜鸟问写程序监控网页内容。。A question about the front-page of Google.com (转载)
相关话题的讨论汇总
话题: webpage话题: want话题: language话题: log
进入CS版参与讨论
1 (共1页)
l***s
发帖数: 11
1
i want to code to achieve the following:
1. open a website/webpage
2. log on the website using an account and password. click 'submit' button
3. after log on, i want to parse the webpage shown to me. e.g. i want to
download files following some links on the webpage.
so instead of doing this mannually, i want to write a program to automate
this process.
pls suggest a programming language (php, vb, jscript...) and explain how to
do it. THANKS!!!
s*******d
发帖数: 4135
2
give me some money, i can help you.

to

【在 l***s 的大作中提到】
: i want to code to achieve the following:
: 1. open a website/webpage
: 2. log on the website using an account and password. click 'submit' button
: 3. after log on, i want to parse the webpage shown to me. e.g. i want to
: download files following some links on the webpage.
: so instead of doing this mannually, i want to write a program to automate
: this process.
: pls suggest a programming language (php, vb, jscript...) and explain how to
: do it. THANKS!!!

c***c
发帖数: 21374
3
suggest很容易
php perl java,都可以
explain how to do? 呵呵,可不是几句话的事情

to

【在 l***s 的大作中提到】
: i want to code to achieve the following:
: 1. open a website/webpage
: 2. log on the website using an account and password. click 'submit' button
: 3. after log on, i want to parse the webpage shown to me. e.g. i want to
: download files following some links on the webpage.
: so instead of doing this mannually, i want to write a program to automate
: this process.
: pls suggest a programming language (php, vb, jscript...) and explain how to
: do it. THANKS!!!

m***a
发帖数: 38
4

wget -post-data xxxxx URL -O page.html
this will post the account/passwd, and save the page to page.html
You must know HTML form. check man page of wget to learn about -post-data
sed
use sed to extract the string out
you must be very UNIX or ask a UNIX-acquaited friend.
to

【在 l***s 的大作中提到】
: i want to code to achieve the following:
: 1. open a website/webpage
: 2. log on the website using an account and password. click 'submit' button
: 3. after log on, i want to parse the webpage shown to me. e.g. i want to
: download files following some links on the webpage.
: so instead of doing this mannually, i want to write a program to automate
: this process.
: pls suggest a programming language (php, vb, jscript...) and explain how to
: do it. THANKS!!!

i******y
发帖数: 70
5
Learn HTTP protocol and socket programming and look at the documents from
the language of your choice. (I believe every popular programming language
can do this.)
For example, python: http://docs.python.org/lib/module-urllib.html, http://docs.python.org/lib/module-httplib.html, http://docs.python.org/lib/module-urlparse.html, ....

to

【在 l***s 的大作中提到】
: i want to code to achieve the following:
: 1. open a website/webpage
: 2. log on the website using an account and password. click 'submit' button
: 3. after log on, i want to parse the webpage shown to me. e.g. i want to
: download files following some links on the webpage.
: so instead of doing this mannually, i want to write a program to automate
: this process.
: pls suggest a programming language (php, vb, jscript...) and explain how to
: do it. THANKS!!!

1 (共1页)
进入CS版参与讨论
相关主题
A question about the front-page of Google.com (转载)问个编程问题 网络下载文件 (转载)
请问哪里有比较好的spider代码下载?包子酬谢,如何下载mitbbs 精华区
histogram用什么画好?5包子请教一个网页内容提取的问题
新手请教如何抓blog data的问题菜鸟问写程序监控网页内容。。
公司的opening - system SQA (转载)换钱问题
How to Parsing function in Haskell?用什么软件做C PROGRAMMING 最好用?
问一个google api的问题which areas of multi-agent are hot?
大包子求:大家知道这个网站怎么hack吗?LAPACK++ or TNT?
相关话题的讨论汇总
话题: webpage话题: want话题: language话题: log