YAMLファイルの読み込みサンプルプログラム
JSONエンコード/デコードサンプルプログラム
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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のタイミングです。"); |
Queue(PTP)とTopic(Pub/Sub)のメッセージ送受信用サンプルプログラム
http://activemq.apache.org/how-does-a-queue-compare-to-a-topic.html
起動スクリプトと環境変数の定義ファイル
- 起動スクリプト - /etc/init.d/tomcat
- 環境変数ファイル - $CATALINA_HOME/bin/setenv.sh
サンプルプログラムと起動スクリプト
Webサイトでスクロール時に表示される、ページ上部に戻るためのボタン。
A Pen by Tasuku Kakimoto on CodePen.