lianghui's recent timeline updates
lianghui's repos on GitHub
Python · 114 watchers
white
A Blog Cms Website backed by MySQL in Flask&Python
Python · 103 watchers
Nagi
Leaderboard backed by MySQL
Python · 83 watchers
Fukei
A socks proxy based Tornado
Python · 57 watchers
dbpy
Database abstraction layer for pythoneer
Python · 40 watchers
Zephyr
A Blog Cms backed by Tornado-web in Python
Python · 23 watchers
solo
Web framework Based Gevent & Webob & Routes
Python · 17 watchers
chronos
Mutil-thread/mutil-process task scheduler drive by Tornado IOLoop
Python · 12 watchers
MySQLDiff
MySQL DataBase Schema Diff Between Two DB Centers
Python · 7 watchers
Lilac
Lilac is A Distributed Scheduler Task System.
C++ · 4 watchers
clover
chat service
Python · 1 watchers
natume
DSL Http Test Tool
Python · 1 watchers
Nomos
Python · 0 watchers
angel
Python DOM QUERY for Humans™.
Python · 0 watchers
Breeze
A gentle ride, like the breeze of a blue spring.
Python · 0 watchers
Choco
Pythonic Template Engine
C++ · 0 watchers
clover_bak
It was a buried memory. It was an eternal oath. It was a wish from the heart. It was a regret kept for eternity.
VimL · 0 watchers
dotfiles
dotfiles, config and template
JavaScript · 0 watchers
ember-hello
Emberjs Demo
Scala · 0 watchers
hello-scala
Scala Leaning
0 watchers
http
HTTP Server/Client/Proxy Server
0 watchers
Jedi-Outcast
Star Wars Jedi Knight II: Jedi Outcast
0 watchers
leaf
There is so much to Love
Python · 0 watchers
Medoly
Medoly is a Web Framework
Python · 0 watchers
Moderate
A Python Distributed Queue Task System (ZMQ/ZeroMQ)
Scala · 0 watchers
pink
scala util tool
Python · 0 watchers
redis-py
An other Redis Client for Python
0 watchers
revenge-of-the-titans
Source code for Revenge of the Titans (source code ONLY!)
Java · 0 watchers
screen
Stairway to the Stars
0 watchers
Sion
Python · 0 watchers
Sola
cherrypy gevent patch
Python · 0 watchers
sqliter
Simple SQLite ORM
Python · 0 watchers
tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python · 0 watchers
webclient
python web http client
CSS · 0 watchers
whiteclover.github.io
My Blog Site
Java · 0 watchers
Zk
Zookeeper util
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   ·   4766 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 01:05 · PVG 09:05 · LAX 18:05 · JFK 21:05
♥ Do have faith in what you're doing.