ithelloworld's recent timeline updates
ithelloworld

ithelloworld

V2EX member #33864, joined on 2013-02-07 23:10:07 +08:00
mako 模版如何在 include 中使用 $ ?
Python  •  ithelloworld  •  Jan 29, 2016  •  Lastly replied by ithelloworld
2
这样的需求能不能用一条SQL实现?
程序员  •  ithelloworld  •  Nov 9, 2013  •  Lastly replied by lichao
5
开发时如何设置各种平台user-agent版本?
程序员  •  ithelloworld  •  Jun 4, 2013  •  Lastly replied by dorentus
6
一个奇怪的外链问题
程序员  •  ithelloworld  •  May 16, 2013  •  Lastly replied by ithelloworld
6
如何对表单中复数文本框进行统一验证?
程序员  •  ithelloworld  •  Apr 15, 2013  •  Lastly replied by sillyousu
1
ithelloworld's recent replies
Jan 29, 2016
Replied to a topic by ithelloworld Python mako 模版如何在 include 中使用 $ ?
@royzhanggy 谢谢回答。其实这里我想这样实现:

<%include file="another.html" args="label=${_('detail')}"%>

${_('detail')} 是要做成 i18n 的。就这个要显示的信息不知怎么加到这种情况了。没用 blueprint 。

另外,虽然 include 的是 html 文件,但里面也是嵌有 mako 语法的。
Aug 14, 2015
Replied to a topic by junnplus Python Python China 社区回来了?
@lepture 从软件工程师的角度讲,你的做法趋于完美,这种角色的定位也确实应该如此。以个人看法,[python-china.org]现在的感觉是一个理想化的个人产品,“不打算运营”这句话让社区的人感到失望。

国内的 Python 社区虽然有 https://groups.google.com/forum/#!forum/python-cn 这个邮件列表了,但好好做一个独立,有个性,实用的社区更好。内容探讨,积累,分享,比一个产品本身的技术层面有价值。

国内的 Web 社区,大多数语言都发展良好,对于[python-china.org]这样的域名,不如销售给 BAT 或豆瓣,知乎等定级技术团队来运营,那样更有凝聚力,影响力,对于这种语言在中文环境下的影响也将非常深远。

个人觉得对于技术类社区的运营,管理,非顶尖技术公司,团队不可。那些公司的责任不止是开发自己的产品,还要把对社区贡献力量作为自己的使命,看看 facebook 的开源文化对公司自身有多大帮助吧: https://code.facebook.com/projects/

以上是个人看法,仅供参考:)
[email protected] 谢谢,祝福!
[email protected] 看上去不错
Mar 3, 2015
Replied to a topic by kstsca 分享发现 .science 域名免费使用 1 年
一年之后续费的话,每年 GBP 17.7。
Feb 16, 2015
Replied to a topic by mianju Vim 你们觉得 vim 好配置么?
Jan 14, 2015
Replied to a topic by gooffer 推广 [福利]百度阿里腾讯等 50 个笔试卷 PDF 合集
@hicdn 谢谢!
Nov 9, 2013
Replied to a topic by ithelloworld 程序员 这样的需求能不能用一条SQL实现?
@lichao 我得到这样一种方法:

SELECT t.name
, SUM(IF(t.updated_at = yyyymm)) AS monthly_count
, SUM(1) AS total_count
FROM table_name t
GROUP
BY t.name

你的方式能分享一下吗?
vagrant plugin install vagrant-proxyconf
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2667 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 15:59 · PVG 23:59 · LAX 08:59 · JFK 11:59
♥ Do have faith in what you're doing.