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
| mail_from: masahide.y@gmail.com | |
| to: [masahide.y@gmail.com] | |
| var: | |
| c: 2 | |
| d: [3, 4] |
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
| mail_from: hoge@fuga.com | |
| to: [hoge@fuga.com] | |
| var: | |
| c: 2 | |
| d: [3, 4] |
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
| ubuntu@drone:~$ cat /etc/default/docker | |
| # Docker Upstart and SysVinit configuration file | |
| # Customize location of Docker binary (especially for development testing). | |
| #DOCKER="/usr/local/bin/docker" | |
| # Use DOCKER_OPTS to modify the daemon startup options. | |
| #DOCKER_OPTS="-dns 8.8.8.8 -dns 8.8.4.4" | |
| DOCKER_OPTS="-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock" |
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
| pkg/os/error_unix.go:11: isExist redeclared in this block | |
| previous declaration at pkg/os/error_posix.go:11 |
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
| host VMnet8 { | |
| # ubuntu | |
| hardware ethernet 00:0c:11:bb:cc:dd; | |
| fixed-address 192.168.21.127; | |
| } | |
| #End |
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
| [BatchWriteItem] – 1 回のトランザクションとしてではなく、1回のリクエストで、複数のテーブル間で複数の項目を挿入、置換、削除します。Put または Delete で最大 25 項目のバッチをサポートし、合計リクエストサイズは最大 1 MB です。 |
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
| examplebucket/2013-26-05-15-00-00/host01/apache/access_log | |
| examplebucket/2013-26-05-15-00-00/host02/apache/access_log | |
| examplebucket/2013-26-05-15-00-00/host03/apache/access_log | |
| examplebucket/2013-26-05-15-00-00/host04/apache/access_log |
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
| Garoon on cybozu.com: https://(サブドメイン名).cybozu.com/g/index.csp?WSDL | |
| パッケージ版 Windows 環境:http://(インストールしたサーバーの IP アドレスまたはホスト名)/scripts/(インストール識別子)/grn.exe?WSDL | |
| パッケージ版 Linux 環境:http://(インストールしたサーバーの IP アドレスまたはホスト名)/cgi-bin/(インストール識別子)/grn.cgi?WSDL | |
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
| const SOAPRequest = `<?xml version="1.0" encoding="UTF-8"?> | |
| <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" | |
| xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" | |
| xmlns:base_services="http://wsdl.cybozu.co.jp/base/2008"> | |
| <SOAP-ENV:Header> | |
| <Action SOAP-ENV:mustUnderstand="1" xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">{{.Action}}</Action> | |
| <Security xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" | |
| SOAP-ENV:mustUnderstand="1" |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <soap:Envelope | |
| xmlns:soap="http://www.w3.org/2003/05/soap-envelope" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
| xmlns:schedule="http://wsdl.cybozu.co.jp/schedule/2008"> | |
| <soap:Header>・・・・・</soap:Header> | |
| <soap:Body> | |
| <schedule:ScheduleGetEventsResponse> | |
| <returns> |