目录python logging模块及日志定时清理1.创建logger对象2.logging.basicConfig常用样式3.常用handlers的使用StreamHandlerFileHandlerNullHandlerWatchedFileHpythonandlerRotatingFileHandlerTimedRotatingFileHand
I want a UITextView in cocos2d. I usedin init method I wrote the code , UITextView *textView = [[UITextView alloc] initWithFrame:CGRectMake(0,0, windowSize.height/2,windowSize.width/2)];