Skip to content

Instantly share code, notes, and snippets.

View tasukujp's full-sized avatar

Tasuku Kakimoto tasukujp

View GitHub Profile
@tasukujp
tasukujp / 6_description.markdown
Created September 23, 2015 06:48
Serializable

Serializable

@tasukujp
tasukujp / 5_description.markdown
Last active July 13, 2018 08:43
SnakeYAMLの使い方
@tasukujp
tasukujp / 4_description.markdown
Last active September 19, 2015 05:18
JSONICの使い方
@tasukujp
tasukujp / jquey_execution.html
Last active October 22, 2015 13:52
jQueryの実行タイミング確認
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>jQuery実行タイミングの確認</title>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
// パターン1
$(window).load(function() {
alert("これはwindow.loadのタイミングです。");
@tasukujp
tasukujp / 3_description.markdown
Last active August 29, 2015 14:24
ActiveMQの送受信サンプルプログラム
@tasukujp
tasukujp / 2_description.markdown
Last active August 29, 2015 14:23
Tomcatの起動停止スクリプト

Apache Tomcat

起動スクリプトと環境変数の定義ファイル

格納場所
  • 起動スクリプト - /etc/init.d/tomcat
  • 環境変数ファイル - $CATALINA_HOME/bin/setenv.sh
公式サイト

http://tomcat.apache.org/

@tasukujp
tasukujp / 1_description.markdown
Last active August 29, 2015 14:23
ApacheCommonsDaemon
@tasukujp
tasukujp / TOPに戻る.markdown
Last active August 29, 2015 14:23
TOPに戻る