陶醉八宝粥

文章
7
资源
0
加入时间
3年1月10天

python postgressql联接失败

could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the serv

arcgis python工具-ArcGIS使用Python脚本工具

在Pyhton写的一些代码,用户交互不方便,用户体验比较差,不方便重用。在ArcGIS中可以将用写的Python代码导入到ToolBox中,这样用起来就比较方便了。这里用按要素裁剪栅格的Python来演示如何导入ArcGIS中。代码如下:import sysreload(sys)sys.setdefaultencoding( "utf-8" )import arcpyimpor...

android如何用模拟的gps

准备工作:我们需要在我们手机上设置允许模拟: 设置---》应用程序--》开发---》模拟测试地点开启 (就在开发者选项里面允许debug的下面)然后声明权限: 1 如何fake gps ?gps的fake 有个很奇怪的现象  你需要把fake gps的代码