错误:ArcSDE安装后,Post失败环境:win7 64,oracle10g(32位),arcsde10.0(32位)表现:"error connecting to oracle: 0".问题解决经过反复测试发现问题:安装路径空格问题在WIN7 64位时,安装arcsde32位不能安装在C:\Pr...
分类:
数据库 时间:
2015-09-14 11:56:25
阅读次数:
1526
报错如下:java.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) ...
分类:
编程语言 时间:
2015-09-14 11:47:31
阅读次数:
157
今天要实现打印的功能,但是火狐浏览器总是出现提示:火狐浏览器 system error code 1722 rpc服务器不可用后来发现主要是系统服务中的一个windows服务没有打开导致的。将windows中的print spooler这个服务启动,就能解决这个报错。
分类:
其他好文 时间:
2015-09-14 11:45:30
阅读次数:
145
#include #include #include #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0typedef char ElemType;typedef struct Node /*结点类型定义*/{ElemType data;...
分类:
其他好文 时间:
2015-09-14 09:29:52
阅读次数:
168
自PHP5起完全重写了对象模型以得到更佳性能和更多特性。这是自PHP4以来的最大变化。PHP5具有完整的对象模型。PHP5中的新特性包括访问控制,抽象类和final类与方法,附加的魔术方法,接口,对象复制和类型约束。PHP对待对象的方式与引用和句柄相同,即每个变量都持有对象的引用..
分类:
Web程序 时间:
2015-09-14 00:39:14
阅读次数:
161
使用adt开发新建一个Android app,选择支持的SDK版本如果小于11(Android3.0)就会报如下错误。error: Error retrieving parent for item: No resource found that matches the given name 'The...
分类:
移动开发 时间:
2015-09-14 00:18:36
阅读次数:
262
ORA-00257: archiver error. Connect internal only, until freed原因是日志满了,根据上述网址提供的步骤操作后就可以,即删除部分归档日志。1.首先查看当前flash recovery area使用情况C:\windows\system32>sq...
分类:
其他好文 时间:
2015-09-13 22:59:20
阅读次数:
181
paramiko是实现ssh2远程安全连接的Python封装。支持认证和密钥方式,可以实现远程命令执行、文件传输等功能,对比pexpect封装的层次更高安全性高。1、paramiko的安装paramiko依赖第三方的Ecdsa,Crypto和Python开发工具包pyhton-devel安装出现时出现error:command‘gcc‘failedwit..
分类:
其他好文 时间:
2015-09-13 20:04:41
阅读次数:
246
今天决定好好学习php,然后找了一本实例书看了看,结果第一个例子就出错。源码如下:错误如下:Parse error: syntax error, unexpected end of file inF:\coder\XAMPP\htdocs\Test\1.2.phpon line8网上普遍说错误发生是...
分类:
Web程序 时间:
2015-09-13 19:54:04
阅读次数:
481
MySQL提示的错误信息:Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe m...
分类:
其他好文 时间:
2015-09-13 17:11:04
阅读次数:
142