09 2009 档案

ArcGIS Server 9.2 for java技术3--WEB ADF 生命周期(转)
摘要:http://hi.baidu.com/wiselyman/blog/item/12f798ddb98d61315882ddc7.html 阅读全文

posted @ 2009-09-25 10:43 gaofei_work 阅读(184) 评论(0) 推荐(0)

自定义WebContext的attributes——server 9.2 for Java (转)
摘要:http://www.cnblogs.com/gentlewolf/archive/2007/07/20/825080.html 阅读全文

posted @ 2009-09-25 10:40 gaofei_work 阅读(134) 评论(0) 推荐(0)

ArcServer启动加载数据库连接(转)
摘要:http://bbs.esrichina-bj.cn/ESRI/viewthread.php?tid=22150 阅读全文

posted @ 2009-09-25 10:13 gaofei_work 阅读(179) 评论(0) 推荐(0)

怎么得到WebContext
摘要:[代码][代码]在配置文件里配置<managed-propety>将java类中的字段赋值为#{mapContext} 通过WebUtil也是一种方法[代码] 阅读全文

posted @ 2009-09-25 09:41 gaofei_work 阅读(471) 评论(0) 推荐(0)

ArcServer动态切换服务
摘要:for Javahttp://bbs.esrichina-bj.cn/ESRI/thread-27851-1-1.html[代码]for .Nethttp://www.cnblogs.com/tuncaysanli/archive/2009/03/22/1419225.html[代码] 阅读全文

posted @ 2009-09-23 14:21 gaofei_work 阅读(333) 评论(0) 推荐(0)

得到IServerContext的两种方法
摘要:1、得到当前服务的IServerContext[代码]2、通过服务器名链接[代码] 阅读全文

posted @ 2009-09-22 10:03 gaofei_work 阅读(667) 评论(0) 推荐(0)

SDE中的blob字段,并转换为相应栅格图片文件(转)
摘要:IMemoryBlobStreamVariant pMemoryStream = new MemoryBlobStreamClass(); int row=0; IFeatureCursor feaCursor=m_CurFeatureLayer.Search(null,true); IFeature feature=feaCursor.NextFeature(); DataGridViewTex... 阅读全文

posted @ 2009-09-22 09:08 gaofei_work 阅读(312) 评论(0) 推荐(0)

AO中保存二进制大对象(BLOB) (转)
摘要:示例代码演示如何保存一个.lyr文件,作为资料保存//保存Private Sub UIButtonControl1_Click()' Get the IPersistStream for the first layer from the mapDim pMxDoc As IMxDocumentSet pMxDoc = ThisDocumentDim pPersist As IPersistStre... 阅读全文

posted @ 2009-09-22 09:07 gaofei_work 阅读(274) 评论(0) 推荐(0)

配置多个JSF配置文件
摘要:<context-param> <param-name>javax.faces.CONFIG_FILES</param-name> <param-value>/WEB-INF/navigation.xml,/WEB-INF/beans.xml</param-value></context-param>注意:不要在web.xml... 阅读全文

posted @ 2009-09-04 14:56 gaofei_work 阅读(265) 评论(0) 推荐(0)

Java连接各种数据库的实例 (转)
摘要:此文中的代码主要列出连接数据库的关键代码,其他访问数据库代码省略 1、Oracle8/8i/9i数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为数据库的SID String us... 阅读全文

posted @ 2009-09-04 09:04 gaofei_work 阅读(180) 评论(0) 推荐(0)

如何用ResourceBundle来读取配置文件(转)
摘要:http://blog.csdn.net/haiyan0106/archive/2008/04/07/2257725.aspx 阅读全文

posted @ 2009-09-02 14:46 gaofei_work 阅读(175) 评论(0) 推荐(0)

NDoc使用简要手册 及中文支持(转)
摘要:NDoc使用简要手册 http://www.cnblogs.com/windsails/articles/40212.htmlNDoc中文支持 http://www.cnblogs.com/keyboy/archive/2005/02/01/100165.html 阅读全文

posted @ 2009-09-01 09:11 gaofei_work 阅读(302) 评论(0) 推荐(0)