01 2019 档案

摘要:一、dept和emp表结构: create table dept(deptno int(100) not null,dname varchar(255),loc varchar(255),);alter table dept add constraint PK_DEPT primary key (d 阅读全文
posted @ 2019-01-25 10:10 xixi1230 阅读(2268) 评论(0) 推荐(0)
摘要:1、首先建立一个web project ,我起的名字:weatherInf 【我用的编译器是MyEclipse】 2、在src下新建一个file 起名:WeatherWebService.wsdl,将该链接中的代码 http://www.webxml.com.cn/WebServices/Weath 阅读全文
posted @ 2019-01-22 15:16 xixi1230 阅读(2277) 评论(0) 推荐(0)