First of all, this is just a matter of learning, and I have come, bring a full enthusiasm, the wind is rushing, I will return to the school, huh, huh, now people, everyone wants to live in the house at home. Well ..... But I still have a bad thing, I want to see my achievements, the students are like this, they are all being able to get people are not like people ...., 60 tons years old, less sin, More waste .... Everyone said so.
Log in to the school's grade query system, huh, huh ....... a piece of green Oh ..... Peace ?????? (someone saying green is not necessarily peace, red is not necessarily Geely), no matter who said Let's take a look at my score. Learn, password is all the way. Go in, there is a level, it is the evaluation of the teacher, this I always don't dare to neglect, I am very satisfied with the hook, afterwards ....... The total score 95 ... (I will have to let me go when you re-repair it again), let me look at the grade after all the way, my Ma, the circuit Hang up... I am too dish, usually don't listen, I don't understand, I have basically don't understand, the operation is basically not done, I have basically copied, then paste. What is this, then Sad, there is no matter. I have to think about it. I remember to have seen a lot of news before, some NB molecules entered a certain bank to add money, huh, it is difficult to get the difficulty. Think I can't enter the bank to add it. Money pays heavy repairs, but give yourself a point of scores may wish to try. Hehe, let's do it, but I can only take it hard. I used to have a few brothers because I refused the service attack. IP. Hanging in the school home page, it is shameful, thinking about my experience is also sweating. At that time, I just used a streamer, caught my classmate as a broiler, and the IP of the school. The center of the teacher gave me the last pass, gave me the unluffed classmate called: "Why attack the sampled computer," "I am not!" I am very embarrassed, "Then what you may If you look at it again, you will seal your IP again later. "" Oh, I know, I just got a game, maybe there is a virus. "This is quite a classmate. Misited, hey, not all is my fault, who told him not to install a firewall, this matter is scared, then I don't dare to scan a large scale. It seems that this action cannot be Hard fight, from the system vulnerability, it can only be wisdom (the rookie is also crazy) to the website, did not find out what the program is still installed, it seems that the network management is not idiot, see if there is any injection vulnerability, hey, Definitely, pigs think so. Look at there is no link to this IP on the home page, seeing halfway and did not find. Depressed ... Just join some of the charm in the address bar It's nothing to find out. All appeared: Type Status Report
Message /Login.htm '
Description The Requested Resource (/Login.htm ') is not available.
Try to remove the login.htm behind, enter http: // a certain IP: 8080 / jspgnew / 嘻嘻, what do you find?
Directory Listing For / FileName Size Last Modified Servlet.library 0.2 KB Tue, 11 Nov 2003 03:46:24 GMT Tomcat / Tue, 18 Nov 2003 07:45:24 GMT Bak / Tue, 18 Nov 2003 07:45:21 GMT Classes / Tue, 18 Nov 2003 07:45:22 GMT Defaultroot / Tue, 18 Nov 2003 07:45:22 GMT images / Tue, 18 Nov 2003 07:45:23 GMT JSPG.HTM 2.7 KB WED, 12 Jan 2005 08 : 40: 39 GMT JSPGNEW.JPX 5.0 KB WED, 31 DEC 2003 04:06:50 GMT JSPGNEW.JPX.LOCAL 2.2 KB WED, 31 DEC 2003 04:07:10 GMT jspgnew.jpx.local ~ 1.6 Kb Mon, 16 Jun 2003 03:07:00 GMT JSPGNEW.JPX ~ 0.0 KB MON, 16 Jun 2003 03:07:00 Gmt login.htm 1.8 KB WED, 12 Jan 2005 08:33:32 GMT SRC / TOUE, 18 NOV 2003 07:45:23 GMT Apache Tomcat / 4.0.6 After the road is released, the content of a file is found as follows: package jspgnew;
Import com.borland.dx.dataset. *; import com.borland.dx.sql.dataset. *; import com.borland.javax.sql. *; import java.sql. *;
public class DataModule1 implements DataModule {private static DataModule1 myDM; // private static final String DRIVER = "com.mysql.jdbc.Driver"; // private static final String URL = "jdbc:? mysql: // localhost / jspg user = Root & Password = JSPG_ SPR & UseUnicode = True & Characterencoding = GB2312 "
private static final String DRIVER = "com.microsoft.jdbc.sqlserver.SQLServerDriver"; private static final String URL = "jdbc: microsoft: sqlserver: // localhost: 1433; User = sa; password = jspg_ spr; DatabaseName = JSPG "; // private static final string driver =" net.avenir.jdbc2.driver "; // private static final string url =" jdbc: avenirdriver: // a certain IP: 1444 / jspg; uid = sa; pwd = jspg_ SPR "; JDBCConnectionPool Pool; JDBCConnectionFactory Factory;
public DataModule1 () {try {jbInit ();} catch (Exception e) {e.printStackTrace ();}} private void jbInit () throws Exception {factory = new JdbcConnectionFactory (); factory.setDriver (DRIVER); factory. setUrl (URL); factory.setMaxConStatements (2000); //jdbcConnectionFactory1.setUser(USER); //jdbcConnectionFactory1.setPassword(PASSWD); pool = new JdbcConnectionPool (); pool.setConnectionFactory (factory); pool.setMaxPool (400) Pool.SetMinPool (30); pool.setmaxConnections (380);} public static datamodule1 getDataModule () {if (mydm == null) {mYDM = new datamodule1 ();} return mydm;}
Public com.borland.javax.sql.jdbcconnectionPool getPool () {return pool;} public com.borland.javax.sql.jdbcconnectionFactory getjdbcconnectionFactory1 () {returnne;}