表格行最终位于不同的页面上

表格行最终位于不同的页面上

我有一张大桌子,并且尝试了其他技术,但各行最终出现在不同的页面上。

下面是代码:

\begin{center}
\begin{longtable}{ |p{2cm} | p{2.6cm} | p{2.4cm} |  p{2.1cm} |  p{2.2cm} | p{2.2cm} |}
\caption{Cloud Computing}%
\tabularnewline
\hline
Grid computing & Mainframe computer & Utility computing & Peer-to-peer & Agility & Application programming interface \tabularnewline \hline

Attack mode
 & Cloud computing is the result of evolution and adoption of existing technologies and paradigms.  & The goal of cloud computing is to allow users to take benefit from all of these technologies, without the need for deep knowledge about or expertise with each one of them.  & The cloud aims to cut costs, and helps the users focus on their core business instead of being impeded by IT obstacles.  & The main enabling technology for cloud computing is virtualization  & Cloud computing also leverages concepts from utility computing to provide metrics for the services used.  \tabularnewline [.5ex] \hline

 Advantages  & 1- Cloud computing, or in simpler shorthand just "the cloud", also focuses on maximizing the effectiveness of the shared resources. Cloud resources are usually not only shared by multiple users but are also dynamically reallocated per demand. & 1- This can work for allocating resources to users. For example, a cloud computer facility that serves European users during European business hours with a specific application (e.g., email) may reallocate the same resources to serve North American users during North America's business hours with a different application (e.g., a web server).  & 1-This approach should maximize the use of computing power thus reducing environmental damage as well since less power, air conditioning, rack space, etc. are required for a variety of functions. With cloud computing, multiple users can access a single server to retrieve and update their data without purchasing licenses for different applications.  & 1- In the 1990s, telecommunications companies, who previously offered primarily dedicated point-to-point data circuits, began offering virtual private network (VPN) services with comparable quality of service, but at a lower cost. By switching traffic as they saw fit to balance server use, they could use overall network bandwidth more effectively.   & control packet arrives faster  \tabularnewline[.5ex] \hline

Disdvantages  & 1- While aspects of the Oracle Cloud are still in development, this cloud offering   & 1- They began to use the cloud symbol to denote the demarcation point between what the provider was responsible for and what users were responsible for. 2- Cloud computing extends this boundary to cover all servers as well as the network infrastructure
 & 1- On March 1, 2011, IBM announced the IBM SmartCloud framework to support Smarter Planet. 2- Among the various components of the Smarter Computing foundation, cloud computing is a critical piece. & 1- As computers became more prevalent, scientists and technologists explored ways to make large-scale computing power available to more users through time-sharing. They experimented with algorithms to optimize the infrastructure, platform, and applications to prioritize CPUs and increase efficiency for end users.
& 1- In July 2010, Rackspace Hosting and NASA jointly launched an open-source cloud-software initiative known as OpenStack. The OpenStack project intended to help organizations offer cloud-computing services running on standard hardware. \tabularnewline[.5ex] \hline

\end{longtable}
\end{center}

我也尝试使用tabular(如下所示),表格现在已连接但超出了页面长度。

\begin{center}
\begin{table}[h!]
\caption{Cloud Computing}
    \begin{tabular}{ |p{2cm} | p{2.6cm} | p{2.4cm} |  p{2.1cm} |  p{2.2cm} | p{2.2cm} |}
\hline
Grid computing & Mainframe computer & Utility computing & Peer-to-peer & Agility & Application programming interface \tabularnewline \hline

Attack mode
 & Cloud computing is the result of evolution and adoption of existing technologies and paradigms.  & The goal of cloud computing is to allow users to take benefit from all of these technologies, without the need for deep knowledge about or expertise with each one of them.  & The cloud aims to cut costs, and helps the users focus on their core business instead of being impeded by IT obstacles.  & The main enabling technology for cloud computing is virtualization  & Cloud computing also leverages concepts from utility computing to provide metrics for the services used.  \tabularnewline [.5ex] \hline

 Advantages  & 1- Cloud computing, or in simpler shorthand just "the cloud", also focuses on maximizing the effectiveness of the shared resources. Cloud resources are usually not only shared by multiple users but are also dynamically reallocated per demand. & 1- This can work for allocating resources to users. For example, a cloud computer facility that serves European users during European business hours with a specific application (e.g., email) may reallocate the same resources to serve North American users during North America's business hours with a different application (e.g., a web server).  & 1-This approach should maximize the use of computing power thus reducing environmental damage as well since less power, air conditioning, rack space, etc. are required for a variety of functions. With cloud computing, multiple users can access a single server to retrieve and update their data without purchasing licenses for different applications.  & 1- In the 1990s, telecommunications companies, who previously offered primarily dedicated point-to-point data circuits, began offering virtual private network (VPN) services with comparable quality of service, but at a lower cost. By switching traffic as they saw fit to balance server use, they could use overall network bandwidth more effectively.   & control packet arrives faster  \tabularnewline[.5ex] \hline

Disdvantages  & 1- While aspects of the Oracle Cloud are still in development, this cloud offering   & 1- They began to use the cloud symbol to denote the demarcation point between what the provider was responsible for and what users were responsible for. 2- Cloud computing extends this boundary to cover all servers as well as the network infrastructure
 & 1- On March 1, 2011, IBM announced the IBM SmartCloud framework to support Smarter Planet. 2- Among the various components of the Smarter Computing foundation, cloud computing is a critical piece. & 1- As computers became more prevalent, scientists and technologists explored ways to make large-scale computing power available to more users through time-sharing. They experimented with algorithms to optimize the infrastructure, platform, and applications to prioritize CPUs and increase efficiency for end users.
& 1- In July 2010, Rackspace Hosting and NASA jointly launched an open-source cloud-software initiative known as OpenStack. The OpenStack project intended to help organizations offer cloud-computing services running on standard hardware. \tabularnewline[.5ex] \hline

    \end{tabular}
\end{table}
\end{center}

这就是我想要实现的

表格示例

我已经在在线编辑器中添加了这两个表的代码关联以获得更多解释。请随意编辑。

答案1

请始终发布完整的文档而不仅仅是片段。

在此处输入图片描述

LaTeX 表格包不会在页面边界之外拆分单元格,但是将这么长的文本放入如此窄的列中是没有意义的(并且它们需要更窄才能适合页面),因为它们不可读。

可能的重组将是

在此处输入图片描述

\documentclass{article}


\begin{document}


\section*{Attack mode}

\subsection*{Mainframe computer}
 Cloud computing is the result of evolution and adoption of existing technologies and paradigms.  

\subsection*{Utility computing}
The goal of cloud computing is to allow users to take benefit from all of these technologies, without the need for deep knowledge about or expertise with each one of them.

\subsection*{Peer-to-peer}
 The cloud aims to cut costs, and helps the users focus on their core business instead of being impeded by IT obstacles.  

\subsection*{Agility}
The main enabling technology for cloud computing is virtualization. 

\subsection*{Application programming interface}
 Cloud computing also leverages concepts from utility computing to provide metrics for the services used. 



\section*{Advantages}

\subsection*{Mainframe computer}
\begin{enumerate}
 \item Cloud computing, or in simpler shorthand just "the cloud", also focuses on maximizing the effectiveness of the shared resources. Cloud resources are usually not only shared by multiple users but are also dynamically reallocated per demand.
\end{enumerate}

\subsection*{Utility computing}
 \begin{enumerate}
 \item This can work for allocating resources to users. For example, a cloud computer facility that serves European users during European business hours with a specific application (e.g., email) may reallocate the same resources to serve North American users during North America's business hours with a different application (e.g., a web server).  
\end{enumerate}

\subsection*{Utility computing}
\begin{enumerate}
 \item This approach should maximize the use of computing power thus reducing environmental damage as well since less power, air conditioning, rack space, etc. are required for a variety of functions. With cloud computing, multiple users can access a single server to retrieve and update their data without purchasing licenses for different applications. 
\end{enumerate}

\subsection*{Peer-to-peer}
\begin{enumerate}
 \item In the 1990s, telecommunications companies, who previously offered primarily dedicated point-to-point data circuits, began offering virtual private network (VPN) services with comparable quality of service, but at a lower cost. By switching traffic as they saw fit to balance server use, they could use overall network bandwidth more effectively.
\end{enumerate}

\subsection*{Application programming interface}
\begin{enumerate}
 \item  control packet arrives faster.
\end{enumerate}


\section*{Disdvantages}

\subsection*{Mainframe computer}
\begin{enumerate}
 \item While aspects of the Oracle Cloud are still in development, this cloud offering.
\end{enumerate}

\subsection*{Utility computing}
\begin{enumerate}
 \item They began to use the cloud symbol to denote the demarcation point between what the provider was responsible for and what users were responsible for. 
 \item Cloud computing extends this boundary to cover all servers as well as the network infrastructure
\end{enumerate}

 \subsection*{Peer-to-peer}
\begin{enumerate}
 \item On March 1, 2011, IBM announced the IBM SmartCloud framework to support Smarter Planet.
\item Among the various components of the Smarter Computing foundation, cloud computing is a critical piece. 
\end{enumerate}

\subsection*{Agility}
\begin{enumerate}
 \item  As computers became more prevalent, scientists and technologists explored ways to make large-scale computing power available to more users through time-sharing. They experimented with algorithms to optimize the infrastructure, platform, and applications to prioritize CPUs and increase efficiency for end users.
\end{enumerate}

\subsection*{Application programming interface}
\begin{enumerate}
 \item  In July 2010, Rackspace Hosting and NASA jointly launched an open-source cloud-software initiative known as OpenStack. The OpenStack project intended to help organizations offer cloud-computing services running on standard hardware. 
\end{enumerate}


\end{document}

相关内容