Redian新闻
>
请问如何实现自动向网站提交数据的程序?
avatar
请问如何实现自动向网站提交数据的程序?# Programming - 葵花宝典
u*s
1
We are looking for HP OpenView NetWork Node Manager Administrator for a
brand new 5 year US government contract opportunity. The job location is in
Alexandria, Virginia. No security clearance needed, public trust only. The
candidate must have solid background in networking and network management;
understanding SNMP and UNIX (Solaris) administration; excellent
communication skill is a must. Other desired skills are: Netcool, eHealth,
Cisco router/switch, etc. US citizen only. W2 or 1099.
Please e
avatar
l*n
2
the example is a 2 by 2 square, it has 3 X 3 nodes
avatar
j*b
3
二十
在姚青莲被推入雨中的一刹那,空气凝滞了,所有的人都沉默了,只有哗哗的雨声。
是二狗打破了沉默,他走到沃石朗身边道:“沃队长,气色不错嘛,最近看样子又要升
官发财了”
“还请二管家多多关照。”由于二狗对沃石朗有救命之恩,沃石朗总是尊敬称二狗为二
管家。
“我真有个机会让你升官发财,不知道你敢不敢干”,二狗看着沃石朗说:“王营长没
有离开,他可能就在附近。”
听到王营长三个字,沃石朗的脸一下子变了色。
“不用怕”二狗拍拍了沃石朗的肩膀说:“你有枪有弟兄,你怕啥。王营长绝对不敢出
来行动,日本人正到处抓他呢,你如果能够抓住王营长或者得到王营长藏身的地点,你
难道还不能升官发财?”
几句话说得沃石朗兴奋起来!
“不过去那里搞这样的情报啊?”
“这个容易,就在姚青莲身上。王营长和他有联系,只要有联系就会留下蛛丝马脚,找
到证据,施以酷刑,我就不信他姚青莲不说!” 二狗异常的坚定,恶狠狠的说。他似
乎看到了姚青莲受酷刑的情形。
“我也正好想教训以下他,苦于没有理由,好吧!”沃石朗看到了金山和巨大无比的乌
纱帽。
二狗说:“好什么啊!赶快去找证据,一会证据就销毁了”
“去那里?”沃石朗问道。
avatar
h*g
4
要把一堆数据通过网页提交上去.
就是用用户名, 密码登陆到一个页面, 填一些form 然后按按钮的提交
觉得比较烦.
没有验证码之类的东西.
能不能写脚本自动实现?该如何写呢? 能否给些建议
avatar
l*g
5
why bother to post it here if it's for us citizen only.. that's provoking

in

【在 u****s 的大作中提到】
: We are looking for HP OpenView NetWork Node Manager Administrator for a
: brand new 5 year US government contract opportunity. The job location is in
: Alexandria, Virginia. No security clearance needed, public trust only. The
: candidate must have solid background in networking and network management;
: understanding SNMP and UNIX (Solaris) administration; excellent
: communication skill is a must. Other desired skills are: Netcool, eHealth,
: Cisco router/switch, etc. US citizen only. W2 or 1099.
: Please e

avatar
c*s
6
woolala, this is so hilarious.
you guys take the holes as 2 by 2 matrix,
I take the nodes as 2 by 2 matrix.
thanks, longtian. finally, i see what you talk about.

【在 l******n 的大作中提到】
: the example is a 2 by 2 square, it has 3 X 3 nodes
avatar
c*t
7
Several approaches:
1. greasemonkey (firefox addon).
2. use wget
3. use java along with htmlunit library

【在 h********g 的大作中提到】
: 要把一堆数据通过网页提交上去.
: 就是用用户名, 密码登陆到一个页面, 填一些form 然后按按钮的提交
: 觉得比较烦.
: 没有验证码之类的东西.
: 能不能写脚本自动实现?该如何写呢? 能否给些建议

avatar
u*s
8
Isn't this the "job market" board? Then, why not?
avatar
S*g
9
if it is 2 points by 2 ponts, how do you get more than one simple loop?

【在 c******s 的大作中提到】
: woolala, this is so hilarious.
: you guys take the holes as 2 by 2 matrix,
: I take the nodes as 2 by 2 matrix.
: thanks, longtian. finally, i see what you talk about.

avatar
r*t
10
python's urllib2
avatar
c*7
11
Is this a federal employee opening or a contract position?
If it's a government opening, what's the maximum GS level for this position?
avatar
c*s
12
a single point,
a line segment connecting two points,
both are somehow trivial circles.

【在 S*********g 的大作中提到】
: if it is 2 points by 2 ponts, how do you get more than one simple loop?
avatar
k*f
13
curl专门做这个的

【在 h********g 的大作中提到】
: 要把一堆数据通过网页提交上去.
: 就是用用户名, 密码登陆到一个页面, 填一些form 然后按按钮的提交
: 觉得比较烦.
: 没有验证码之类的东西.
: 能不能写脚本自动实现?该如何写呢? 能否给些建议

avatar
n*e
14
hero is mm?!?!?!?!

【在 l******n 的大作中提到】
: the example is a 2 by 2 square, it has 3 X 3 nodes
avatar
c*t
15
取决于网页的结构。如果是applet,或者是flash的form,除非你找到后门,基本上无解

如果是简单的web form, 命令行可用wget, curl,或者复杂点的用 perl, java, .Net都
能解决问题

【在 h********g 的大作中提到】
: 要把一堆数据通过网页提交上去.
: 就是用用户名, 密码登陆到一个页面, 填一些form 然后按按钮的提交
: 觉得比较烦.
: 没有验证码之类的东西.
: 能不能写脚本自动实现?该如何写呢? 能否给些建议

avatar
h*0
16
bf = 版斧

【在 n**********e 的大作中提到】
: hero is mm?!?!?!?!
avatar
h*g
17
是普通的asp 的form
curl, wget可以处理中文吗?

Net都

【在 c**t 的大作中提到】
: 取决于网页的结构。如果是applet,或者是flash的form,除非你找到后门,基本上无解
: 。
: 如果是简单的web form, 命令行可用wget, curl,或者复杂点的用 perl, java, .Net都
: 能解决问题

avatar
h*0
18
【 以下文字转载自 Berkeley 讨论区 】
发信人: kukutf (五脚蟹★酷酷豆腐), 信区: Berkeley
标 题: 数数多少个圈
发信站: BBS 未名空间站 (Wed Mar 19 17:26:02 2008), 转信
在mxn的网格上,有多少个简单的圈(路径不重复)?
1--2--3
| | |
4--5--6
| | |
7--8--9
1-4-5-2是简单的圈
1-4-5-6-9-8-5-2不是简单的圈,5重复了。
avatar
B*r
19
13个
avatar
h*0
20
m*n...

【在 B*********r 的大作中提到】
: 13个
avatar
c*s
21
how to get 4 when it's a 2 by 2 matrix?
thanks

【在 h*****0 的大作中提到】
: m*n...
avatar
h*0
22
2*2的有13个圈

【在 c******s 的大作中提到】
: how to get 4 when it's a 2 by 2 matrix?
: thanks

avatar
c*s
23
Now I see what you mean by saying m*n...
It's not an answer.
I dont get 13 simple circles.
4 single points, 4 segments, 1 full circle, what else?

【在 h*****0 的大作中提到】
: 2*2的有13个圈
avatar
S*g
24
4 (1 square)
+4 (2 squares)
+4 (3 squares)
+1 (4 squares)
=13

【在 c******s 的大作中提到】
: Now I see what you mean by saying m*n...
: It's not an answer.
: I dont get 13 simple circles.
: 4 single points, 4 segments, 1 full circle, what else?

avatar
c*s
25
how come to get 3 squares?
triangle???

【在 S*********g 的大作中提到】
: 4 (1 square)
: +4 (2 squares)
: +4 (3 squares)
: +1 (4 squares)
: =13

avatar
h*0
26
L shape

【在 c******s 的大作中提到】
: how come to get 3 squares?
: triangle???

avatar
c*s
27
totally confused, hehe
L shape, circle?

【在 h*****0 的大作中提到】
: L shape
avatar
S*g
28
1 2 3
4 5 6
7 8 9
123658741 form a L shape loop

【在 c******s 的大作中提到】
: totally confused, hehe
: L shape, circle?

avatar
c*s
29
we are talking about 2*2.

【在 S*********g 的大作中提到】
: 1 2 3
: 4 5 6
: 7 8 9
: 123658741 form a L shape loop

avatar
l*n
30
you are not understanding the problem

【在 c******s 的大作中提到】
: we are talking about 2*2.
avatar
S*g
31
This is 2x2, the numbers are nodes

【在 c******s 的大作中提到】
: we are talking about 2*2.
avatar
h*0
32
he didn't, but i guess he is understanding it now.

【在 l******n 的大作中提到】
: you are not understanding the problem
avatar
l*n
33
very hard problem
as for n*m case, there are many irregular shaped circles that are very hard
to find out
I doubt there is a formula in the general case

【在 h*****0 的大作中提到】
: he didn't, but i guess he is understanding it now.
avatar
h*0
34
my first impression is that this is an open question. but bf of Berkeley
think it's easy question -_-b

hard

【在 l******n 的大作中提到】
: very hard problem
: as for n*m case, there are many irregular shaped circles that are very hard
: to find out
: I doubt there is a formula in the general case

avatar
l*n
35
ask your bf to solve it

【在 h*****0 的大作中提到】
: my first impression is that this is an open question. but bf of Berkeley
: think it's easy question -_-b
:
: hard

avatar
c*s
36
well, I really don't know I misunderstood the problem or not.
everyone claims there are 13 circles.
can someone just show me how to get 13 circles for a 2 by 2 matrix?
especially the so called L-shape.
the example String gave above is in a 3 by 3 matrix, right?

hard

【在 l******n 的大作中提到】
: very hard problem
: as for n*m case, there are many irregular shaped circles that are very hard
: to find out
: I doubt there is a formula in the general case

avatar
c*s
37
your matrix is 2 by 2 ?
either me or you are crazy, haha

【在 S*********g 的大作中提到】
: This is 2x2, the numbers are nodes
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。