搜索资源列表
6K_WebService_src
- 在首次运行时,自动生成INI配置文件,网页文件夹和一个测试网页。 默认端口:8080 WebServer.jar为已经编译好的java文件,在Dos下可以(注意要在WebServer.jar所在路径)执行java -jar WebServer.jar,在Dos窗口中会有大量的提示信息。不建议用无Dos窗口的方式使用。 包含三个Class: HttpServer.java(main) Response.java Request.java 还
Java
- 双人聊天。T是客户端。S是服务端。在dos下运行此java程序。先运行T-Double chat. T is the client. S is the service side. Run this program in java dos. First run T
java-exam-shh-mysql
- 在线考试系统源码如果出现 ERROR 2003: Can t connect to MySQL server on localhost (10061) ,说明你的MySQL还没有启动。 解决办法: 第一步 删除c:\windowns下面的my.ini 第二步 打开c:\mysql\bin\winmysqladmin.exe 输入用户名 和密码 第三步 在dos下 输入 mysqld-nt -remove 删除服务 在接着输入 mysqld-nt -i
minesweeper
- Then you can input the command, which includes 3 types: x,y,B Mark the coordinate position (x,y) as a mine, which will be displayed in '@'.It can be cancelled by the input of x,y,N . Everytime you mark a mine, the total number of mines will be subtra