摘要:
OClint是针对C, C++及Objective C代码的静态扫描分析工具,而SonarQube是一个开源的代码质量管理平台。本文将实现将OClint的扫描结果导入到SonarQube中,已实现对Objective C代码质量的管理。操作系统:Mac OS X 10.9所需工具:SonarQube... 阅读全文
摘要:
“command not found: django-admin”¶django-adminshould be on your system path if you installed Django viapythonsetup.py. If it’s not on your path, you c... 阅读全文
摘要:
在python中,模拟http客户端发送get和post请求,主要用httplib模块的功能。1、python发送GET请求我在本地建立一个测试环境,test.php的内容就是输出一句话:1echo 'Old friends and old wines are best.';python发送get请... 阅读全文