2004年4月6日

create database training;

摘要: create database training;use training;#create dabase tables# Database: train# Table: 'product'# create table product( id integer AUTO_INCREMENT primary key, name varchar(30), retailprice decimal(10,2)... 阅读全文

posted @ 2004-04-06 21:28 whbell-blog 阅读(698) 评论(0) 推荐(0)

About tesing

摘要: test case A test case is a series of tests used to determine whether one particular thing works properly. Often that means trying the same operation over and over again with little in the procedure.wh... 阅读全文

posted @ 2004-04-06 01:06 whbell-blog 阅读(742) 评论(0) 推荐(0)

my first post test

摘要: Today is April 6 2004. 阅读全文

posted @ 2004-04-06 00:47 whbell-blog 阅读(387) 评论(0) 推荐(0)

导航