Today, I suddenly talked to my colleagues about whether a database is required for website construction. My colleagues said that database usage is outdated. I asked what to do with file retrieval? He told Google's network applicationsProgramInterface can solve this problem. As a result, you can access the Internet at http://www.google.com/apis. Although I have seen many Web APIs introductions before, I did not pay attention to them. I checked them carefully today. It seems a little strange (although he has been open for three years ). I will translate it below:
Use Google to develop your own applications
By using Google's Web APIs service, software developers can immediately retrieve billions of webpages through their computer programs. Google's APIs uses standard soap (Simple Object Transfer Protocol) and WSDL (Web Service descriptive language), so developers can write programs in their preferred environment, such: java, Perl,.. net.
Get started with Google Web APIs Encoding
1. Download The Development Kit
The Google Web APIs Development Kit provides documents and examples for using the Google Web APIs service.Code. Download the examples of Java and. net programs and the WSDL files that can be compiled on any platform that supports Web Services.
2. Create a Google account
To access Google Web APIs service, you must create a Google account and obtain a license number. Your Google account and license number allow 1000 queries per day.
3. Use the license number to compile the program
Each query that calls Google Web APIs service in your program must contain your license number. Go to the getting help page and read FAQs for more information.
------
I heard that Yahoo has opened its own APIs, but Google is enough. You have time to study Yahoo again.