• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 159 下一页

2017年10月4日

extends和implements区别

摘要: 来自:http://blog.csdn.net/tolcf/article/details/46135645 extends与implements的不同 1、在类的声明中,通过关键字extends来创建一个类的子类。 一个类通过关键字implements声明自己使用一个或者多个接口。 extends 阅读全文

posted @ 2017-10-04 09:26 gisai 阅读(219) 评论(0) 推荐(0)

2017年10月3日

Android中关于项目中对Thread的管理(不是线程池)

摘要: 背景 项目中对于一些并不复杂的耗时操作,比如计算,不频繁操作数据库等,因为没必要使用线程池,所以之前项目会直接使用new Thread的方式,时间一长,回头再看,原来new Thread之处已经很多了,这样带来了一些问题: 分析 问题抛出了,就想办法解决吧。对于任务量小,操作不那么频繁的,我们只需要 阅读全文

posted @ 2017-10-03 10:24 gisai 阅读(918) 评论(0) 推荐(0)

Android跳转各种系统设置界面-总结

摘要: 来自:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2017/0921/8536.html 开发中总会有一种需求,需要我们跳转系统设置界面,引导用户打开所需的设置. 用法 用法很简单,一行代码搞定 但是这个参数是一直改变的.这样就可以跳转 阅读全文

posted @ 2017-10-03 09:07 gisai 阅读(7283) 评论(0) 推荐(0)

2017年9月30日

andriod 文本居中: android:gravity="center"

摘要: 文本居中: android:gravity="center" 也可以在这样 阅读全文

posted @ 2017-09-30 15:18 gisai 阅读(986) 评论(0) 推荐(0)

2017年9月21日

arcgis python 沿线生成点

摘要: # coding: utf-8 """ Source Name: generatepointsfromlines.py Version: ArcGIS 10.4/Pro 1.2 Author: Environmental Systems Research Institute Inc. Description: Source for Generate Points... 阅读全文

posted @ 2017-09-21 13:51 gisai 阅读(1850) 评论(0) 推荐(0)

arcgis新版本增加的功能

摘要: 1.导出拓扑错误 2.应用图层的符号设置 3.创建 SQLite 数据库 4.最小包围体 5.图形缓冲 6.按属性分割 阅读全文

posted @ 2017-09-21 13:34 gisai 阅读(245) 评论(0) 推荐(0)

arcgis python 创建 SQLite 数据库

摘要: # -*- ################# """ Tool name: Create SQLite Database Source: CreateSQLiteDatabase.py Author: ESRI Create a SQLite database of the selected flavor: ST_Geometry, SpatiaLite, GeoPackage. """ ... 阅读全文

posted @ 2017-09-21 13:13 gisai 阅读(477) 评论(0) 推荐(0)

arcgis python添加几何属性

摘要: import arcpy import numpy import math def AddGeometryAttributes(fc, geomProperties, lUnit, aUnit, cs): """------------------------------------------------------------------------- Tool: ... 阅读全文

posted @ 2017-09-21 13:11 gisai 阅读(1785) 评论(0) 推荐(0)

点集转线python最优代码

摘要: import arcpy import os import types def convertPoints(): arcpy.env.overwriteOutput = True inPts = arcpy.GetParameterAsText(0) # Input point FC outFeatures = arcpy.GetParameterAsText(1)... 阅读全文

posted @ 2017-09-21 13:07 gisai 阅读(1522) 评论(0) 推荐(0)

安装arcgis10.5不能启动服务的解决方案转

摘要: 柚子的二分口粮地 来自:http://www.cnblogs.com/youzi-xuchongyou/p/7218422.html 安装arcgis10.5不能启动服务的解决方案 最近由于公司需要,要装arcgis10.5,但是装这软件就费了好久的功夫.以前用的10.2,安装比较简单,但是10.5 阅读全文

posted @ 2017-09-21 12:46 gisai 阅读(1881) 评论(0) 推荐(0)

上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 159 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3