Jesse Yang
Jesse Yang
已经有一个 `info.resolve()` 方法了
不过好像目的不一样。。。 那就加上吧。。。
看起来像是 windows 下 terminal 中文字体显示的问题
自动回复的路由和微信API相关的东西,至少是可以拆开来的。dashboard 和更复杂的 cli 可以先放着不做。
@rogerz 想法挺好,可以搞起,欢迎提 PR
`webot.set` 传入的 rule name 必须是 string ,试试: ``` javascript wechat.set(String(index), data[index]); ```
你再试试 `webot.set({ name: index, pattern: '/[0-9]+/', handler: 'this is a number' })`
The error comes from `import kerberos`, and is because of incompatible version with Python 2. Try this: ``` pip install pykerberos==1.1.14 ```
@JokerT http://developers.douban.com/
这两个文件是生产环境下清理静态文件缓存用的,开发模式下遇到这个错误不用担心 On Saturday, November 15, 2014, no13bus [email protected] wrote: > make grunt的时候提示我找不到hash.json和source_hash.json文件 > 这个是什么原因呢? > > — > Reply to this email directly or view it on GitHub > https://github.com/ktmud/doubanj/issues/33....