建造取得時
- http://125.6.188.25/kcsapi/api_req_kousyou/getship
- { api_kdock_id : 1}
開発開始時
- http://125.6.188.25/kcsapi/api_req_kousyou/createitem
- { api_item1: 290, api_item2:10, api_item3:300, api_item4:10 }
建造取得時
開発開始時
[18:40:03] ✔ go test can't load package: package github.com/otiai10/anisoon: no Go source files in ~/proj/go/src/github.com/otiai10/anisoon |
/** | |
* 直近朝5時のタイムスタンプを返す | |
* @returns {number} | |
*/ | |
Util.getDailyResetTimestamp = function() { | |
var theDay, today; | |
theDay = today = new Date(); | |
if (today.getHours() < 5) { |
var re = new RegExp("\\{\\{if " + "hoge" + "\\}\\}(.*)\\{\\{\\/if\\}\\}", "g"); | |
var str = "前 {{if hoge}}ここはifの中{{/if}}あと"; | |
console.log(re.exec(str)); | |
/* | |
[ '{{if hoge}}ここはifの中{{/if}}', | |
'ここはifの中', | |
index: 2, | |
input: '前 {{if hoge}}ここはifの中{{/if}}あと' ] | |
*/ |
MacOSX 10.8 以下の環境で Chrome バージョン 31.0.1650.48 を使っています。 Chrome Extension のJavaScriptのコード内で以下のような現象を確認しています。
(A) chrome.notifications.create を使った場合 message で指定する文字は正常に画面領域に描画されます。
(B) webkitNotifications.createNotification を使った場合 message で指定する文字は
m(_ _)m < v0.5.0.13 shipしました. 1時間以内にGoogleウェブストアに反映されるはずです | |
★ ウィジェット化してなくても遠征リマインダを有効にするように戻しまし | |
v0.5.0.13は以上です | |
< なぜかこれtwitter.comでポストできないよう |
var _int1 = 1; | |
var _int2 = 2; | |
var _str = "hoge"; | |
var _boo = true; | |
isTrue(_int1, '1'); | |
isTrue(_int2, '2'); | |
isTrue(_str, 'str'); | |
isTrue(_boo, 'bool'); |
action | endpoint | sequence |
---|---|---|
入渠 | api_get_member/ndock | ndock -> ship2 -> useitem |
工廠 | api_get_member/record | |
演習 | api_get_member/practice | |
出撃 | api_get_master/mapinfo | |
遠征 | api_get_master/mission |
\What is this?