|
How Does My PC Get Hot by Jason Barrett
There are many sources of heat that can raise the temperature in your PC. No, I'm not talking about the Tabasco sauce you dripped over your keyboard when you ate that bowl of chili at your desk, and no, I'm not talking about that Pamela Anderson (or Ricky Martin poster, depending on your taste)... Air is the main source of cooling, but without it your PC will overheat. ... Lack of Ventilation Is your PC crammed into the corner between your desk and the wall like a cork into a bottle neck with no room for air circulation?
Web Standards by Mike Vollmer
HTTP Protocol The web is run on port 80. You are probably wondering what "port 80" is, right (whether you actually are or not is irrelevant)? Well, the answer is easy (not really). See, the Internet and the web are different. The Internet is the infrastructure (ie the physical wires, the server... So the obvious choice is JAVA:
import java.net.*;
import java.io.*;
import java.util.*; public class jhttp extends Thread { Socket theConnection; static File docroot; static String indexfile = "index.html"; public jhttp(Socket s) { theConnection = s; } public static void main(String[]...
|
|
|
|
|
|