码迷,mamicode.com
首页 >  
搜索关键字:mylog    ( 85个结果
如何使用Google Volley网络库发起带Header的HTTP请求?
public void makeHTTPrequest(String url) { MyLog.d(TAG, "makeHTTPrequest, url=" + url); mQueue = VideoApplication.getInstance().getRequestQueue(); JsonObjectRequest jsonObjReq...
分类:其他好文   时间:2014-09-07 13:33:55    阅读次数:174
在python中使用logging模块
importlogging logging.basicConfig(level=logging.INFO,filename=‘mylog.log‘) logging.info(‘Startingprogram‘) logging.info(‘Tryingtodivide1by0‘) print1/0 logging.info(‘Thedivisionsucceeded‘) logging.info(‘Endingprogram‘)
分类:编程语言   时间:2014-08-12 17:36:35    阅读次数:202
发布程序后的NSLog批处理
NSLog在开发中是必须使用到的,但是其本身是特别耗费性能的,所以在产品发布后是一定要去掉的。在大的开发项目中一个个处理NSLog是相当困难的,所以可以考虑在pch文件中进行宏定义,如:#define MyLog(...) NSLog(__VA_ARGS__)待程序发布时可以将后面的NSLog(__...
分类:其他好文   时间:2014-06-11 22:10:47    阅读次数:319
C++ 写Log
classMYLog { public: ~MYLog(void); staticMYLog*Log(); boolOpenLogFile(conststring&sFilePath); voidMessage(conststring&sFileName,conststring&sFunc,constlong&lLine,conststring&sMessage); private: staticMYLog*m_pInstance; MYLog(void); voidG..
分类:编程语言   时间:2014-06-10 22:30:53    阅读次数:339
linux command cp.
Examplescp file1.txt newdirCopies thefile1.txtin the current directory to thenewdirsubdirectory.cp /home/public_html/mylog.txt /home/public_html/backu...
分类:系统相关   时间:2014-06-01 12:24:00    阅读次数:263
85条   上一页 1 ... 7 8 9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!