会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JackGIS
博客园
首页
新随笔
联系
管理
上一页
1
···
59
60
61
62
63
64
65
66
67
···
103
下一页
2016年10月7日
java ftp下载文件
摘要: 1、使用官方正规的jar commons-net-1.4.1.jar jakarta-oro-2.0.8.jar 注意:使用ftp从windows服务器下载文件和从linux服务器下载文件不一样 2、用ftp从linux服务器下载文件 3、使用ftp从windows服务器下载文件
阅读全文
posted @ 2016-10-07 16:34 JackGIS
阅读(45404)
评论(8)
推荐(1)
2016年10月4日
数据库的点数据根据行政区shp来进行行政区处理,python定时器实现
摘要: # -*- coding: utf-8 -*- import struct import decimal import itertools import arcpy import math import sys import datetime import cx_Oracle import json import os import time import uuid import logging...
阅读全文
posted @ 2016-10-04 14:30 JackGIS
阅读(809)
评论(0)
推荐(0)
python脚本利用windows计划定时执行
摘要:
阅读全文
posted @ 2016-10-04 14:27 JackGIS
阅读(8487)
评论(1)
推荐(1)
表数据文件DBF的读取和写入操作
摘要: import sys import csv import struct import datetime import decimal import itertools from cStringIO import StringIO from operator import itemgetter def dbfreader(f): """Returns an iterator over r...
阅读全文
posted @ 2016-10-04 14:23 JackGIS
阅读(4800)
评论(0)
推荐(0)
2016年9月11日
linux 集群配置ssh无密码访问
摘要: 1) 用客户端工具(ssh client或者putty)连接到linux服务器。在root用户下输入命令 vi /etc/hosts,用vi编辑hosts文件,如下: 2) 输入命令:cd .ssh进入rsa公钥私钥文件存放的目录,删除目录下的id_rsa,id_rsa.pub文件。 1) 登录ho
阅读全文
posted @ 2016-09-11 16:53 JackGIS
阅读(6312)
评论(0)
推荐(0)
上一页
1
···
59
60
61
62
63
64
65
66
67
···
103
下一页
公告