This white paper introduces server farms and how you can use them to address scalability and reliability issues. It explains how you can use Microsoft® Office SharePoint® Server 2007 and Windows® SharePoint Services 3.0 in server farms and describes
Many excellent books have been written on software architecture. These books, which, among other things, define, classify, and describe software architectures, define notations for representing and communicating architectural choices, and provide gu
Copyright IBM Corporation 2008 Unit objectives After completing this unit, you should be able to: Describe the major functions of an ESB Describe the position of WebSphere Message Broker within the IBM WebSphere Reference Architecture Describe the m
一、describe命令用于查看特定表的详细设计信息
例如为了查看guestbook表的设计信息,可用:
describe guestbook
describe ol_user userid
二、可通过”show comnus”来查看数据库中表的列名
有两种使用方式:
show columns form 表名 from 数据库名
或者:
show columns from 数据库名.表名
三、用describe命令查询具体列的信息
describe guestbook id
就是查