2016年11月8日

webservice 的使用

摘要: wsimport -s E:\eclipse_workspace\TheClient\src -p com.english -keep http://webservice.36wu.com/TranslationService.asmx?wsdl 使用java自带的命令,从http://webser 阅读全文

posted @ 2016-11-08 14:03 flovato 阅读(75) 评论(0) 推荐(0)

mysql 常用命令

摘要: 查看show database;show tables;show grants; describe xx[表名];创建create database xx;create table xx();create user xx@localhost identified by 'xx'; 使用数据库 use 阅读全文

posted @ 2016-11-08 11:39 flovato 阅读(90) 评论(0) 推荐(0)

导航