摘要:
克隆ORACLE数据库 阅读全文
摘要:
C#调用WebService出现“基础连接已经关闭:接收时发生错误”错误的错误描述及资料收集。 阅读全文
摘要:
Office 开发遇到了OFFICE 2003和OFFICE 2007程序集兼容性的问题,使用OFFICE 11.DLL只能适应OFFICE 2003,Office 12.dll 能够兼容Office 2003和Office 2007。以前部署时,是建议客户安装Office 2003。今天看到《开发Office的一些应用部署后出现找不到程序集的解决方法》也提供了OFFICE 开发部署的简便方法。&... 阅读全文
摘要:
php webservice实例,需要打开php.ini里的 soap.dll 阅读全文
摘要:
ORA-29861:domain index is marked LOADING/FAILED/UNUSABLECause:An attempt has been made to access a domain index that is being built or is marked failed by an unsuccessful DDL or is marked unusable by ... 阅读全文
摘要:
DllImport("User32.dll ", EntryPoint = "SetParent")]private static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent);DllImport("user32.dll ", EntryPoint = "ShowWindow")]public static exte... 阅读全文
摘要:
向ORACLE中的BLOB字段插入数据时,出现下面错误,无法插入数据。原因:Oracle数据库表空间已经没存储空间了,导致无法插入数据。解决:建立新的表空间文件,增加表空间的存储空间。 阅读全文
摘要:
Best Open Source Reporting ToolsImpress your clients with professional reports using these excellent reporting tools.1. iReportiReport is the free, open source report designer for JasperReports, avail... 阅读全文
摘要:
Make a Native Windows Installer For Your Applications with these Open Source ToolsCreate Native windows executable installers for your applications with these greate opensource tools.1. NInstallA proj... 阅读全文
摘要:
前段时间上网很不方便,自己的博客很久没有更新。知识积累和总结是进步的必要条件,所以今后依旧要不断学习,及时更新博客。 我和GeoServer的地图图层样式配置打交道也很久了,时不时就要参照google map配置一下图层样式。今晚又被分配了添加地图样式的任务。自己在网上找到很多很好的地图配置样式的资源,现在汇总一下与大家分享。 一、 geoServer 仿照 google 的 SLD 地图样式编辑... 阅读全文