`
zscomehuyue
  • 浏览: 401788 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
db2 jdbc 通过客户端连接db2
#Mysql jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3309/sampledb jdbc.username=root jdbc.password=1234
import java.sql.*; public class DBUtil { static String userName = "test"; static String password = "Admin@123"; static String url = "jdbc:db2://127.0.0.1:50000/testdb"; public static Connection getConn() { Connection con = null; try {                           ...
poi example : http://wiki.openstreetmap.org/wiki/File:Dynamic_poi_layer_freemap_sk.jpg
899) OpenLayers_Exampleshttp://wiki.openstreetmap.org/wiki/Category:OpenLayers_Examples
Deploy an OpenStreetMap slippymap on my own website This simple example may help if you are Deploying your own Slippy Map. This DHTML snippit will bring in the OpenLayers javascript library and use it to show an OSM map! Contents [hide] 1 Note: OpenStreetMap is serving the tile images 2 Instruct ...
example: http://wiki.openstreetmap.org/wiki/OpenLayers_Simple_Example <html> <head>     <title>OpenStreetMap</title>     <!-- bring in the OpenLayers javascript library          (here we bring it from the remote site, but you could          easily serve up this javascript ...
Database schema From OpenStreetMap Wiki Jump to: navigation, search This is Developer documentation on how the various database tables are laid out in OpenStreetMap's core rails app, the rails port. This database stores all data relating directly to the openstreetmap web site and API, and most import ...
http://wiki.openstreetmap.org/wiki/Develop
Google Maps API是Google自己推出编程API,可以让全世界对Google Maps有兴趣的程序设计师自行开发基于Google Maps的服务,建立自己的地图网站。以下是我在Google Maps API开发过程中找到的一些API的编程资源,包括中文文档,中文说明,示例等等,希望对Google Maps编程感兴趣的程序员有所帮助。   中文资料部分 (包括中文的文档说明等,以下的网址都是中文内容。)   下面的关于API的中文文档   Google Maps API 第2版中文文档 http://www.step1.cn/GoogleApi/map2/documentati ...
http://www.webspherechina.net/club/viewthread.php?tid=8855 国内首本DB2数据库实战手册横空问世 | 商业智能报表大赛闪亮登场! [培训教程] WebSphere Application Server v7.0 培训教程(完整版) WAS7, WebSphere培训Application, WebSphere, Server, 教程, 培训 本系列培训教程为台湾友人Elvin友情提供,目的旨在推动WebSphere事业的发展,以及为广大WebSphere从业人员和爱好者提供一个方便快捷的学习路径。在这里我们向他表示衷心的感谢! 对于We ...
》配置 Window > Preferences > MyEclipse > Application Servers > WebSphere 6>WebSphere6.1; Window > Preferences >Java >Installed JREs >add JRE 》展开websphere6.1,选JDK,将JDK设置为webshpere6.1安装目录下的JDK(${WAS_INSTALL_ROOT}\java).一定要设置成IBM的JDK,要不websphere是不能运行的. 》用websphere启动工具的启动webs ...
Google 地图 API 概念 欢迎阅读 Google 地图 API 的开发人员文档!Google 地图 JavaScript API 使您可以在网页中嵌入 Google 地图。要使用该 API,您需要先注册以获取 API 密钥。收到 API 密钥之后,即可以按照本文档中的说明开发地图应用程 ...
http://www.ibm.com/developerworks/cn/opensource/theme/android/ Android 开发从入门到精通  Android 是一种基于 Linux® V2.6 内核的综合操作环境。最初,Android 的部署目标是移动电话领域,包括智能电话和更廉价的翻盖手机。但是, Android 全面的计算服务和丰富的功能支持完全有能力扩展到移动电话市场以外。Android 也可以用于其他的平台和应用程序。本专题提供的教程、技术文章首先带大家了解 Android 开发,进而深入到 Android 开发的各个方面。 Android 开发入门 ...
Android程式编写及调试新手入门-1 责任编辑:徐威特作者:阿肆   2009-04-02   文本Tag: Android         【IT168 技术文档】这个文档的题目叫做《Android程式设计及调试新手入门V1.0.0》,现在想想,感觉有点叫的太大了⊙﹏⊙b汗,程式设计对于我来说,特别是对我这种Java代码可能到目前位置还亲手写到还不到100行,看的代码还不到1000行的人来说,基本上就是有点班门弄斧。但是我想有一个东西是不得不承认,程式这个东西都是相通的(继续汗⊙﹏⊙b汗),思想还是一个比较重要的东西在真个程式的设计中。当然,在文档中我会有一些关于程式设计的一些习惯来跟大 ...
Global site tag (gtag.js) - Google Analytics