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 lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Demo</title> | |
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script> | |
</head> | |
<body> | |
<p id="a">Demo</p> | |
<button id="btn_add">Add</button> |
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
http://v157-7-201-174.z1d3.static.cnode.jp/file/translator-web.zip |
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
--- wildfly-swarm-plugin:1.0.0.Alpha1:create (default) @ wildfly-swarm-example-jaxrs --- | |
5 07, 2015 2:23:17 午前 org.sonatype.guice.bean.reflect.Logs$JULSink warn | |
警告: Error injecting: org.wildfly.swarm.plugin.CreateMojo | |
java.lang.NoClassDefFoundError: org/eclipse/aether/RepositorySystemSession | |
at java.lang.Class.getDeclaredConstructors0(Native Method) | |
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663) | |
at java.lang.Class.getDeclaredConstructors(Class.java:2012) | |
at com.google.inject.spi.InjectionPoint.forConstructorOf(InjectionPoint.java:245) | |
at com.google.inject.internal.ConstructorBindingImpl.create(ConstructorBindingImpl.java:98) | |
at com.google.inject.internal.InjectorImpl.createUninitializedBinding(InjectorImpl.java:629) |
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
- #!/bin/bash と書いてますが、POSIXモードで動きます | |
- カラム名を出力しないために -N を付与 | |
- -B で出力形式を変更。フィールド区切りはTAB。レコード区切りは改行 | |
- 複数カラムや複数行の場合に、値の内容にタブや改行あるとつらい | |
- -X でXML形式に出力することもできる。その場合は jq や xmllint を利用か? | |
- エラーハンドリングが面倒 |
NewerOlder