Colin Chen

Results 2 issues of Colin Chen

![Screen Shot 2013-04-07 at 4 56 22](https://f.cloud.github.com/assets/2094848/348560/4812a93a-9f61-11e2-81dc-bd018b7da193.png) modify: PMCalendarController.m Method: adjustCalendarPositionForPermittedArrowDirections self.calendarView.frame = frm; to: CGRect tempFrm = frm; tempFrm.origin.y=0; ## self.calendarView.frame = tempFrm; But I'm not very clear, whether...

非常喜欢eggjs, 近期尝试做一些小项目跑着玩,运行在IISNode中, 使用IIS Node 运行express 是可以,但尝试使用egg js 时碰到一些问题, 如下: DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node...