Colin Chen
Colin Chen
 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...