自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (13)
  • 收藏
  • 关注

原创 Python之shp文件

1、读取shppip install pyshppyshp(Python Shapefile Library)是一个Python库,用于在Python脚本中对ArcGIS中的Shapefile文件(.shp,.shx,.dbf等格式)进行读写操作。Reader类, 对shapefile文件读取;Editor类,对shapefile文件编辑;Writer类,对shapefile文件写操作每个文件包含 “几何数据”(Geometry)和"属性数据"(Attribute Record) ,两个文件数据

2020-11-24 22:56:49 8462 3

原创 python之tiff

1、安装libtiffconda安装的没生效libtiff 4.1.0 h56a325e_0 defaults下载whl https://www.lfd.uci.edu/~gohlke/pythonlibs/#pylibtiffpip install pylibtiff-0.4.2-cp37-cp37m-win_amd64.whlpylibtiff 0.4.2

2020-11-24 22:56:39 1042 1

原创 excel读写

EasyExcel不错https://github.com/alibaba/easyexcelhttps://www.yuque.com/easyexcel/doc/read

2020-11-20 09:31:34 144

原创 从MongoDB到Elasticsearch

参考:https://www.compose.com/articles/transporter-maps-mongodb-to-elasticsearch/https://www.digitalocean.com/community/tutorials/how-to-sync-transformed-data-from-mongodb-to-elasticsearch-with-transporter-on-ubuntu-16-04

2020-11-17 16:16:21 204

原创 java之http下载图片无法打开

之前下载可以,忽然之间不行了import org.apache.commons.io.FileUtils;public static void downReloadUrlFile(String url, String filePath) { try { URL httpurl = new URL(url); File out_file = new File(filePath); FileUtils.copyURLToFile(httpurl, out_file); } cat

2020-11-11 16:03:50 1817

bird开发文档

bird开发文档中文版Birt_zh_CN

2014-06-18

MAXIMO7附件

MAXIMO7附件文档管理模块配置和管理向导 可以作为参考maximo75

2014-06-18

Linux相关资料

Linux安装Oralce.rar Linux常用命令.doc Linux常用命令全集.CHM Linux上Oracle11g平台迁移

2014-06-18

maximo75(V75 Report Booklet)

maximo75报表bird V75 Reports Additional V75 Report Desc Base 75 IS Reports Report 75 Updates Reference Materials

2014-06-18

maximo75中文标准文档

pdf_mam_install_was.pdf pdf_mam_install_wl.pdf pdf_mbs_devapps.pdf pdf_mbs_intfrmwk.pdf pdf_mbs_multiple_site.pdf pdf_mbs_sysadmin.pdf pdf_mbs_workflow.pdf中文文档

2014-06-18

毕业设计论文--高昂jsp的教学管理系统

代码程序——ppt演示文稿--毕业论文---开题报告 全套都带

2009-06-14

计算机毕业设计--员工管理系统

有源代码+ppt演示以及一些需求文档。可以作为JAVA方面的毕业设计

2009-06-14

Prototype-v1.6.0使用手册

Prototype-v1.6.0使用详细说明书。可用于自学

2009-06-14

Spring+Struts+Hibernate整合jar包

Spring+Struts+Hibernate整体开发使用的综合JAR包

2009-06-05

Spring2.5中文参考手册

详细介绍Spring2.5 可以用来作为自学或进阶参考书

2009-06-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除