#1247
HTML : CSS : JS to Show/Hide the overlay :
Just another Code Snippet site
#1247
HTML : CSS : JS to Show/Hide the overlay :
#1240
Generate XSD from XML : http://www.freeformatter.com/xsd-generator.html#ad-output Generate Java from XML or JSON : http://pojo.sodhanalibrary.com/
#1232
Basic Structure of a URL //:/ Basic structure of a URL Protocol — Specifies the protocol name be used to access the resource on the Internet. (HTTP (without SSL) or HTTPS (with SSL)) hostname — Host name specifies the host that owns the resource. For example, www.stackoverflow.com. A server provides services using the name of […]
#1222
#1220
#1213
To determine which ports are listening for TCP connections from the network: To check if a port is associated with the official list of known services : To check for port 834 using netstat, use the following command: The lsof command reveals similar information to netstat since it is also capable of linking open ports […]
#1210
Install MySQL (new version)on CentOS Download RPM file from : https://dev.mysql.com/downloads/repo/yum/ Install repo : Check repo is installed : Install MySQL : Start/Stop MySQL Server : Connect to MySQL Select database List all tables Repair a table MariaDB
#1206
The word-break property specifies line breaking rules for non-CJK scripts. The word-wrap property allows long words to be able to be broken and wrap onto the next line. The overflow-wrap property specifies whether or not particularly long words will be ‘broken’ (separated into multiple lines) if necessary in order to fit in within its container.
#1191
Split and trim a list of values : Maven dependency :
#1184
Lambda (before Java 8) with Lambdaj Maven dependencies :