上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 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 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 示例代码演示如何保存一个.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 阅读(263) 评论(0) 推荐(0) 编辑
摘要: <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 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 此文中的代码主要列出连接数据库的关键代码,其他访问数据库代码省略 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 阅读(171) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/haiyan0106/archive/2008/04/07/2257725.aspx 阅读全文
posted @ 2009-09-02 14:46 gaofei_work 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(292) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_61584b040100euu6.html 阅读全文
posted @ 2009-08-31 09:46 gaofei_work 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 运行ArcGlobe或ArcScene后出现“3D Analyst extension could not be activated.There is no 3D Analyst licence currently available.”,问题应该是没有加载ArcGlobe模块的授权文件。解决办法:把TIN9.lic(ESRI"License"arcgis9x目录下)内容的... 阅读全文
posted @ 2009-08-31 09:45 gaofei_work 阅读(1509) 评论(0) 推荐(0) 编辑
摘要: Double to StringString Double.toString(double d);String to Double Double Double.praseDouble(string s); 阅读全文
posted @ 2009-08-31 08:57 gaofei_work 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 呵呵!你关Eclipse的时候有一个js文件打开的,下次打开的时候字体就是正常的了,你如果关闭Eclipse的时候没有js打开,那下次打开就丑喽!哈哈!我也是看来的,试试,挺好玩的! 阅读全文
posted @ 2009-08-26 14:49 gaofei_work 阅读(457) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页