Google's Founder Page 96年在就做爬虫上网求助...

来源:互联网 发布:阿斯顿马丁 知乎 编辑:程序博客网 时间:2024/05/14 21:07

BBS看到的关于Google创始人很早的发帖, 提问...

显然没人天生啥都会, 好好学就行, 学会了就ok了...

不过现在这社会混日子 不懂装懂的人蛮多, 而且此类人还喜欢搞小圈子, 啊哈哈 彼此互相做托

 

https://groups.google.com/forum/#!topic/comp.lang.java/aSPAJO05LIU

 

Lawrence Page Show activity 1/7/96
I have a web robot which is a Java app.  I need to be able to set the
User-Agent field in the HTTP header in order to be a good net citizen (so
people know who is accessing their server).  Anyone have any ideas?

Right now, Java sends a request that includes something like:

User-Agent: Java/1.0beta2

I'd rather not rewrite all the HTTP stuff myself.  I tried just searching
in the JDK for the Java/1.0beta2 figuring I could just change the string,
but I couldn't find it. Perhaps it is stored as a unicode string?

An easy method of setting the User-Agent field should probably be added to
Java, so people can properly identify their programs.  

Thanks, Larry Page