1.把wxParse文件全部放入项目。2.在wxml中import wxParse.wxml,并把template插入到到对应的位置上 <!--wxml--> <import src="../../../wxParse/wxParse.wxml"/> <view class="view-title" ...
分类:
微信 时间:
2020-04-16 19:32:09
阅读次数:
81
2020-04-13 安装GNU Radio时,运行make出现错误: [ 19%] Building C object volk/lib/CMakeFiles/volk_obj.dir/volk_machine_sse4_2_64_mmx_orc.c.o sh: 1: latex: not fou ...
分类:
其他好文 时间:
2020-04-13 15:27:14
阅读次数:
167
1.无需编号 \begin{itemize}\item {} ...\item {} ...\item {}...\item {} ...\end{itemize} 举例: \indent The main contributions of this paper are as follows:%主要 ...
分类:
其他好文 时间:
2020-04-12 22:26:04
阅读次数:
148
arXiv To BibTeX https://arxiv2bibtex.org/ 感谢: "【简单到爆】hithesis——哈工大latex论文模板 零基础也能用latex写论文_哔哩哔哩 (゜ ゜)つロ 干杯~ bilibili" ...
分类:
其他好文 时间:
2020-04-12 10:39:21
阅读次数:
418
一、2D功能函数: 1)2D位移: ①transform:translate(x,y); ②transform:translateX(x轴移动的距离); ③transform:translateY(Y轴移动的距离); 2)2D的缩放: ①transform:scale(x,y); ②transfor ...
分类:
其他好文 时间:
2020-04-07 20:54:56
阅读次数:
85
原生页面设置 LaTex原生的页面设置只需要在设置文档类型位置便可以完成,同时可以设置全局的文字字号 其中设置页面大小的相关命令可以自己查官方文档设置。 因为通常大家用的都是geometry宏包,所以就记录一下geometry中相关的使用方法。 geometry宏包 geometry有三个较为常用的 ...
分类:
其他好文 时间:
2020-04-07 20:33:51
阅读次数:
102
a{ display: inline-block; width: 10px;height:5px; background: red;line-height: 0;font-size:0;vertical-align: middle;-webkit-transform: rotate(45deg);} ...
分类:
Web程序 时间:
2020-04-06 23:36:39
阅读次数:
167
字体 英文字体 因为latex最初就是为英文写作设计的,所以对于英文字体的设置非常简单 但是可以看到,只有部分字体设置对中文字体有用。 中文字体 因为ctex宏包包含中文字体,所以我们可以很方便设置中文字体 这种拼音的命令对中国人来说还是很容易记住的。 但是我们可能还需要更多的英文字体,所以我们可能 ...
分类:
其他好文 时间:
2020-04-06 15:57:47
阅读次数:
87
CSS3 transition动画 1、transition-property 设置过渡的属性,比如:width height background-color2、transition-duration 设置过渡的时间,比如:1s 500ms3、transition-timing-function ...
分类:
Web程序 时间:
2020-04-06 13:26:02
阅读次数:
79
;+ + ;| 单行代码 | ;+ + (setq user-full-name "xiebiao") ;; 设置用户名 (setq user-mail-address "1434513612@qq.com") ;; 设置用户邮箱 (setq frame-title-mode t) ;; 在窗口的标 ...
分类:
系统相关 时间:
2020-04-05 11:58:36
阅读次数:
81