Weitian LI <wt@liwt.net>
This repository holds my resume (Chinese and English),the resume LaTeX template,and the Font Awesome 5 LaTeX style.
This template is based on theYACC: Another Awesome CVby Christophe Roger, which is further based on thePlasmati Graduate CVby Alessandro Plasmati.
resume-zh.tex
and resume-en.tex
with your versions;make
:-)NOTE:The TEXINPUTS
environment variable is set in the Makefileso that XeLaTeX can find the resume.cls
template and fontawesome5.sty
package. If you don't or can't use this Makefile
, e.g., on Windows,then you need to appropriately configure your environment.
NOTE:I use Windows only a bit, so I don't have a guide to use this template onWindows. I'm glad to accept suggestions and updates.
I wrote a simple tool make-fontawesome5.py
,which will download the latest icon list from theFont Awesome projectand then generate the LaTeX style file for using the latestFont Awesome 5 fonts (the free edition) in LaTeX.
This Python script requires the PyYAML
package, which can be installed with pip3 install --user PyYAML
or sudo apt install python3-yaml
.
A pre-generated style file fontawesome5.sty
(matches Font Awesome v5.13.1) is also provided.
The Font Awesome fonts are designed by theFont Awesome projectand can be obtained from here.NOTE:All the following 3 fonts should be installed into the system:
i.e., the following 3 OTF files are needed:
Font Awesome 5 Free-Regular-400.otf
Font Awesome 5 Free-Solid-900.otf
Font Awesome 5 Brands-Regular-400.otf
Besides the Font Awesome fonts, this template also requires the followingopensource fonts:
IBM Plex (Serif, Mono)
Download the OpenType.zip
archive from thereleases page,and then extract the IBM-Plex-Serif
and IBM-Plex-Mono
directoriesand install them.
The OTF font files for Simplified Chinese can be downloaded fromhere.Just download all the weight variants:ExtraLight, Light, Regular, Medium, SemiBold, Bold, Heavy.
Of course, you can use the fonts you prefer by modifying the template directly.However, you may need to tweak thecolumn width in the templateaccordingly.
On Linux systems, create a directory for each font family under~/.local/share/fonts
, then copy the font files (OTF or TTF) over,then execute fc-cache -f
to refresh the font cache, done.
Take the Font Awesome font family as an example:
mkdir -p ~/.local/share/fonts/FontAwesome
cp <font-awesome-otf-files> ~/.local/share/fonts/FontAwesome/
fc-cache -fv
fc-list | grep 'FontAwesome'
resume.cls
is distributed under theLaTeX Project Public License (LPPL) Version 1.3c.make-fontawesome5.py
is distributed under theMIT License.if args.resume: load_name = os.path.join(output_dir, 'faster_rcnn_{}_{}_{}.pth'.format(args.checksession, args.checkepoch, args.checkpoint)) print("loading checkpoint %s" % (load_name))
问题内容: 我有很大一部分不是循环的代码,只是发生一次但要花费一些时间的命令列表。我需要它根据更改的布尔值在任何时候暂停或终止此操作。我可以使用其他线程来挂起,恢复和停止此代码,但是不赞成使用这些方法,因此我想避免使用它们。我可以检查每行代码之间的布尔值,但我希望有一个更优雅的解决方案。有什么好方法吗? 问题答案: 自然,使用来处理中断线程的正确方法(在这种情况下,是暂停或停止线程)。它的设计目的
问题内容: 我正在尝试学习如何在Java中暂停和恢复线程。我使用的是有2个按钮“开始”和“停止”。 线程的运行方法: 现在,每当我尝试暂停或恢复线程时,都会引发异常: 笔记: 如果我使用不推荐使用的方法和,则先前的代码可以完美运行,但是文档指出使用和而不是同步。我尝试将单词添加到方法中,但仍会引发异常。 有人可以解释 为什么 这不起作用以及如何解决同步问题吗?很少有解释要点真的有多大帮助;) 问题
本小节主要总结一些技术简历相关的优质资源。具体的还可以参考前一节中 Facebook 提供的简历撰写指南,除了这些简短的资源外还强烈推荐下 Gayle 写的 The Google Resume,极其详细!干货超多! Resume Template 推荐使用 Markdown 或者 Latex 撰写简历,可以使用 sharelatex 在线写简历,从 CV or Resume 模板中挑,modern
本章主要总结一些技术面试和撰写简历方面的注意事项。
本文向大家介绍Lua中的协同程序之resume-yield间的数据返回研究,包括了Lua中的协同程序之resume-yield间的数据返回研究的使用技巧和注意事项,需要的朋友参考一下 这次要介绍几个其实很简单,但是一定要小心的返回值规则。 1.resume的参数 resume函数除了第一个参数是协同程序外,还能继续传其他参数,如下代码: resume第二个参数为“resume parame”,这个
我试图了解预取相关和选择相关用于优化的用法。我在博客的某个地方了解到,使用预取和选择的一个地方是,预取与选择相关用于反向关系,选择与选择相关用于正向关系。就我而言,有简历模式和教育模式。教育模型在查询时没有写入附加的_集,而是将简历的FK与相关的_名称设置为反向关系。我需要列出所有的教育要求的用户与要求的用户简历。我可以在没有以下优化技术的情况下做到这一点 当我试图使用以下内容时,我得到了我在标题
说明: void Connection::resumeRecv(void) 使当前连接继续接收数据。此方法与Connection::pauseRecv配合使用,对于上传流量控制非常有用 参数 无参数 范例 use WorkermanWorker; use WorkermanLibTimer; require_once __DIR__ . '/Workerman/Autoloader.php'; $
ap.offResume(CALLBACK) 移除 resume 事件的监听。 代码示例 <script src="https://gw.alipayobjects.com/as/g/h5-lib/alipayjsapi/3.1.1/alipayjsapi.inc.min.js"></script> <button class="btn btn-default">打开新页面</button> <