上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 103 下一页
摘要: 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)
摘要: # -*- 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)
摘要: 阅读全文
posted @ 2016-10-04 14:27 JackGIS 阅读(8487) 评论(1) 推荐(1)
摘要: 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)
摘要: 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 下一页