http://code.google.com/intl/closure/
http://code.google.com/intl/closure/closure/templates/docs/helloworld_js.html
2009年11月8日日曜日
2009年9月18日金曜日
2009年9月11日金曜日
XMPP Python API
Thursday, September 3, 2009
App Engine SDK 1.2.5 released for Python and Java, now with XMPP support
http://code.google.com/intl/ja/appengine/docs/python/xmpp/overview.html
2009年8月4日火曜日
Index 復活
ようやく復活
properties: []
このインデックスは削除しないように注意
diff は一切表示なし。
C:\google>appcfg.py vacuum_indexes blog-editor
Fetching index definitions diff.
C:\google>
エラーログの内容を index.yaml に素直に追加するのが一番
- kind: Imgproperties:- name: open_mode- name: categorydirection: desc- name: modifieddirection: desc
2009年8月1日土曜日
2009年7月31日金曜日
Google App Engine : Index Error
どうやらまた同じようなミスをしてしまった
http://groups.google.co.jp/group/google-app-engine-japan/msg/2cc3dbed1cbb8ccf
http://groups.google.co.jp/group/google-app-engine-japan/msg/2cc3dbed1cbb8ccf
このパターンだと思われ、1日待ってみる必要がある。
index.yaml の該当部分を削除して vacume_indexes しても Status が Error の
ままで Deleting にならず、削除が開始されない。 結果、 Error が消えないのでどうしようもない。
関連
Google App Engineで、index.yamlに記述したインデックスが正しく生成されないときの対処法
http://akisute.com/2009/05/google-app-engineindexyaml.html
GAE(google app engine) インデックスのトラブルの顛末
http://osima.jp/blog/gae-index-in-trouble.html
ローカル: 2009年7月21日(火) 午前11:52件名: Re: can not force delete a index with error!I wasn't able to delete the "Error" status index for a day, the next
day when I tried vacuum_indexes it got deleted without any problem.The fist day I tried many times, but the index status was "Error" it
didn't change to "Deleting...". It was kind of stuck at the error
status.
関連
Google App Engineで、index.yamlに記述したインデックスが正しく生成されないときの対処法
http://akisute.com/2009/05/google-app-engineindexyaml.html
GAE(google app engine) インデックスのトラブルの顛末
http://osima.jp/blog/gae-index-in-trouble.html
2009年5月29日金曜日
Blogger API / max_resuts
X max-results
○ max_results
ex. この値をセットしないと25程度しか reults が得られない
start_time ='2009-05-01'
end_time ='2009-05-31'
query = service.Query()
query.feed = '/feeds/' + blogID + '/posts/default'
query.max_results = "100"
query.published_min = start_time
query.published_max = end_time
feed = gd_service.Get(query.ToUri())
登録:
投稿 (Atom)
Swift UI チュートリアル Loading watchOS が終わらない?
Loading watchOS が終わらない? ディスク容量の残量が少ないので不要なシュミレーターを削除したとこころ watchOSのものが全部なくなってしまっていた。 WatchOS を削除して再度インストールしても復活せず。 Create a new simulator で ...
-
1. get_or_insert 自体がトランザクションなのでこれを含めたトランザクションを 作成しようとするとエラーとなる。 File "C:\Program Files\Google\google_appengine\google\appengine\api\...
-
新しいXcodeが使いたかったので MacOS15(Sequoia) にアップグレードしたところ、やはりApacheでPHPが動かなくなっていた。 結論としては brew, openssl, php, httpd を全て再度インストールしたところ動くようになった。 以下、作業ロ...
-
Apache が動かなくなった (MacOS 13.6.7) /var/log/apache2/access_log も error_log も出力されなくなっている $ sudo apachectl start すると以下のようなエラーとなった。 Load failed: ...