摘要:1, mysql -u root -p 2. use testdb; show databases; use testdb; 3. create table etc show tables; create table customer ( customerId INT(32) NOT NULL AU
阅读全文
摘要:13-Oct-2017 03:26:51.264 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.0.M2613-Oct-2017 03:26:51
阅读全文
摘要:13-Oct-2017 02:59:16.901 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.0.M2613-Oct-2017 02:59:16
阅读全文
摘要:http://crunchify.com/how-to-run-java-program-automatically-on-tomcat-startup/ Recently I wanted to start my standalone Java Application on Tomcat Star
阅读全文
摘要:http://www.tuicool.com/articles/67vyIbv 原文 http://dyygusi.iteye.com/blog/2148029 主题 Jersey 项目中更需要使用到webservice,具体的是使用jersey。那么首先需要了解jersey和webservice的
阅读全文
摘要:http://www.mkyong.com/webservices/jax-rs/json-example-with-jersey-jackson/ Jersey uses Jackson to convert object to / form JSON. In this tutorial, we
阅读全文
摘要:https://hostpresto.com/community/tutorials/how-to-install-jetty-9-on-ubuntu-14-04/ How-to Install Jetty 9 On Ubuntu 14.04 3rd November 2016 6,957k Ove
阅读全文
摘要:1. /etc/profile export TOMCAT_HOME=/opt/tomcat7export HADOOP_HOME=/opt/hadoop-2.8.0export JAVA_HOME=/opt/jdk1.8.0_111export JRE_HOME=/opt/jre1.8.0_111
阅读全文
摘要:JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开
阅读全文
摘要:https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html Maven in 5 Minutes Prerequisites You must have an understanding of how to i
阅读全文
摘要:https://stackoverflow.com/questions/39343021/how-to-turn-my-jersey-rest-api-into-an-executable-jar How to turn my Jersey REST API into an executable J
阅读全文
摘要:http://www.gajotres.net/best-available-java-restful-micro-frameworks/ With each passing year, Java framework scene becomes more and more densely popul
阅读全文