V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  dreampuf  ›  全部回复第 44 页 / 共 50 页
回复总数  986
1 ... 36  37  38  39  40  41  42  43  44  45 ... 50  
也许这里的讨论会对你有帮助
http://stackoverflow.com/questions/602138/is-a-debugger-the-mother-of-all-evil

+ you're wasting your time because all that time put into debugging can never be reused. It's a one time hack in the sense that if you have another bug later, you'll probably need to start all over again, and
+ you've only solved this one bug, and while it might only occur for this specific scenario that you tested, you most likely did not solve a more general problem. That's because you're not thinking in generality, you're in a debugging mindset, not a general mindset.
2011-06-29 02:06:05 +08:00
回复了 greenymora 创建的主题 问与答 各位用什么方法提神和保持清醒?
linkin park
2011-06-21 14:16:01 +08:00
回复了 itopidea 创建的主题 Google App Engine GoogleAppEngine-1.5.1发布
替楼主补上一些信息
http://code.google.com/p/googleappengine/downloads/list

Python
============================
- ProtoRPC is a new experimental library that provides a simple method for
creating a well-defined and easy-to-use web-based RPC service.
- The development server's datastore implementation now contains logic that
closely replicates the consistency guarantees of the High Replication
datastore. To use, run the dev_appserver with the flag --high_replication set
to True.
- All user request have an X-AppEngine-Country header which contains the
ISO-3166-1 alpha-2 country code for the user, based on the IP address of the
client request.
- The Channel API can now provide user presence, this can be configured by
adding channel_presence to the list of inbound services for your application.
- The Images API now supports the WebP format. Due to limitations in PIL, the
SDK does not support the WebP format.
- You can switch the timezone for App Engine logs in the Admin Console.
http://code.google.com/p/googleappengine/issues/detail?id=734
- Fixed an issue in the SDK where leased tasks had the POST method. They now
have a PULL method.
- Fixed an issue where the Channel API didn't work with non-default versions of
applications using the High Replication datastore.
- When displaying corrupt data in the Admin Console dataviewer, a useful error
will be displayed, instead of a 500.
http://code.google.com/p/googleappengine/issues/detail?id=4945
Java
=============
- The development server's datastore and testing service implementations now
contains logic that closely replicates the consistency guarantees of the High
Replication datastore. To use, run the dev_appserver with the flag
-Ddatastore.default_high_rep_job_policy_unapplied_job_pct=20.
- All user request have an X-AppEngine-Country header which contains the
ISO-3166-1 alpha-2 country code for the user, based on the IP address of the
client request.
- The Channel API can now provide user presence, this can be configured by
adding channel_presence to the list of inbound services for your application.
- The Images API now supports the WebP format.
- You can switch the timezone for App Engine logs in the Admin Console.
http://code.google.com/p/googleappengine/issues/detail?id=734
- Added javax.xml.ws.Service$Mode to the whitelist.
http://code.google.com/p/googleappengine/issues/detail?id=4770
- You can configure your application to asynchronously write https session data
by adding <async-session-persistence enabled="true"/> to your
appengine-web.xml.
http://code.google.com/p/googleappengine/issues/detail?id=1692
- The local task queue unit testing API now supports Deferred Tasks.
- Fixed an issue where using reserved URLs did not cause an error in the SDK.
- Fixed an issue where having a backends.xml configuration file caused logging
to stdout to fail in the SDK.
- Fixed an issue where the Channel API didn't work with non-default versions of
applications using the High Replication datastore.
- Fixed an issue where the Remote API rtok comparison was broken for some users,
causing appfcg download data to fail.
- Fixed an issue with the SDK where you could not apply a transform to PNG
images.
http://code.google.com/p/googleappengine/issues/detail?id=3458
- When displaying corrupt data in the Admin Console dataviewer, a useful error
will be displayed, instead of a 500.
http://code.google.com/p/googleappengine/issues/detail?id=4945
- Fixed an issue with the SDK where non-string index names caused an error upon
upload.
http://code.google.com/p/googleappengine/issues/detail?id=5004
- Datanucleus now supports polymorphic relationships.
http://code.google.com/p/datanucleus-appengine/issues/detail?id=153
- Datanucleus now supports PreparedQuery#countEntities(FetchOptions).
http://code.google.com/p/datanucleus-appengine/issues/detail?id=225
- Fixed an issue with datanucleus where recursive relation did not work.
http://code.google.com/p/datanucleus-appengine/issues/detail?id=80
2011-06-19 10:23:29 +08:00
回复了 tioover 创建的主题 Python 中专学历有没有问题?
做自己喜欢做的事.但绝对不要后悔.

只要花时间做了,就有收获,就没什么好后悔的.
2011-06-17 10:40:20 +08:00
回复了 foaoo 创建的主题 问与答 关于分布式代码管理工具的疑问。
2011-06-15 02:25:20 +08:00
回复了 pepsin 创建的主题 分享发现 这个团队很厉害
各种想当然
2011-06-08 02:52:18 +08:00
回复了 ayanamist 创建的主题 问与答 如何原子性的重排某个队列
时间戳
2011-06-02 15:42:18 +08:00
回复了 Livid 创建的主题 Python 大家用 Python 做过的规模最大的项目有哪些?
一个人么?.
一个GAE上的博客.总共几千行吧.
2011-05-24 15:11:56 +08:00
回复了 benzhe 创建的主题 问与答 毕业生进入初创公司的利弊
为什么一定要做大做强?...为什么一定要考虑期权?..

我三十岁以前一定要玩够本...可以不成功(所谓的成功).但一定要从事自己喜欢,热爱,执着的事情.
我的收获不是期权,不是别人的羡慕.我只想我自己随时随地处于激发的状态,燃烧自己.
2011-05-21 21:57:11 +08:00
回复了 huacnlee 创建的主题 Project Babel Github gist 代码插入支持
2011-05-21 21:56:03 +08:00
回复了 huacnlee 创建的主题 Project Babel Github gist 代码插入支持
2011-05-20 17:24:14 +08:00
回复了 goldenlove 创建的主题 问与答 github pages 绑不了2级域名了吗??!
可以的..
比如你的帐号是dreampuf 那么你的自定义域名为 http://dreampuf.github.com/
你需要创建一个 dreampuf.github.com 为名称的仓库.作为你的pages hosting.然后其中创建一个CNAME文本文件.里面输入你想要的二级域名地址.然后修改该域名DNS CNAME映射到 dreampuf.github.com
稍等一会就能访问了.

每个项目都要创建一个gh-pages的分支作为项目pages hosting.

https://github.com/pages/pages.github.com/blob/master/index.md
2011-05-19 21:51:09 +08:00
回复了 aveline 创建的主题 问与答 求推荐适合跑步的音乐
蓝调,或者交响曲?
2011-05-17 16:06:00 +08:00
回复了 xlaok 创建的主题 问与答 VIM与Emacs的特点和优劣性?
vim.
2011-05-12 23:33:36 +08:00
回复了 lyylts 创建的主题 Google App Engine ghs 反向代理 ip : 69.163.36.46 ,直接A记录过去就行
支持.
2011-05-06 01:13:46 +08:00
回复了 Elix 创建的主题 天黑以后 20110506 午夜俱乐部
尽早动身!祝好运
2011-05-01 23:30:31 +08:00
回复了 bcxx 创建的主题 分享创造 模仿 Project Picky 写了一个基于 webpy/jinja2 的 blog:Chimchar
http://huangxin.im
也是一款博客.wsgi + tenjin .支持rST, UBB, Markdown写.Atom输出.
特色?代码简洁.利于改造.
2011-05-01 23:27:21 +08:00
回复了 bcxx 创建的主题 分享创造 模仿 Project Picky 写了一个基于 webpy/jinja2 的 blog:Chimchar
@sbmjerry 好苍白莫须有的“保证一下子就火".
1 ... 36  37  38  39  40  41  42  43  44  45 ... 50  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1105 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 38ms · UTC 22:47 · PVG 06:47 · LAX 15:47 · JFK 18:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.