上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: # idea jdk7 settings start #JAVA_HOME=/usr/local/jdk/jdk1.7.0_79 #JRE_HOME=$JAVA_HOME/jre #PATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin #CLASSPATH=:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:$JRE_HOM... 阅读全文
posted @ 2017-02-14 00:02 hapday 阅读(4536) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh # Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB # This file is public domain and comes with NO WARRANTY of any kind # MySQL daemon start/stop script. # Usuall... 阅读全文
posted @ 2017-02-14 00:00 hapday 阅读(396) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh # # redis Startup script for Redis Server # # chkconfig: - 80 12 # description: Redis is an open source, advanced key-value store. # # processname: redis-server # config: /etc/redis.... 阅读全文
posted @ 2017-02-13 23:58 hapday 阅读(210) 评论(0) 推荐(0) 编辑
摘要: # hapday start 2016-02-04 #!/bin/bash # description: Tomcat Start Stop Restart # processname: tomcat # chkconfig: 234 20 80 JAVA_HOME=/usr/local/jdk/jdk1.8.0_71 export JAVA_... 阅读全文
posted @ 2017-02-13 23:56 hapday 阅读(215) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # chkconfig: - 85 15 # description: Tomcat Server basic start/shutdown script # processname: tomcat JAVA_HOME=/usr/local/jdk/jdk1.8.0_65 export JAVA_HOME TOMCAT_HOME=/usr/local/tomcat/... 阅读全文
posted @ 2017-02-13 23:55 hapday 阅读(225) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2017-02-13 23:49 hapday 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 4.0.0 com.smbea.demo WebSocketDemo war 0.0.1-SNAPSHOT WebSocketDemo Maven Webapp http://maven.apache.org 4.3.6.RELEASE 2.7.6 2.6.3 1.9.13 junit juni... 阅读全文
posted @ 2017-02-09 18:18 hapday 阅读(1160) 评论(0) 推荐(0) 编辑
摘要: HTML 代码: JavaScript 代码: 阅读全文
posted @ 2017-02-08 09:25 hapday 阅读(310) 评论(0) 推荐(0) 编辑
摘要: https://repository.sonatype.org/index.html#welcome http://www.ibootstrap.cn/ http://helongfei.com/bootstrap/javascript.html#guodu http://caibaojian.co 阅读全文
posted @ 2017-02-05 13:56 hapday 阅读(216) 评论(0) 推荐(0) 编辑
摘要: package com.smbea.demo.tryCatchFinally; /** * java之finally的用法 * @author hapday * @2017年2月5日 @上午12:21:16 */ public class TryCatchFinallyDemo { public static void main(String[] args) { hasExce... 阅读全文
posted @ 2017-02-05 00:25 hapday 阅读(2233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页