Skip to content

nuddler/Students

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Students

https://www.shortcutworld.com/en/win/Eclipse.html

TOMCAT

conf contex.xml < Resource url="jdbc:mysql:https://localhost:3306/dupa" driverClassName="com.mysql.jdbc.Driver" password="root" username="root" maxWaitMillis="10000" maxIdle="30" maxTotal="100" type="javax.sql.DataSource" auth="Container" name="jdbc/TestDB"/ >

Przydatne linki

IMPORTANT MOZILLA

  • FireBug, xpath, WEBLOCATOR
  • ROBOTFRAMEWORK

CREATE TABLE students2 ( ID int(11) NOT NULL AUTO_INCREMENT, VOR_NAME varchar(45) NOT NULL, LAST_NAME varchar(45) NOT NULL, PESEL varchar(45) NOT NULL, HOME_ADRESS_street varchar(45) NOT NULL, HOME_ADRESS_FLAT varchar(45) DEFAULT NULL, HOME_ADRESS_HOME varchar(45) NOT NULL, DIVISION varchar(45) NOT NULL, PRIMARY KEY (ID), UNIQUE KEY PESEL_UNIQUE (PESEL), UNIQUE KEY ID_UNIQUE (ID) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8;

About

Web app, with students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published