lianghui's recent timeline updates
lianghui

lianghui

🏢  Free
V2EX member #64108, joined on 2014-06-03 12:41:56 +08:00
Per lianghui's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
lianghui's recent replies
Aug 2, 2016
Replied to a topic by Pzdmultiverse 职场话题 公司考勤制度,来晒晒。。
每周满 45 小时在公司就可以,不加班,不多上一分钟。
在公司用触摸板和小红点
同事跳槽去的公司,貌似不缺钱。 帮 lz 顶下。
如果是我,应该会走,经验不足,应该能找到更好的公司,拿到 offer ,然后果断提辞职走人,带人什么的可以过两年吧,专心打好硬件基础。管理方便很多时候是一门沟通技术,像我这的大队组长,基本类累成狗了,但有不想分权,其实管理方面效率很低, blabla 的开会一开就是大半天,到公司后实在受不了,引入了 trello 等工具提高效率。如果整个团队来来往往的像市集一样,在大的饼也是纸糊的。你呆小公司十年,按大众看法就是还不如一天 b 站的流量。找到一个可以长期发展的机会,而不是去接烂摊子,或者说真的有前景,在你上任小组长后,团队能组建起来,三个月内稳定下来,如果不能还是去找好下一家东家,果断跳槽,慢慢累积经验,一切都是水到渠成。
Jun 8, 2016
Replied to a topic by magicdawn Python pyenv 真是个好东西
用 sublimetext 可以做到显示都是 2 space 缩进,但其实是 4 space 缩进,看代码和写代码都很紧凑。
Jun 5, 2016
Replied to a topic by mgna17 Tornado 问一个关于 tornado 异常处理的新手问题
@mgna17 因为 RequestDispatcher 在没有找到 handler 默认设置将 handler 为 ErrorHandler,如果指定了 default_handler_class ,就使用 default_handler_class 。

ErrorHandler 继承了 RequestHandler , 所以 hook RequestHandler.write_error 有效。 详细看 tornado.web._RequestDispatcher route 处理实现
Jun 5, 2016
Replied to a topic by mgna17 Tornado 问一个关于 tornado 异常处理的新手问题
```python

class NotFondHandler(BaseHandler):

def get(self):
self.write("This page ``{}``is not Found".format(self.request.path))


settings = {
'template_path': os.path.join(os.path.dirname(__file__), "templates"),
'static_path': os.path.join(os.path.dirname(__file__), 'static'),
'default_handler_class': NotFondHandler
}

default_handler_class and default_handler_args: This handler will be used if no other match is found; use this to implement custom 404 pages (new in Tornado 3.2).

```
我们这一周上满 40 小时就可以,我每天快十一点时到公司。 (这才叫弹性上班!!!)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2439 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 01:12 · PVG 09:12 · LAX 18:12 · JFK 21:12
♥ Do have faith in what you're doing.