\documentclass{article} \usepackage{xeCJK} \setCJKmainfont[BoldFont=SimHei]{SimSun} \setCJKfamilyfont{hei}{SimHei} \setCJKfamilyfont{kai}{KaiTi} \setC... ...
分类:
其他好文 时间:
2017-04-26 17:13:28
阅读次数:
194
2014.7.19更新: 以下的笔记适用于在基于Ubuntu的发行版(比方LinuxMint)安装Texlive2013、2014; 第一步依据本机状况。可能不须要。 Texlive2014已经能够下载安装了,以下的全部“2013”更改为“2014”。安装Texlive2014正常。 1、Ubunt ...
分类:
其他好文 时间:
2017-04-25 19:57:12
阅读次数:
278
在 HTML DOM (文档对象模型)中,每个部分都是节点(Node): 文档本身是文档节点 所有 HTML 元素是元素节点 nodeType:1 Element 所有 HTML 属性是属性节点 nodeType:2 Attribute HTML 元素内的文本是文本节点 nodeType:3 Tex ...
分类:
编程语言 时间:
2017-04-14 20:50:40
阅读次数:
215
textureView是用来访问texture的一部分的 cubemap 和 mipmap会用到这个 for(face =0;face<6;face++) setrendertarget(tex,view[face]); 用这样的方法可以每次只画rt 的tex里面 中的一个layer for (si ...
分类:
其他好文 时间:
2017-04-13 16:56:36
阅读次数:
196
Latex 经常见到的问题和解决方法 2017-04-10 22:05:48 1. IEEE 模板添加 通信作者的时候,总是无法正常显示(脚注无法正常显示): 因为 IEEE默认是屏蔽了这个功能,需要在编辑的 .tex 文件中,添加这么一句话: \IEEEoverridecommandlockout ...
分类:
其他好文 时间:
2017-04-10 22:21:45
阅读次数:
154
保留两位小数{方法一:{ double c=3.154215; Java.text.DecimalFormat myformat=new java.text.DecimalFormat("0.00"); String str = myformat.format(c); }方式二:{ java.tex ...
分类:
编程语言 时间:
2017-04-09 18:38:28
阅读次数:
559
今天发的第三篇,也是课本第三章 第一个先把扫描仪类写出来 //扫描仪类最重要的是两句 import java.util.Scannert; Scanner input=new Scanner(System.in); import java.util.Scanner; public class Tex ...
分类:
其他好文 时间:
2017-04-09 17:13:01
阅读次数:
153
基本语法 cursor : auto | all-scroll | col-resize| crosshair | default | hand | move | help | no-drop | not-allowed | pointer | progress | row-resize | tex ...
分类:
Web程序 时间:
2017-04-08 21:16:10
阅读次数:
181
数据绑定最常见的形式就是使用 “Mustache” 语法(双大括号)的文本插值: 例如{{name}},如果只想插入一次就用<span v-once>{{name}}</span>;\ 每个通过vue绑定的属性都是返回json,所以这里面可以写表达式,但是不能写语句。 一.VUE指令 1.v-tex ...
分类:
其他好文 时间:
2017-04-07 10:09:20
阅读次数:
215
如何用Latex合并多个pdf文件? 用TeX合并pdf, 用LaTeX合并pdf 代码: \documentclass[a4paper]{article} \usepackage{pdfpages} \begin{document} \includepdfmerge{1.pdf,1-3} \inc ...
分类:
其他好文 时间:
2017-04-06 17:41:15
阅读次数:
928