随笔分类 -  Python

摘要:C#代码:static void Main(string[] args) { ScriptEngine engine = Python.CreateEngine(); ICollection Paths = engine.GetSearchP... 阅读全文
posted @ 2016-01-26 15:50 rovoqo 阅读(1061) 评论(2) 推荐(1)
摘要:MongoDB2.4开始支持空间数据点线面的索引,本文依照MongoDB中的2dsphere中要求的格式,把空间点,线从GeoDataBase中转行到MongoDB中。 阅读全文
posted @ 2013-07-19 12:20 rovoqo 阅读(446) 评论(0) 推荐(0)
摘要:1、环境的配置下载下面的包并安装Python 2.6 Installer – python-2.6.2.msi – From http://www.python.org/download/ – This is installer for the core Python and IDLE IDE installer. I am using Python 2.6 as the other required packages do not currently support later versions of Python (like Python 3).(一般情况下你已经安装)wxPython 2 阅读全文
posted @ 2013-01-19 19:36 rovoqo 阅读(2155) 评论(0) 推荐(0)