发布iHere blog1.0.4
Wednesday, Oct.. 14. 2009 –
Category: GAE 开发 –
9 Comments
Tags:
topStory
blog
release
ihere
发布iHere blog1.0.4:http://code.google.com/p/ihere-blog/这次主要是bug更新: 解决了上传后index的问题(注意index构建需要一段时间,不能马上生效,上传后等1,2个小时就好了。) 解决了runtest的bug 现在可以正常使用了 接下来准备iHere Blog1.1版本的更新: 集成appengine-patch1.1 openid的集成 twitter header改成可选的 其他一些小的bug变更 [...]
GAE sdk Version 1.2.5发布了!
Friday, Sept.. 4. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
topStory
sdk
release
Version 1.2.5 - September 3, 2009 The Windows Python SDK now includes a GUI launcher, similar to the Mac SDK. Added XMPP support. http://code.google.com/appengine/docs/python/xmpp http://code.google.com/p/googleappengine/issues/detail?id=231 Datastore now supports multiple writes to the same entity within [...]
Fridge Sticks
Monday, June. 29. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
app
google
fridge
release
topStory
Fridge Stickshttp://ihere.appspot.com/fridge/ [...]
号外:GAE的限制收紧已经生效
Monday, June. 22. 2009 –
Category: GAE 开发 –
0 Comments
Tags:
Google App Engine
quota
之前说google会在今天,减少GAE应用程序的免费限额。现在他们说到做到了- -#The new free quota levels to take effect on June 22nd will be as follows: * CPU Time: 6.5 hours of CPU time per day * Bandwidth: 1 gigabyte of data transferred in and out of the application per day * Stored Data&Email Recipi [...]
发布一个早期的飞信web客户端:
Sunday, June. 14. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
fetion
api
Google App Engine
release
topStory
发布一个早期的飞信web客户端:有兴趣的同学可以在:http://ihere.appspot.com/sms/试用目前可以:1. 给你已开通飞信的好友发送短信,仅限中国移动用户。2. 给未开通飞信的好友发送邀请开通的短信这样理论上可以给任何中国移动的手机发短信了:-)本工具不保存用户信息请放心使用。已经做了限制,不允许连续发送相同内容的短信,请不要使用本工具发送垃圾短信!本工具谨作为技术交流使用!因使用本平台造成的法律后果与本平台无关!特别鸣谢:本工具基于可可熊cocobear(http://cocobear.info/blog/)的PyFetion修改而成,感谢cocobear无私开源:-) [...]
使用model cache给你的GAE应用程序加速
Wednesday, June. 10. 2009 –
Category: GAE 开发 –
2 Comments
Tags:
memcache
datastore
topStory
使用model cache给你的GAE应用程序加速刚刚看到gae group里面的一片文章,里面实现了一个利用memcache来进行model cache的方法。使用非常简单,而且加速效果明显:-)在这里分享下:D原文在这:google group讨论http://appengine-cookbook.appspot.com/recipe/seamless-memcache-caching-of-all-entities/使用很简单,在你的models.py 最上方import datastore_cachedatastore_cache.DatastoreCachingShim.Install()然后就可以享受memcache带来 [...]
Web Python IDE Py I/O release!
Wednesday, June. 3. 2009 –
Category: GAE 开发 –
4 Comments
Tags:
pyio
appengine
release
ide
python
topStory
Web Python IDE : Py I/O release!发布在线Python IDE : Py I/O !URL :http://py-ide-online.appspot.com/使用Py I/O 你可以:1. 无需安装Python,直接运行python code。 2. 学习python, 体会python 编程的乐趣 :-)3. 分享你的python 代码片段,并评价打分 ;-)4. 完全免费:P包括两种使用方式: 1.交互式shell, 可以逐行运行code,就想本地的python console一样!2.整段运行, 可以写一段代码,然后整个运行查看结果!想直接体会Pythonic 的coding乐趣?试试如下程序吧 [...]
iHere Blog:利用Google Docs来写博客
Monday, May. 25. 2009 –
Category: GAE 开发 –
2 Comments
Tags:
google docs
metaweblog
blog
topStory
iHere Blog:利用Google Docs来写博客因为google docs支持metaweblog api, 所以就有了除了Windows Live Writter的另外一种选择,这样在linux mac下也可以轻松写blog了:-)按照下面的几步简单设置,就可以使用google docs写博,然后发送到你的iHere Blog了:-)1.如下图写好一个文档之后 点右边Share -> Publish as web page2.点击下边的blog setttings 选择My own server, api选择Metaweblog url:http://yourdomai [...]
iHere Blog 1.0.3 Release Notes
Thursday, May. 21. 2009 –
Category: GAE 开发 –
0 Comments
Tags:
ihere
release
iHere Blog 1.0.3 Release NotesiHere Blog 1.0.3 发布download at:http://code.google.com/p/ihere-blog/ 1.Tag URL change to /tag/tagname/pagenumtag 的url 改变为/tag/tagname/pagenum2.Fixed can't run test when upgrade to gae sdk 1.2.2修正了run test的问题 现在可以在sdk以及gae 环境下正确运行test了 3.Add archive function : 1.Archives by month url: /year/ [...]
Eclipse Google Plugin安装指南
Saturday, April. 11. 2009 –
Category: GAE 开发 –
3 Comments
Tags:
Google App Engine
install
java
plugin
某同学说装google plugin装不上。 写下我的安装方式,希望能帮上忙:P 1.先去这里下载,文件都放在一个文件夹里面http://d.hatena.ne.jp/taichitaichi/20090408/1239176076 2.打开eclipse3.4的update, add local site 注意添加的是文件夹路径 3.别急着install 先, 点右边manage sites,把所有的勾去掉 **关键** 4.如下图所示同时添加 google的update site 和刚才的local sitehttp://dl.google.com/eclipse/plugin/3.4 5.现在你应该可以直接install [...]
预发布下我的新GAE应用 geo twitter
Saturday, April. 11. 2009 –
Category: GAE 开发 –
2 Comments
Tags:
geo
chat
twitter
googlemaps
预发布下我的新GAE应用 geo twitter是个goolge maps和 twitter的mashup,使用它你可以看到人们在什么地方在使用twitter。目前还在pre release中,功能还在不断开发中。添加到了Google Appgallery里面做推广:-)http://appgallery.appspot.com/about_app?app_id=agphcHBnYWxsZXJ5chQLEgxBcHBsaWNhdGlvbnMYnasHDA功能简单说明:1.进入http://geo-twitter.appspot.com/ 后,首先使用google account 登录,然后能看到最近一小时的twitter更新情况2. [...]
GoogleAppEngine支持了cron jobs!
Wednesday, April. 8. 2009 –
Category: GAE 开发 –
3 Comments
Tags:
Google App Engine
cron jobs
刚刚发现gae支持了cron jobs (定时任务)在控制台里可以看到有一项: 正好我的geo twitter项目 需要定时更新twitter上的项目(因为twitter的rate limits) 这是文档:http://code.google.com/intl/zh-CN/appengine/docs/python/config/cron.html 其实很简单 根目录建个文件 cron.yaml 比如我5分钟执行一次: cron:- description: refresh twitter friends timeline url: /event/refresh schedule: every 5 min [...]
Google AppEngine Java sdk’s coming!
Wednesday, April. 8. 2009 –
Category: GAE 开发 –
5 Comments
Tags:
Google App Engine
Java
sdk
今天进入gae控制台的时候发现上面多了java sdk的下载申请。赶紧申请了一个尝鲜:P 大家赶紧去申请吧:P http://appengine.google.com/promo/java_runtime [...]
New project's going..Twitter on the map?!! That's it :P
Friday, April. 3. 2009 –
Category: GAE 开发 –
3 Comments
Tags:
twitter
map
http://2.latest.inforsphere.appspot.com/ [...]
Google AppEngine 5月将支持Java
Monday, March. 30. 2009 –
Category: GAE 开发 –
6 Comments
Tags:
Google App Engine
新闻来源 javeeye: http://www.javaeye.com/news/6580-google-appengine-will-support-java 据说Google AppEngine 将支持Java,Google的Om Malik 写了一篇博客:“Java: Coming Soon to Google’s App Engine”,确认在5月份召开的 Google I/O 开发者大会上将宣布Google AppEngine 正式支持Java。 Om Malik 写道 这意味着什么?Google AppEngine (GAE)目前只支持Python,Java是开发者中使用最多的语言,GAE 支持Java将让google [...]
关于iHere Blog那点事儿(1)
Monday, March. 30. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
ihere
blog
google app engine
国内用python的人不多,做gae的更是凤毛麟角了。很多朋友跟我说看不懂代码,我想还是写点东西介绍下吧:-) 首先得理解下iHere的结构: iHere--->Django1.0---->Appengine Patch---->Google App Engine’s Python sandbox Blog程序---Django1.0---让Django1.0工作在gae上的工具---gae python环境 首先说说Django这个框架,它同python的关系与rails和ruby的关系有点类似。都是为了简化web开发,才使用的。 在python上开发web应用,有web2py Pylons turbogear [...]
iHere Blog 使用调查
Saturday, March. 28. 2009 –
Category: GAE 开发 –
4 Comments
Tags:
ihere
blog
刚刚发布1.0.2版两天,就发现下载突破230+。看来已经有很多朋友在关注ihere blog了.假如你在使用iHere Blog 希望你能在这里留下你的appspot地址:-)我很有兴趣看看大家是怎么用的:-) 假如你修改了blog的模版,定制成了自己的样子,愿意分享模版的话 也希望能够联系我:-) 请在下面回复评论吧,谢谢:-) If you are using iHere Blog,I'am glad to know about it:-)Please leave your blog link :-). Thanks! [...]
iHere Blog 1.0.2 安装配置
Friday, March. 27. 2009 –
Category: GAE 开发 –
16 Comments
Tags:
blog
ihere
做了个幻灯:-) [...]
iHere Blog 1.0.2发布!
Thursday, March. 26. 2009 –
Category: GAE 开发 –
2 Comments
Tags:
ihere
blog
google app engine
今天忙活了半天 ,整理了下代码。发布了1.0.2版。其实都变了好多,不过这之后的代码应该相对稳定了吧 http://code.google.com/p/ihere-blog/downloads/list 这版主要还是code refactoring,还有简化了下安装配置: 改变如下: 将iHere相关的settings都放在了根目录ihere_settings.py这个文件中 上方头部header里面的菜单可定制了 分为两级 进入Admin里面Blog-Menus里面可以修改 links可定制 在Admin里面的Blog-Links里面增加 加了两个相册mbGallery 和 pikachoose sidebar改为了一栏,很多人诟 [...]
今日摘记,超流水帐
Thursday, March. 19. 2009 –
Category: GAE 开发 –
0 Comments
Tags:
App Engine
blog
gae
杂记
每天混在网上看见感兴趣的东西又忘掉…像熊瞎子批苞米一样,拿起一个丢了另一个。想想还是应该每天记个流水账,也是做个索引吧 很懒 基本是一句话新闻: 1.GAE上的Sharding技术,简而言之分片写入,应付高并发更新写入的技术 http://code.google.com/intl/zh-CN/appengine/articles/sharding_counters.html Sharded, memcached counters 这个可以做什么?答:你想高并发么? 只能这么整 over——! 2. PHPRPC 类Hession的一种序列化技术,支持多种客户端,适合与gae做backend的应用 Import and expor [...]
Logo
About Me
-
A Computer Geek in Beijing, China. Focus on Web2.0 Technology: Google App Engine, Python, Django, Software Architecture, Agile, JAVA, J2EE, JavaScript, etc.
Coding for fun, Coding with passion :-) It's my life!
Most Popular Posts
- 1. GAE限制续 (1964)
- 2. Eclipse Google Plugin安装指南 (1785)
- 3. iHere Blog 1.0.2 安装配置 (1658)
- 4. iHere Blog 安装 简要配置 (1386)
- 5. 终于在做导入的时候遇到了GAE的瓶颈 (1158)
- 6. 新加Ajax效果Page flow (1015)
- 7. GAE上面的Unittest总结 (1000)
- 8. 新东西 呵呵 JS3D (961)
- 9. Web Python IDE Py I/O release! (945)
- 10. 转向了Appengine patch (937)
Tags
-
App Engine
Appengine patch
Django
Google
Google App Engine
Google App Engine
Java
algorithm
api
app
appengine
autodiscovery
blog
cache
chat
cloud computing
cron jobs
datastore
demo
feature
fetion
fridge
gae
geo
google
google app engine
google docs
googlemaps
iHere Blog History
ide
ihere
inforsphere
install
java
jquery
map
mashup
memcache
metaweblog
new
nutch
open source
pageflow
plugin
projects
pyio
python
quota
release
released
rss
sdk
snap
sort
topStory
twitter
weblog api
杂记

