V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Livid  ›  全部回复第 1340 页 / 共 1414 页
回复总数  28271
1 ... 1336  1337  1338  1339  1340  1341  1342  1343  1344  1345 ... 1414  
2010-09-10 02:40:04 +08:00
回复了 ziozhou 创建的主题 Project Babel babel免费么?
你可以任意修改以适合自己的用途。比如这里就有一个修改得比较大的:

http://www.geekaa.com/
2010-09-10 02:36:41 +08:00
回复了 ziozhou 创建的主题 Project Babel babel免费么?
完全免费。

欢迎使用。
2010-09-10 02:35:58 +08:00
回复了 Livid 创建的主题 Inception 清醒梦 Lucid Dream
或许 Cobb 他们就是通过反复这样的训练,然后就创造了自己的 Limbo。
2010-09-10 02:31:25 +08:00
回复了 Livid 创建的主题 Inception 清醒梦 Lucid Dream
这个词条中提到的有意识地训练自己去做清醒梦,我非常想尝试。
2010-09-10 02:30:19 +08:00
回复了 GordianZ 创建的主题 问与答 大家用什么项目管理软件?
我目前在用 Things + Calvetica 管理。

Things 负责每个项目里的具体事项。

Calvetica 负责各种 deadline,也兼任 CRM。
2010-09-10 02:09:23 +08:00
回复了 POPOEVER 创建的主题 iPad 用 iPad 访问了一下
^^

如果用 iPhone 4 的话,还会看到高清的 Logo 和导航图标。
2010-09-10 01:35:20 +08:00
回复了 Livid 创建的主题 iDev Statement by Apple on App Store Review Guidelines
我相信 Xcode for Windows 肯定是存在的,不然苹果用什么开发 iTunes 和 Safari 的 Windows 版呢。
2010-09-10 01:33:56 +08:00
回复了 Olivia 创建的主题 翻译 大家来帮忙想想 <<Rework>> 中文书名怎样译最好*.*
@POPOEVER 哇,终于在这里看到奶爸的标志头像了。

现在我也是奶爸了,女儿 2 个月,非常健康可爱 ^^
2010-09-10 01:09:01 +08:00
回复了 Olivia 创建的主题 翻译 大家来帮忙想想 <<Rework>> 中文书名怎样译最好*.*
重塑工作
2010-09-10 00:47:25 +08:00
回复了 Livid 创建的主题 V2EX 20100909
现在加入了一些更多的优化。

接下来就是做主题分页了。
2010-09-10 00:16:00 +08:00
回复了 Livid 创建的主题 V2EX 20100909
我研究下看看 Python 标准库里有没有什么靠谱的压缩手段。
2010-09-10 00:15:01 +08:00
回复了 Livid 创建的主题 V2EX 20100909
http://code.google.com/appengine/docs/python/memcache/clientclass.html#Client_set

set(key, value, time=0, min_compress_len=0, namespace=None)

Sets a key's value, regardless of previous contents in cache.

Arguments:

key

Key to set. The Key can be a string or a tuple of (hash_value, string) where the hash_value, normally used for sharding onto a memcache instance, is instead ignored, as Google App Engine deals with the sharding transparently.

value

Value to set. The value type can be any value supported by the Python pickle module for serializing values. The combined size of the serialized key and value must be at most 1 megabyte.

囧了。。。
2010-09-10 00:11:53 +08:00
回复了 Livid 创建的主题 V2EX 20100909
其实我记得目前页面上的回复是有缓存的。

但是 /t/815 为什么还那么慢,有一种可能就是,memcache 能够接受的对象尺寸有限制?比如 1M,但是 /t/815 很可能超过 1M 了。

我再仔细看看文档。
2010-09-10 00:08:37 +08:00
回复了 Livid 创建的主题 V2EX Daily Visits 首次突破 4000
@Los 确实是 spammer。我已经 deactivate 这个账户很多次。但是每次都很顽强地把密码找回之后继续发。

目前 V2EX 的 deactivate 机制就是把一个用户的密码改为乱码,这样他就暂时不能登陆。
2010-09-09 23:59:51 +08:00
回复了 Livid 创建的主题 V2EX 20100909
@ashchan 非常感谢你的思路。

Django 的 template filter 也是消耗 CPU 的另一源头,目前页面上的 x hours xx seconds ago 即是通过 template filter。如果能够将这些负载挪到浏览器,对性能肯定有帮助。

目前对于主题的 content 已经使用了将渲染结果保存为 content_rendered 的方法来优化,但是对 reply 也这样做的话,长远会消耗 2 倍的存储空间,所以我还在考虑中。
2010-09-09 23:57:07 +08:00
回复了 Livid 创建的主题 V2EX Daily Visits 首次突破 4000
@Los 呵呵,希望这里很快也会成为一个各种网站的流量源,就像 Digg 和 Reddit 那样。
2010-09-09 21:24:30 +08:00
回复了 mactive 创建的主题 Google App Engine 标准SQL结构和数据如何导入GAE
为什么不直接用 SQLite 把这些数据存到 iPhone 里呢?
2010-09-09 21:07:53 +08:00
回复了 darasion 创建的主题 Google App Engine 请教一个问题,关于用 GAE 挂起用户的实现。
可以在浏览器端用 JS 把内容藏起来,V2EX 的 block 就是这样实现的。
1 ... 1336  1337  1338  1339  1340  1341  1342  1343  1344  1345 ... 1414  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2202 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 157ms · UTC 09:24 · PVG 17:24 · LAX 02:24 · JFK 05:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.