直接放模板代码

\documentclass{beamer}
% There are many different themes available for Beamer. A comprehensive
% list with examples is given here:
% http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html
% You can uncomment the themes below if you would like to use a different
% one:
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{boxes}
\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{default}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
\usepackage{ctex} %use lualatex to compile the pdf! \begin{document}
\title{从NAS到西电睿思}
% A subtitle is optional and this may be deleted
\subtitle{网络存储技术}
\author{16030130096 田宝林}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
% affiliation.
\institute[] % (optional, but mostly needed)
{
{\href{http://babydragon.top}{babydragon.top}} %\and
%\inst{2}%
%ACM基地}
}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.
\date{\today} % - Either use conference name or its abbreviation.
% - Not really informative to the audience, more for people (including
% yourself) who are reading the slides online
\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
% \logo{\pgfuseimage{university-logo}}
% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
\AtBeginSubsection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
% Let's get started \begin{frame}
\titlepage
\end{frame}
\begin{frame}{Outline}
\tableofcontents
% You might wish to add the option [pausesections]
\end{frame}
% Section and subsections will appear in the presentation overview
% and table of contents.
\section{NAS概念}
\subsection{初步的认识及需求} \begin{frame}{什么是NAS}{}
\quad \quad NAS(Network Attached Storage:网络附属存储)按字面简单说就是连接在网络上,具备资料存储功能的装置,因此也称为“网络存储器”。它是一种专用数据存储服务器。它以数据为中心,将存储设备与服务器彻底分离,集中管理数据,从而释放带宽、提高性能、降低总拥有成本、保护投资。其成本远远低于使用服务器存储,而效率却远远高于后者。 \end{frame} % You can reveal the parts of a slide one at a time
% with the \pause command:
\begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
\pause % The slide will pause after showing the first item
}
\item <2->{
下载的速度快,便于自己索引
} \end{itemize}
\end{frame} \begin{frame}{永远不要低估一台正在高速公路上飞驰又满载硬碟的卡车}
\qquad 虽然说现有的光纤骨干技术频宽也很可观,但当要传送的资料量大到一定的程度时,依然不是光纤技术所能负荷的。这时候「实体」的传输 -- 将装满资料的存储设备从一地移到另一地 -- 就成了唯一的选择。针对有大量的资料需要转移到 AWS 的客户,亚马逊开始提供名为 AWS Snowmobile 的服务,在根本上就是一台有着巨大容量的移动资料中心卡车。 \qquad 在 Snowmobile 之前,亚马逊已经有提供名为「Snowball」,容量为 80TB 的移动资料箱,配备有完整的资料安全防护,可以用传统的方式寄送。但对许多客户来说,80TB 根本不够用,所以就有了 Snowmobile 的产生。照亚马逊的设计,Snowmobile 可以提供高达 100PB(100,000TB)的容量,从洛彬矶跑到纽约一趟,连着资料传输的时间,大约一共要十天左右。相较之下,同样的资料通过光纤网络可能要花上 20 年之久。 \end{frame} \begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
}
\item{
下载的速度快,便于自己索引
}
\item <1->{
数据完全自己掌握
}
\item<2->{24*7} \item<3->{收藏爱好}
% You can also specify when the content should appear
% by using <n->: \end{itemize}
\end{frame} \begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
% The slide will pause after showing the first item
}
\item {
下载的速度快,便于自己索引
}
\item {
数据完全自己掌握
}
\item{24*7} \item{收藏爱好}
% You can also specify when the content should appear
% by using <n->:
\item<1->{数据备份}
\item<2->{数据备份}
\item<3->{数据备份(重要的事情说三遍)} \end{itemize}
\end{frame} \section{解决的方案}
\subsection{云主机}
\begin{frame}{云主机} 优点:\\
\begin{itemize}
\item <1->{价格实惠}
\item <2->{有多种服务}
\end{itemize}
\quad \\
缺点:
\begin{itemize}
\item <3->{访问速度慢}
\item<4->{容量小}
\item<5->{性价比很低} \end{itemize} \end{frame} \subsection{树莓派}
\begin{frame}{树莓派+硬盘}
优点:\\
\begin{itemize}
\item <1->{拥有小型计算机}
\item <2->{可以提高自己的搞机水平}
\item <3->{节能环保,比较的方便,充电宝也可以供电}
\end{itemize}
\quad \\
缺点:\\
\begin{itemize}
\item <4->{IO访问慢} \end{itemize}
\end{frame} \subsection{专业集成套件}
\begin{frame}{群辉}
优点:\\
\begin{itemize}
\item <1->{非常的专业,常见于公司}
\item <2->{多种服务,便于分工与合作}
\end{itemize}
\quad \\
缺点:\\
\begin{itemize}
\item <3->{贵}
\item<4->{还是贵}
\item<5->{贫穷使我哭泣}
\end{itemize} \end{frame} \begin{frame}{总结}
%\centering \includegraphics[width=0.9\linewidth, height = 0.5\linewidth]{ll.pdf}
\end{frame} \section{外网访问}
\subsection{内网穿透} \begin{frame}{内网穿透概念}
\qquad 内网穿透,即NAT穿透,网络连接时术语,计算机是局域网内时,外网与内网的计算机节点需要连接通信,有时就会出现不支持内网穿透。\\
\qquad 简单来说,就是外部的ip地址能够访问局域网内的ip.
\end{frame} \begin{frame}{演示} \begin{itemize}[<default overlay specification>]
\item <1->{
开启一个服务
}
\item <2->{
开启外网访问
}
\end{itemize} \end{frame} \section{超级局域网——睿思}
\subsection{原理介绍} \begin{frame}{原理的介绍}
\begin{itemize}
\item {
种子
\pause % The slide will pause after showing the first item
}
\item <2->{
P2P
}
\item <3->{
运作的机制
\pause % The slide will pause after showing the first item
}
\end{itemize}
\end{frame} \begin{frame}{提问与闲聊}
畅所欲言吧
\end{frame} \end{document}

lualatex+Beamer生成ppt的更多相关文章

  1. JAVA通过COM接口操作PPT

    一. 背景说明 在Eclipse环境下,开发JAVA代码操作PPT,支持对PPT模板的修改.包括修改文本标签.图表.表格.满足大多数软件生成PPT报告的要求,即先收工创建好模板,在程序中修改模板数据. ...

  2. C++通过COM接口操作PPT

    一. 背景 在VS环境下,开发C++代码操作PPT,支持对PPT模板的修改.包括修改文本标签.图表.表格.满足大多数软件生成PPT报告的要求,先手工创建好PPT模板,在程序中修改模板数据. 二. 开发 ...

  3. NodeJs之word文件生成与解析

    NodeJs之word文件生成与解析 一,介绍与需求 1.1,介绍 1,officegen模块可以为Microsoft Office 2007及更高版本生成Office Open XML文件.此模块不 ...

  4. 小白学Python(4)——用Python创建PPT

    python-pptx是一个用于创建和更新PowerPoint(.pptx)文件的Python库. 典型的用途是从数据库内容生成自定义的PowerPoint演示文稿,可通过单击Web应用程序中的链接进 ...

  5. Apache POI使用指南(HSSFWorkbook生成excel)

    说 明: 官网:http://poi.apache.org/ 由于poi的功能多样,可以生成ppt.word.excel.......,本文就以生成excel为例进行说明,相信聪明的你一定能举一反三 ...

  6. 炫酷吊炸天的nodeppt

    由于要做一个关于node的分享,要准备写一个ppt方便就行交流.之前用的比较多的是slides(http://www.slides.com),最近知道了一个node写的工具,可以生成ppt,号称很强大 ...

  7. [转载]mac软件

    效率之王:Afred小帽子:通过前人的配置,替代掉了 有道词典.发音工具.开关机.快速搜索.地图.Spotlight等应用. 主力编辑器:Atom因为高颜值.强大的插件和预览功能 取代了之前的subl ...

  8. 数据分析侠A的成长故事

    数据分析侠A的成长故事 面包君  同学A:22岁,男,大四准备实习,计算机专业,迷茫期 作为一个很普通的即将迈入职场的他来说,看到周边的同学都找了技术开发的岗位,顿觉自己很迷茫,因为自己不是那么喜欢钻 ...

  9. PPT2010学习笔记(共20讲)

    第1讲  商务PPT中的必备元素 # 设计需打破规范 第2讲  封面页设计(一) 大图型封面页 # 基础知识点: 插入矩形和圆形 设置半透明色 设置字体变形效果 图片增强工具 利用过渡色虚化图片边缘 ...

随机推荐

  1. PHP的注释规范

    <?php //注释规范 /** *函数的功能 *@param 参数类型 参数名1 参数解析 *@param 参数类型 参数名2 参数解析 *@return 返回值类型 返回值解析 *@auth ...

  2. hdu 4027 Can you answer these queries? (区间线段树,区间数开方与求和,经典题目)

    Can you answer these queries? Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65768/65768 K ...

  3. SQL Server2008 卸载

    先把SQL Server卸载,再把安装时产生的“Microsoft SQL Server”文件夹删掉,在运行注册表,把HKEY_CURRENT_USER\Software\Microsoft\Micr ...

  4. EMAS,一部淘宝十年移动互联网技术的演进史

    导读 本文根据2018云栖大会深圳峰会·EMAS专场—移动互联的进化论,阿里巴巴高级技术专家泠茗< EMAS全景介绍>的演讲整理而成,文中就EMAS的起源史及EMAS的五大移动研发场景解决 ...

  5. Sublime Text 2 快捷键用法大全

    Ctrl+D 选词 (反复按快捷键,即可继续向下同时选中下一个相同的文本进行同时编辑) Ctrl+G 跳转到相应的行 Ctrl+J 合并行(已选择需要合并的多行时) Ctrl+L 选择整行(按住-继续 ...

  6. Elasticsearch 启动需要密码?

    vagrant@homestead:~$ systemctl disable elasticsearch.service Synchronizing state of elasticsearch.se ...

  7. 只在需要的时候 Polyfill 你的 JavaScript 代码

    本文转载自 Pascal Klau,他是一名来自德国南部的实习生,他讨厌不必要的 HTTP 请求,也不爱吃西兰花.Pascal 将说明使用 polyfill 服务的一种方式,在这种方式下你可能可以完全 ...

  8. mariadb配置文件优化参数

    mariadb数据库优化需要根据自己业务需求以及根据硬件配置来进行参数优化,下面是一些关于mariadb数据库参数优化的配置文件. 1 如下为128G内存32线程处理器的mariadb配置参数优化: ...

  9. Docker容器中安装新的程序

    在容器里面安装一个简单的程序(ping). 之前下载的是ubuntu的镜像,则可以使用ubuntu的apt-get命令来安装ping程序:apt-get install -y ping. $docke ...

  10. SQL语法之DDL和DML

    SQL语法之DDL和DML        DDL数据库定义语言 create 创建 alter 修改 drop 删除 drop和delete的区别 truncate DML 数据操作语言 insert ...