直接放模板代码

\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. ecshop二次开发之后台秒杀

    1.进入admin->includes->inc_menu.PHP中此文件为定义左侧功能模块超链接 2.添加include/inc_menu.php秒杀管理超链接找链接 $modules[ ...

  2. mac Chrome 快捷键

    从windows迁移到mac,会发现快捷键真的变了,这里先吹一下mac OS天下第一 另外没有bar确实也提高了效率,这一点还是值的 其实程序员最常用的是检查,windows下是F12,默认F12会被 ...

  3. 会话技术之cookie(记录当前时间、浏览记录的记录和清除)

    cookie 会话技术: 当用户打开浏览器的时候,访问不同的资源,直到用户将浏览器关闭,可以认为这是一次会话. 作用: 因为http协议是一个无状态的协议,它不会记录上一次访问的内容.用户在访问过程中 ...

  4. 斯坦福CS课程列表

    http://exploredegrees.stanford.edu/coursedescriptions/cs/ CS 101. Introduction to Computing Principl ...

  5. 手机端 echarts使用 svg渲染器

    // 使用 Canvas 渲染器(默认) var chart = echarts.init(containerDom, null, {renderer: 'canvas'}); // 等价于: var ...

  6. 遗传算法MATLAB实现(3):多元函数优化举例

    多峰的Shubert为: 求f(x,y)在[-10,10]x[-10,10]上的最大值. MATLAB代码: fun_mutv函数为: function my=fun_mutv(x,y) t1=zer ...

  7. Linux安装mongoDB步骤和方法

    Linux安装mongoDB步骤和方法 下载mongoDB数据库 mongodb-linux-x86_64-3.0.15.tgz 存放到linux文件夹中 ftp软件直接拖上去 解压文件夹(解压后,会 ...

  8. Directx11教程(16) D3D11管线(5)

    原文:Directx11教程(16) D3D11管线(5) 本章我们学习VS中具体做些什么事情? 首先再看看我们的VS shader代码: Clolor.vs - PixelInputType Col ...

  9. node写简单的爬虫(二)

    上次我们已经成功的爬取了网站上的图片,现在我们把爬取的图片存储到本地 首先引入request var request=require('request'); http.get(url, functio ...

  10. QT UI 线程为什么卡死?

    我的工程是由三个线程处理不同任务构成的,其中UI用于显示,还有数据处理和数据接收发送线程. 在运行的过程中发现由于数据处理线程不及时,超过了设定的100ms,导致UI卡死,几个周期后又恢复,接着又卡死 ...