V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Livid  ›  全部回复第 1376 页 / 共 1394 页
回复总数  27871
1 ... 1372  1373  1374  1375  1376  1377  1378  1379  1380  1381 ... 1394  
2010-07-20 18:42:28 +08:00
回复了 Livid 创建的主题 Project Babel 关于目前的首页的 indicator
Deploying a new style.

#f0f0f0 -> #e5e5e5
2010-07-20 18:40:44 +08:00
回复了 Livid 创建的主题 Project Babel 关于目前的首页的 indicator
你用的显示器是?
2010-07-20 18:36:31 +08:00
回复了 Livid 创建的主题 Project Babel 关于目前的首页的 indicator
当出现新评论时,灰色也会恢复到蓝色或绿色。
2010-07-20 18:33:52 +08:00
回复了 Livid 创建的主题 V2EX 首页帖子列表小改进
Deploying another new style.
2010-07-20 18:32:16 +08:00
回复了 Livid 创建的主题 Python 最新版本的 Django Template Language
Configuring the template system in standalone mode

This section is only of interest to people trying to use the template system as an output component in another application. If you're using the template system as part of a Django application, nothing here applies to you.

Normally, Django will load all the configuration information it needs from its own default configuration file, combined with the settings in the module given in the DJANGO_SETTINGS_MODULE environment variable. But if you're using the template system independently of the rest of Django, the environment variable approach isn't very convenient, because you probably want to configure the template system in line with the rest of your application rather than dealing with settings files and pointing to them via environment variables.

To solve this problem, you need to use the manual configuration option described in Using settings without setting DJANGO_SETTINGS_MODULE. Simply import the appropriate pieces of the templating system and then, before you call any of the templating functions, call django.conf.settings.configure() with any settings you wish to specify. You might want to consider setting at least TEMPLATE_DIRS (if you're going to use template loaders), DEFAULT_CHARSET (although the default of utf-8 is probably fine) and TEMPLATE_DEBUG. All available settings are described in the settings documentation, and any setting starting with TEMPLATE_ is of obvious interest.
2010-07-20 18:13:53 +08:00
回复了 summic 创建的主题 V2EX 我的帐号忘记密码了怎么办?
这几天女儿比较乖。。。
2010-07-20 18:02:13 +08:00
回复了 summic 创建的主题 V2EX 我的帐号忘记密码了怎么办?
今天晚上上线密码找回。

:)
2010-07-20 17:55:33 +08:00
回复了 Livid 创建的主题 V2EX 首页帖子列表小改进
可以弄成链接。

那么大的一块区域,点击起来应该会很舒服。
2010-07-20 17:53:49 +08:00
回复了 Livid 创建的主题 V2EX 首页帖子列表小改进
嗯,正在细化。那个地方的颜色应该可以用来做很多事情。
2010-07-20 17:47:56 +08:00
回复了 Livid 创建的主题 V2EX 首页帖子列表小改进
目前是居中。大家觉得?
2010-07-20 17:45:14 +08:00
回复了 Livid 创建的主题 V2EX 首页帖子列表小改进
Deploying new style.
2010-07-20 17:40:47 +08:00
回复了 disinfeqt 创建的主题 Project Babel 关于侧边栏
Like your idea very much.
2010-07-20 16:25:40 +08:00
回复了 leben 创建的主题 V2EX ING的MSN机器人是怎么实现的
Search for PHP MSN class.
2010-07-20 08:28:03 +08:00
回复了 Livid 创建的主题 云计算 Cloud Computing Providers
Heroku 的最初级方案也是免费的。
2010-07-20 08:12:12 +08:00
回复了 vayn 创建的主题 Project Picky 给 Picky 添加评论功能
谁来开发个基于 GAE 的 comment system 吧。
2010-07-20 08:09:57 +08:00
回复了 Andor_Chen 创建的主题 Project Picky 关于 Picky 的一点小问题
1. 可以。

2. 当然可以。

以上两个问题你可以在自己的版本里做这样的修改。

3. 最好的反馈区域就是 V2EX。
2010-07-20 08:07:30 +08:00
回复了 Mianco 创建的主题 Project Picky auth.py如何配置
$ python
> import hashlib
> hashlib.sha1('secret').hexdigest()

@lin

目前 Picky 并不记录是谁写了哪篇 article,所以共享一个密码我觉得不是太大问题吧。
2010-07-20 07:53:16 +08:00
回复了 Danny 创建的主题 反馈 一个BUG
Thanks.

All fixed.

一个模板的问题。
2010-07-20 07:43:39 +08:00
回复了 Livid 创建的主题 V2EX ABOUT 页面上线
http://img.ly/1IM4

Thanks Danny. :)
2010-07-20 07:08:09 +08:00
回复了 GordianZ 创建的主题 反馈 V2EX logo在chrome下的hover会缩小
嗯,果然去掉 text-shadow 之后就好了。

反正之前那么小的 text-shadow 其实也没有人会太注意的。
1 ... 1372  1373  1374  1375  1376  1377  1378  1379  1380  1381 ... 1394  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4383 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 172ms · UTC 04:02 · PVG 12:02 · LAX 21:02 · JFK 00:02
Developed with CodeLauncher
♥ Do have faith in what you're doing.