【转】latex常见错误对照表
原文链接:http://www.cs.utexas.edu/~witchel/errorclasses.html
Latex Error Classes
Ambiguous Errors
This is a list of error classes with ambiguos error messages. Here either the errors are have different causes and the message output is same or else the errors have the same root cause but the messages are different.
S.No | Class | Error Message | Cause of Error |
---|---|---|---|
1 | e_des | ! LaTeX Error: There's no line here to end | Usage of \\ at the end of a long label in 'description' environment |
2 | e_center | ! LaTeX Error: There's no line here to end | Usage of \\ after the heading line in 'center' environment |
3 | e_foot | ! Argument of \@sect has an extra } | Usage of a fragile command 'footnote' within \section |
4 | e_ragged | ! Argument of \@caption has an extra } | Usage of \\ within \raggedright or \raggedleft environment |
5 | e_and | ! Extra alignment tab has been changed to \cr | Too many &s in a row of a table or array or eqnarray. |
6 | e_cline | ! Extra alignment tab has been changed to \cr | Reference no non existing column in \cline |
7 | e_col | ! Extra alignment tab has been changed to \cr. | Usage @ in tabular* environment |
8 | e_num | ! Missing number treated as zero | Usage of non numeric parameter after \\ |
9 | e_asterisk | Missing * at the end of the line | * is not printed when used without brace after \\ |
10 | e_pbox_miss | ! Missing number, treated as zero. | \parbox[t]{} ..Missing argument to parbox |
11 | e_mis_circle | ! Missing number, treated as zero. | Missing numeric parameter to \circle |
12 | e_list | ! Argument of \lst@next has an extra } | Usage of 1stlisting inside fragile command \parbox |
13 | e_capacity | ! TeX capacity exceeded, sorry [input stack size=1500] | Usage of 1stlisting inside fragile command \parbox |
14 | e_runaway | Runaway argument? | Generally because of missing braces, e.g \cline{1-2 instead of \cline{1-2} |
15 | e_verbatim | Runaway argument? | Usage of verbatim within scope of another command e.g: \ifthenelse |
16 | e_undefined | ! Undefined control sequence | Usage of an unknown command |
17 | e_footnote | ! Undefined control sequence | Usage of \footnote within \footnote |
18 | e_integral | ! Missing { inserted. | Integral bounds are malformed |
19 | e_zeta | ! Missing { inserted. | Extra subscript before integral upper limit term |
20 | e_bezier | ! Illegal unit of measure (pt inserted). | Missing numeric argument to \qbezier |
21 | e_too_bezier | ! Illegal unit of measure (pt inserted). | Too many arguments to \qbezier |
22 | e_unit | ! Illegal unit of measure (pt inserted) | \parbox[t]{2} ..Illegal unit of second parameter |
23 | e_symfoot | ! LaTeX Error: Counter too large. | More than 9 footnotes when using symbolic footnotes |
24 | e_large_count | ! LaTeX Error: Counter too large. | Trying to display a corresponding letter for a counter vallue >26 |
25 | e_begin | ! LaTeX Error: Missing \begin{document} | Either text has been placed before \begin{document} or \begin{document} is missing |
26 | e_margin | ! LaTeX Error: Missing \begin{document}. | Misuse of \marginsize |
Common Errors
S.No | Class | Error Message | Cause of Error |
---|---|---|---|
1 | e_fileEnd | ! File ended while scanning use of \end. | Generally caused because of missing a brace |
2 | e_end | No message only an asterisk, i.e * | Missing \end{document} |
3 | e_illegal | LaTeX Error: Illegal character in array arg | Usage of a letter other than r,l and c in tabular environment |
4 | e_tab | ! Misplaced alignment tab character & | Missing \begin{tabular} while using tabular environment |
5 | e_backslash | ! Missing \endcsname inserted | Usage of a backslash in front of the name of an environment, e.g \begin{\itemize} |
6 | e_delimiter | ! LaTeX Error: Bad math environment delimiter | Missing \right immediately after the array environment |
7 | e_right | ! Extra \right | \right has no matching \left OR \end{array} is missing |
8 | e_package | ! LaTeX Error: Can only be used in preamble | Usage of \usepackage outside the preamble |
9 | e_math | ! Missing $ inserted | Missing a starting or ending $ in Math mode, e.g m_e instead of $m_e$ |
10 | e_parameter | ! Illegal parameter number in definition of... | Usage of parameter number greater than the number of parameters defined in \newcommand, e.g \newcommand{\test}[1]{#3} |
11 | e_cmd | ! LaTeX Error: Command ... already defined | Trying to define already existing command, e.g \newcommand{\time} |
12 | e_caption | ! LaTeX Error: \caption outside float | \caption{...} used outside table environment |
13 | e_braces | ! Too many }'s | Missing \begin{table}statement |
14 | e_parbox | ! Argument of \@caption has an extra } | Usage of \parbox in a \caption |
15 | e_item | ! LaTeX Error: Something's wrong--perhaps a missing \item | Missing \item within enumerate environment |
16 | e_fraction | ! Argument of \end has an extra } | Misuse of fraction cmd e.g \frac{1,2} |
17 | e_verb | ! LaTeX Error: \verb ended by end of line | Newline after \verb, e.g. \verb*dir* |
18 | e_invalid | ! LaTeX Error: Command \end{itemize} invalid in math mode | Missing $ while using math mode in \itemize |
19 | e_equation | ! Display math should end with $$ | Usage of $$ inside equation mode |
20 | e_column | ! Misplaced \omit | Usage of \newcommand and \multicolumn within tabular environment |
21 | e_subscript | ! Double subscript. | Usage of double subscript |
22 | e_cls | ! LaTeX Error: File `artcle.cls' not found. | Missing .sty or .cls file |
23 | e_nofile | ! LaTeX Error: File `file1.tex' not found. | Missing file1.tex, e.g. \input{file1.tex} |
24 | e_sty | ! LaTeX Error: File `anysize1.sty' not found | Use of unavailable package |
25 | e_doc_class | ! LaTeX Error: Can be used only in preamble. | Usage of \documentclass outside preamble |
26 | e_circle | ! LaTeX Error: Command \circle invalid in math mode. | Usage of \circle in math mode |
27 | e_picture | ! Use of \pictur@ doesn't match its definition. | Bad parameter to \picture |
28 | e_line | ! Use of \put dosen't match its definition | Badly formatted \line directive |
29 | e_line_arg | ! LaTeX Error: Bad \line or \vector argument. | Bad \line parameter |
30 | e_counter | ! LaTeX Error: No counter '10' defined. | Counter undefined |
31 | e_outer | ! LaTeX Error: Not in outer par mode. | Using figure inside parbox |
32 | e_minipage | ! LaTeX Error: Not in outer par mode. | Using figure minipage |
33 | e_lost | ! LaTeX Error: Float(s) lost. | Counter undefined |
34 | e_lonely | ! LaTeX Error: Lonely \item--perhaps a missing list environment. | Usage of \item outside list environment |
35 | e_parg | ! LaTeX Error: Missing p-arg in array arg. | Missing p argument in tabular environment |
36 | e_hash | ! You can't use `macro parameter character #' in vertical mode. | Usage of # in normal mode |
37 | e_enlarge | ! LaTeX Error: Suggested extra height (14454.0pt) dangerously large. | Too big a number given in \enlargethispage |
38 | e_deftab | ! LaTeX Error: Undefined tab position. | Undefined tabbing |
39 | e_pushtab | ! LaTeX Error: \pushtabs and \poptabs don't match. | Unequal numbers of push and pop tabs |
40 | e_overtab | ! LaTeX Error: Tab overflow. | Too many \= in tabbing environment |
41 | e_nest | ! LaTeX Error: Too deeply nested. | Too many list environments |
42 | e_eqnarray | ! LaTeX Error: Too many columns in eqnarray environment. | More than three columns in eqnarray |
43 | e_classpkg | ! LaTeX Error: \usepackage before \documentclass. | Usage of usepackage before loading documentclass |
44 | e_load | ! LaTeX Error: Two \LoadClass commands. | More than one load class command |
45 | e_require | ! LaTeX Error: \RequirePackage or \LoadClass in Options Section. | RequirePackage may not be used with \DeclareOption |
46 | e_twoclass | ! LaTeX Error: Two \documentclass or \documentstyle commands. | More than one documentclass declaration |
47 | e_font | ! LaTeX Error: This NFSS system isn't set up properly. | Invalid font used in \DeclareErrorFont |
48 | e_superscript | ! Double superscript. | Usage of two superscripts for the same variable, e.g. 2^3^4 |
49 | e_clash_opt | ! LaTeX Error: Option clash for package csvtools. | Clashing options for the same package |
50 | e_unknown_opt | ! LaTeX Error: Unknown option ... for package ... | Unkown option for a package |
51 | e_hyphenation | ! Improper \hyphenation will be flushed. | Improper parameter to \hyphenation |
52 | e_stack_size | ! TeX capacity exceeded, sorry [main memory size=1000000] | Overflow of buffer due to mistake in command definition |
53 | e_environment | ! LaTeX Error: Environment ... undefined. | Undefined environment |
54 | e_midline | ! LaTeX Error: \< in mid line | Command \< may appear only at the beginning of a line |
55 | e_infinite | Goes into infinite loop | Usage of \\strut\hrule |
http://www.cs.utexas.edu/~witchel/errorclasses.html
<div class="hide-article-box hide-article-pos text-center">
<a class="btn-readmore" data-report-view="{"mod":"popu_376","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669","strategy":"readmore"}" data-report-click="{"mod":"popu_376","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669","strategy":"readmore"}">
展开阅读全文
<svg class="icon chevrondown" aria-hidden="true">
<use xlink:href="#csdnc-chevrondown"></use>
</svg>
</a>
</div>
<div class="recommend-box"><div class="recommend-item-box type_blog clearfix" data-report-view="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/lcx543576178/article/details/63685912","strategy":"BlogCommendFromMachineLearnPai2","index":"0"}" data-report-click="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/lcx543576178/article/details/63685912","strategy":"BlogCommendFromMachineLearnPai2","index":"0"}">
<div class="content" style="width: 712px;">
<a href="https://blog.youkuaiyun.com/lcx543576178/article/details/63685912" target="_blank" rel="noopener" title="Latex 常见错误汇总及解决方案">
<h4 class="text-truncate oneline" style="width: 552px;">
<em>Latex</em> <em>常见</em><em>错误</em>汇总及解决方案 </h4>
<div class="info-box d-flex align-content-center">
<p class="date-and-readNum oneline">
<span class="date hover-show">03-19</span>
<span class="read-num hover-hide">
阅读数
1万+</span>
</p>
</div>
</a>
<p class="content" style="width: 712px;">
<a href="https://blog.youkuaiyun.com/lcx543576178/article/details/63685912" target="_blank" rel="noopener" title="Latex 常见错误汇总及解决方案">
<span class="desc oneline">windows下latex编译ACM论文模板时,出现LatexError:‘acmart.cls’notfound,解决方案:首先cd至模板所在目录下,然后运行以下命令:texacmart.ins...</span>
</a>
<span class="blog_title_box oneline ">
<span class="type-show type-show-blog type-show-after">博文</span>
<a target="_blank" rel="noopener" href="https://blog.youkuaiyun.com/lcx543576178">来自: <span class="blog_title"> Francis Li</span></a>
</span>
</p>
</div>
</div>
<div class="comment-edit-box d-flex">
<a id="commentsedit"></a>
<div class="user-img">
<a href="//me.youkuaiyun.com/Vivian_1995" target="_blank" rel="noopener">
<img class="" src="https://avatar.youkuaiyun.com/3/4/2/3_vivian_1995.jpg">
</a>
</div>
<form id="commentform">
<input type="hidden" id="comment_replyId">
<textarea class="comment-content" name="comment_content" id="comment_content" placeholder="想对作者说点什么"></textarea>
<div class="opt-box"> <!-- d-flex -->
<div id="ubbtools" class="add_code">
<a href="#insertcode" code="code" target="_self"><i class="icon iconfont icon-daima"></i></a>
</div>
<input type="hidden" id="comment_replyId" name="comment_replyId">
<input type="hidden" id="article_id" name="article_id" value="6666669">
<input type="hidden" id="comment_userId" name="comment_userId" value="">
<input type="hidden" id="commentId" name="commentId" value="">
<div style="display: none;" class="csdn-tracking-statistics tracking-click" data-report-click="{"mod":"popu_384","dest":""}"><a href="#" target="_blank" class="comment_area_btn" rel="noopener">发表评论</a></div>
<div class="dropdown" id="myDrap">
<a class="dropdown-face d-flex align-items-center" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<div class="txt-selected text-truncate">添加代码片</div>
<svg class="icon d-block" aria-hidden="true">
<use xlink:href="#csdnc-triangledown"></use>
</svg>
</a>
<ul class="dropdown-menu" id="commentCode" aria-labelledby="drop4">
<li><a data-code="html">HTML/XML</a></li>
<li><a data-code="objc">objective-c</a></li>
<li><a data-code="ruby">Ruby</a></li>
<li><a data-code="php">PHP</a></li>
<li><a data-code="csharp">C</a></li>
<li><a data-code="cpp">C++</a></li>
<li><a data-code="javascript">JavaScript</a></li>
<li><a data-code="python">Python</a></li>
<li><a data-code="java">Java</a></li>
<li><a data-code="css">CSS</a></li>
<li><a data-code="sql">SQL</a></li>
<li><a data-code="plain">其它</a></li>
</ul>
</div>
<div class="right-box">
<span id="tip_comment" class="tip">还能输入<em>1000</em>个字符</span>
<input type="button" class="btn btn-sm btn-cancel d-none" value="取消回复">
<input type="submit" class="btn btn-sm btn-red btn-comment" value="发表评论">
</div>
</div>
</form>
</div>
<div class="comment-list-container">
<a id="comments"></a>
<div class="comment-list-box">
</div>
<div id="commentPage" class="pagination-box d-none"></div>
<div class="opt-box text-center">
<div class="btn btn-sm btn-link-blue" id="btnMoreComment"></div>
</div>
</div>
LaTeX常见问题汇总
08-28 阅读数 2290
问题描述很多人在用自己的字体时会遇到以下错误:fontspecerror:"font-not-found"!!Thefont"fangzhengheitijianti"cannotbefound.!!... 博文 来自: lemaden520的博客
latex的三线表格及一些错误的修改
06-11 阅读数 1万+
1.三线表的一般格式学术论文普遍使用三线表。三线表的特点主要是:整个表格通常只有三条横线,首尾两条横线较粗,中间一条较细,一般不使用竖线。LaTeX处理三线表相当简单方便。用到的宏包主要是 bookt... 博文 来自: qq1987924的专栏
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_59" data-pid="59"><script type="text/javascript">
(function() {
var s = "_" + Math.random().toString(36).slice(2);
document.write('<div style="" id="' + s + '"></div>');
(window.slotbydup = window.slotbydup || []).push({
id: "u3491668",
container: s
});
})();
LaTex 常见错误及解决办法
01-02 阅读数 120
出现错误:Multirow要用库的 导入\usepackage{multirow},,即可 博文 来自: weixin_33919950的博客
Latex "Error: File ended while scanning use of \@xdblarge"
12-30 阅读数 8302
使用LaTeX写作时,遇到错误Error:Fileendedwhilescanninguseof\@xdblarge多半是因为}丢失的原因(或者是多了个{)。... 博文 来自: yhl_leo
Latex编译出现“Error: Missing $ inserted ”
11-03 阅读数 9194
Latex编译出现“Error:Missing$inserted”解决方案:将文中的‘_’用‘_’表示 博文 来自: Coder from Venus
LaTex常见错误对照表及原因解析
12-08 阅读数 2963
原文链接:http://www.cs.utexas.edu/~witchel/errorclasses.htmlLatexErrorClassesAmbiguousErrors模糊错误Thisisal... 博文 来自: cai066的专栏
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_60" data-pid="60"><iframe src="https://adaccount.youkuaiyun.com/#/preview/575?m=bALncQpLvHSEptnLtccyHnLcbJDtpDLppSAnnbJEcnpHnnXiJQHSLvynivtbJHinQWbbEcfpStQLityLmAbpUiAmSLnoHpcpQSiQ&k=" frameborder="0" width="100%" height="75px" scrolling="no"></iframe><img class="pre-img-lasy" data-src="https://kunyu.youkuaiyun.com/1.png?d=2&k=&m=bALncQpLvHSEptnLtccyHnLcbJDtpDLppSAnnbJEcnpHnnXiJQHSLvynivtbJHinQWbbEcfpStQLityLmAbpUiAmSLnoHpcpQSiQ"></div></div>
解决问题:编译Latex遇到 file ended while scanning use of \@xdblarg or \@frac
11-29 阅读数 4214
出现这个问题的原因是使用某些命令时,给出的参数不完整或者漏了半个大括号。举例:
datatype misalignment 错误
09-04 阅读数 5465
datatypemisalignment错误是一个隐晦的错误,因为你在编译的过程中看不到的,但是在DEBUG的时候,执行到某些地方就跳出这个错误了。 datatypemisalignment错误怎么引... 博文 来自: 技术在变,人必须跟着变
<div class="recommend-item-box blog-expert-recommend-box" style="display: block;">
<div class="d-flex">
<div class="blog-expert-recommend">
<div class="blog-expert">
<div class="blog-expert-flexbox" data-report-view="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/lcx543576178" target="_blank"><img src="https://avatar.youkuaiyun.com/9/A/4/3_lcx543576178.jpg" alt="Francis__Li" title="Francis__Li"></a><span data-report-click="{"mod":"popu_710","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><span class="blog-expert-button-follow btn-red-follow" data-name="lcx543576178" data-nick="Francis__Li">关注</span></span></div><div class="info"><span data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/lcx543576178" target="_blank"><h5 class="oneline" title="Francis__Li">Francis__Li</h5></a></span> <p></p><p class="article-num" title="28篇文章"> 28篇文章</p><p class="article-num" title="排名:千里之外"> 排名:千里之外</p><p></p></div></div></div><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/zgj926503" target="_blank"><img src="https://avatar.youkuaiyun.com/A/0/5/3_zgj926503.jpg" alt="Zhao-Pace" title="Zhao-Pace"></a><span data-report-click="{"mod":"popu_710","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><span class="blog-expert-button-follow btn-red-follow" data-name="zgj926503" data-nick="Zhao-Pace">关注</span></span></div><div class="info"><span data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/zgj926503" target="_blank"><h5 class="oneline" title="Zhao-Pace">Zhao-Pace</h5></a></span> <p></p><p class="article-num" title="7篇文章"> 7篇文章</p><p class="article-num" title="排名:千里之外"> 排名:千里之外</p><p></p></div></div></div><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/lemaden520" target="_blank"><img src="https://avatar.youkuaiyun.com/8/6/6/3_lemaden520.jpg" alt="lemaden520" title="lemaden520"></a><span data-report-click="{"mod":"popu_710","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><span class="blog-expert-button-follow btn-red-follow" data-name="lemaden520" data-nick="lemaden520">关注</span></span></div><div class="info"><span data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/lemaden520" target="_blank"><h5 class="oneline" title="lemaden520">lemaden520</h5></a></span> <p></p><p class="article-num" title="22篇文章"> 22篇文章</p><p class="article-num" title="排名:千里之外"> 排名:千里之外</p><p></p></div></div></div><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/qq1987924" target="_blank"><img src="https://avatar.youkuaiyun.com/3/2/D/3_qq1987924.jpg" alt="hust_xiaowei" title="hust_xiaowei"></a><span data-report-click="{"mod":"popu_710","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><span class="blog-expert-button-follow btn-red-follow" data-name="qq1987924" data-nick="hust_xiaowei">关注</span></span></div><div class="info"><span data-report-click="{"mod":"popu_709","dest":"https://blog.youkuaiyun.com/lhyan792/article/details/6666669"}"><a href="https://blog.youkuaiyun.com/qq1987924" target="_blank"><h5 class="oneline" title="hust_xiaowei">hust_xiaowei</h5></a></span> <p></p><p class="article-num" title="286篇文章"> 286篇文章</p><p class="article-num" title="排名:6000+"> 排名:6000+</p><p></p></div></div></div></div>
</div>
</div>
</div>
</div><div class="recommend-item-box baiduSearch recommend-box-ident" data-report-view="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/u012564409/article/details/78321753","strategy":"searchFromBaidu1","index":"7"}" data-report-click="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/u012564409/article/details/78321753","strategy":"searchFromBaidu1","index":"7"}" data-track-view="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/u012564409/article/details/78321753","strategy":"searchFromBaidu1","index":4,"extend1":"_"}" data-track-click="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/u012564409/article/details/78321753","strategy":"searchFromBaidu1","index":4,"extend1":"_"}" data-flg="true"> <a href="https://blog.youkuaiyun.com/u012564409/article/details/78321753" target="_blank"> <h4 class="text-truncate oneline" style="width: 633px;"><em>LaTex</em>犯过的错 - u012564409的专栏 - 优快云博客</h4> <div class="info-box d-flex align-content-center"> <p> <span class="date">11-1</span> </p> </div> </a> </div><div class="recommend-item-box baiduSearch recommend-box-ident" data-report-view="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/qq1987924/article/details/46451705","strategy":"searchFromBaidu1","index":"8"}" data-report-click="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/qq1987924/article/details/46451705","strategy":"searchFromBaidu1","index":"8"}" data-track-view="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/qq1987924/article/details/46451705","strategy":"searchFromBaidu1","index":5,"extend1":"_"}" data-track-click="{"mod":"popu_387","dest":"https://blog.youkuaiyun.com/qq1987924/article/details/46451705","strategy":"searchFromBaidu1","index":5,"extend1":"_"}" data-flg="true"> <a href="https://blog.youkuaiyun.com/qq1987924/article/details/46451705" target="_blank"> <h4 class="text-truncate oneline" style="width: 633px;"><em>latex</em>的三线表格及一些<em>错误</em>的修改 - qq1987924的专栏 - 优快云博客</h4> <div class="info-box d-flex align-content-center"> <p> <span class="date">9-23</span> </p> </div> </a> </div>
Latex bib字符编码问题
04-23 阅读数 945
配置:ubuntu14.04+texlive2017+texstudio安装过程自行百度,搜索相关博客遇到的问题:编译时会出现Misplacedalignmenttabcharacter&am... 博文 来自: Darlewo
LaTeX错误:! LaTeX Error: Command `\Finv' already defined.
07-13 阅读数 4630
quantumpo声明:本文前半部分原作者:MiChen本文后半部分原作者:LaTeX_FunbyMiChen其实amssymb这个package平时用的不多,昨天为了使用\triangleq(等号上... 博文 来自: 量子波儿的专栏
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_61" data-pid="61"><iframe src="https://adaccount.youkuaiyun.com/#/preview/260?m=pcQnSSiEbQHcASJAEEDAyEJHbAbbStpJcQJEApAEmALtcHLXAJScHitDXQiHninSSLiLnnQJSWcEvUopLnbffonbSAXJLLHiAcQQ&k=" frameborder="0" width="100%" height="75px" scrolling="no"></iframe><img class="pre-img-lasy" data-src="https://kunyu.youkuaiyun.com/1.png?d=2&k=&m=pcQnSSiEbQHcASJAEEDAyEJHbAbbStpJcQJEApAEmALtcHLXAJScHitDXQiHninSSLiLnnQJSWcEvUopLnbffonbSAXJLLHiAcQQ"></div></div>
Latex 学习笔记--table 和 algorithm的写法
05-22 阅读数 3万+
稍微整理下latex写table和algorithm的方法,大多是对网上搜索到的内容的整理参考内容 http://blog.sina.com.cn/s/blog_5e16f1770102ezhv.ht... 博文 来自: zhonglj0314的专栏
为什么Latex中的International(WinEdt 6.0)部分符号编译出错:invalid in math mode on input
01-21 阅读数 3578
有时候我们想输入些法文或德文字符,如下面的奇怪的r输入$\v{r}$会报以下错误:这是因为它是字母不是数学公式,所以应该去掉$$符号。在用到数学公式的时候应该添加下面的包:\usepackage{am... 博文 来自: 蒋国宝的IT技术博客
ubuntu16.04中使用texlive+texstudio搭建Latex环境
11-05 阅读数 333
本安装方法进行了实测,并且不需要配置环境变量,不需要安装中文字体包,非常方便转载请注明出处Tonny的博客一.texlive+texstudio安装1.安装texlivesudoapt-getinst... 博文 来自: Tonny的博客
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_62" data-pid="62"><iframe src="https://adaccount.youkuaiyun.com/#/preview/261?m=nAEEcttEAnQbtQHELLctbAADyJnJpiHLpcnQmUAHAJXtiDnHDXJcpHQEWQoiJnDSbctJpAtXEQtnAEpciiLSSLttDSHincbJLLQQ&k=" frameborder="0" width="100%" height="75px" scrolling="no"></iframe><img class="pre-img-lasy" data-src="https://kunyu.youkuaiyun.com/1.png?d=2&k=&m=nAEEcttEAnQbtQHELLctbAADyJnJpiHLpcnQmUAHAJXtiDnHDXJcpHQEWQoiJnDSbctJpAtXEQtnAEpciiLSSLttDSHincbJLLQQ"></div></div>
latex常见错误!missing $ inserted.和! File ended while scanning use of \@newl@bel.
08-27 阅读数 1207
Latex常见的错误1 !missing$inserted. !missing$inserted.&lt;insertedtext&gt; $……………这种错误主要在使用$$公式包裹的... 博文 来自: huang_shao1的博客
经常遇到的问题 ! File ended while scanning use of \@newl@bel
08-09 阅读数 7058
经常遇到的问题!Fileendedwhilescanninguseof\@newl@bel. 2011-07-0614:20:49| 分类: TEX|举报|字号 订阅 下载LOFTER我... 博文 来自: kebu12345678的博客
[Latex] tikz包使用时出现的一个问题及解决
06-08 阅读数 1299
最近写论文时,需要用到一个填充的等边三角形作为符号标记,latex本身的\blacktriangle所呈现的却是等腰三角形,而\triangle只是未填充的等边三角形。网上查阅资料,发现了tikz包可... 博文 来自: xuchaojiecarl的专栏
`LaTeX` Debug笔记之 - LaTeX Error: There's no line here to end
10-04 阅读数 3109
LaTeXDebug笔记之-LaTeXError:There’snolineheretoend造成这个错误的原因是在已经被terminated的掉的行使用\\;\\是终止改行的意思,然而该行已经被终止... 博文 来自: weixin_42919606的博客
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_63" data-pid="63"><script type="text/javascript">
(function() {
var s = "_" + Math.random().toString(36).slice(2);
document.write('<div style="" id="' + s + '"></div>');
(window.slotbydup = window.slotbydup || []).push({
id: "u4221910",
container: s
});
})();
illegal character是什么问题?
初学JAVA,书上照抄了段代码如下: import javax.swing.*; //插入javax.swing包 import java.awt.*; //插入java.awt包 public 论坛
Latex的常见错误
12-30 阅读数 6728
1、!Undefinedcontrolsequence.l.101 \subfigure [SmallBoxwithaLongCaption]问题就是\subfigur... 博文 来自: Gexrior的博客
latex 自定义bst文件
11-13 阅读数 1万+
最近学习LaTeXLaTeX,遇到了很多问题,其中就包括要制作一个符合学校参考文献的bst文件,苦恼了很久,在网上没有找到相似的问题整理。遂做个小小的总结。bst采用了堆栈式语言WinEdt中可以编写... 博文 来自: 大锅八十小锅四十
Latex tabular和tabular* 注意表格样式参数命令
01-19 阅读数 2万+
一、表格环境的定义环境tabular和tabular*是生成表格的基本工具,其定义(语法)如下:
TeX&LaTeX宏包冲突集锦
09-06 阅读数 5655
宏包冲突问题,是非常棘手的问题,也是令我非常难过的问题。代码上没问题,但是会报错。这里总结下来,一来自己备忘,二来以飨读者!欢迎大家提供更多这方面的讯息!Hyperref至今为止,Hyperref宏包... 博文 来自: 轻风淡云追似远
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_64" data-pid="64"><script type="text/javascript">
(function() {
var s = "_" + Math.random().toString(36).slice(2);
document.write('<div style="" id="' + s + '"></div>');
(window.slotbydup = window.slotbydup || []).push({
id: "u3600856",
container: s
});
})();
Misplaced alignment tab character &
05-18 阅读数 8876
在用latex导入参考文献时,有时会出现这种错误,原因在于参考文献中出现了&amp;,这是我们在前面加上\就可以了。即&amp;-&gt;\&amp;参考这里... 博文 来自: liu13364876993的博客
latex中algorithm与algorithmic的使用
10-09 阅读数 4668
导入包: \usepackage{algorithm}\usepackage{algorithmic}example:\begin{algorithm} \caption{A} \label{al... 博文 来自: huang_shao1的博客
解决问题:编译Latex遇到File ended while scanning use of \@writefile
11-29 阅读数 2368
出现这种问题是因为编译过程中aux文件出现问题,造成内容缺失。解决方法:删除文件夹内.aux结尾的文件,重新编译文件,即可解决。... 博文 来自: WangJiankun_ls的博客
CTex编译问题及解决方法
12-21 阅读数 5066
2016年12月21日Q:使用appliedoptics编译tex时,出现错误:“!PackagecaptionError:singlelinecheckundefined.”“258\caption... 博文 来自: 小龄童的专栏
Latex角标(subscript/superscript)
01-05 阅读数 8072
Latex角标,包括一个字符的左上,左下,右上,右下位置,具体有多重实现方式,分别适用不同情况\documentclass[UTF8]{ctexart}\usepackage{mathtools}\u... 博文 来自: hfut_jf的专栏
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_65" data-pid="65"><iframe src="https://adaccount.youkuaiyun.com/#/preview/577?m=inSJtLLpSnntcnSvDHSAicmbpbLLoHcEADESDpJnUtEHXiLLvEbHbviSyEESyHpQLWJJtppQciEQocvttycnHSEAncbpAbLnAbQQ&k=" frameborder="0" width="100%" height="75px" scrolling="no"></iframe><img class="pre-img-lasy" data-src="https://kunyu.youkuaiyun.com/1.png?d=2&k=&m=inSJtLLpSnntcnSvDHSAicmbpbLLoHcEADESDpJnUtEHXiLLvEbHbviSyEESyHpQLWJJtppQciEQocvttycnHSEAncbpAbLnAbQQ"></div></div>
为什么会出现illegal character?
我在写一个聊天室登录的jsp页面时,加入了一段javascript脚本,却在编译是老提示有illegal character,我找了半天也没发现原因,所以请教大家! 下面是有问题的一段程序: <%@ 论坛
Latex报错 ! Misplaced alignment tab character &
02-13 阅读数 1407
原因:引用参考文献的bib文件中出现了&amp;解决方法:&amp;改为\&amp; 博文 来自: lahhass的博客
编译 latex时出现以下问题:misplaced alignment tab character &
02-22 阅读数 665
在LaTeX中&amp;符号有特殊含义,不能直接写,需要使用转义字符的形式。即\&amp;。我们在百度学术或者谷歌学术中copy来的bibtex文件中可能会包含&amp;等。!... 博文 来自: weixin_37600848的博客
Misplaced alignment tab character &. \newblock {\em Mountain Research &
02-05 阅读数 511
Misplacedalignmenttabcharacter&amp;amp;.\newblock{\emMountainResearch&amp;amp;在latex中导入参考文献时... 博文 来自: weixin_44537194的博客
[latex] Winedt在生成pdf时候报Misplaced alignment tab character & 错误
01-23 阅读数 386
转来Winedt在生成pdf时候报Misplacedalignmenttabcharacter&amp;amp;错误原因:latex引用参考文献的bib文件中出现了&amp;amp;,... 博文 来自: 小黑_BUPT的博客
<div class="recommend-item-box recommend-recommend-box"><div id="kp_box_66" data-pid="66"><iframe src="https://adaccount.youkuaiyun.com/#/preview/593?m=cbDSUEHiEcpUASbmJnHLcbtAAnEnDitAUtvEnHpXiJLLXLHvJiELSoEtiUiHQpWQSiEomymbLLpEbbSiLJEEpicJXoEiiHJEcbQQ&k=" frameborder="0" width="100%" height="75px" scrolling="no"></iframe><img class="pre-img-lasy" data-src="https://kunyu.youkuaiyun.com/1.png?d=2&k=&m=cbDSUEHiEcpUASbmJnHLcbtAAnEnDitAUtvEnHpXiJLLXLHvJiELSoEtiUiHQpWQSiEomymbLLpEbbSiLJEEpicJXoEiiHJEcbQQ"></div></div>
<div class="recommend-item-box type_hot_word">
<div class="content clearfix" style="width: 712px;">
<div class="float-left">
<span>
<a href="https://www.youkuaiyun.com/gather_13/NtTaEgzsLWRvd25sb2Fk.html" target="_blank">
c# 返回句柄</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_15/NtTaEg0sLWRvd25sb2Fk.html" target="_blank">
c# update中文</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_1f/NtTaEg2sLWRvd25sb2Fk.html" target="_blank">
c#中类的语法结构</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_13/NtTaEg3sLWRvd25sb2Fk.html" target="_blank">
c# chart放大缩小</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_1e/NtTaEg4sLWRvd25sb2Fk.html" target="_blank">
c# 选择打印机对话框</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_16/NtTaEg5sLWRvd25sb2Fk.html" target="_blank">
c#浮点型转换为整型</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_1c/NtTaIgwsLWRvd25sb2Fk.html" target="_blank">
c#数组删除元素</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_10/NtTaIgxsLWRvd25sb2Fk.html" target="_blank">
c# 委托例子</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_15/NtTaIgysLWRvd25sb2Fk.html" target="_blank">
c# 出提示音</a>
</span>
<span>
<a href="https://www.youkuaiyun.com/gather_12/NtTaIgzsLWRvd25sb2Fk.html" target="_blank">
c# exe緩存</a>
</span>
</div>
</div>
</div>
<div class="recommend-loading-box">
<img src="https://csdnimg.cn/release/phoenix/images/feedLoading.gif">
</div>
<div class="recommend-end-box">
<p class="text-center">没有更多推荐了,<a href="https://blog.youkuaiyun.com/" class="c-blue c-blue-hover c-blue-focus">返回首页</a></p>
</div>
</div>
<div class="template-box">
<span>博客模板©2019 </span><span class="point"></span><span>由优快云提供</span><span class="point"></span>
<span>模版主题为:skin3-template by
优快云官方博客 设计
</span>
</div>
</main>
<aside>
<div id="asideProfile" class="aside-box">
<!-- <h3 class="aside-title">个人资料</h3> -->
<div class="profile-intro d-flex">
<div class="avatar-box d-flex justify-content-center flex-column">
<a href="https://blog.youkuaiyun.com/lhyan792">
<img src="https://avatar.youkuaiyun.com/0/1/8/3_lhyan792.jpg" class="avatar_pic" username="lhyan792">
<img src="https://g.csdnimg.cn/static/user-reg-year/2x/9.png" class="user-years">
</a>
</div>
<div class="user-info d-flex flex-column">
<p class="name csdn-tracking-statistics tracking-click" data-report-click="{"mod":"popu_379"}" username="lhyan792">
<a href="https://blog.youkuaiyun.com/lhyan792" class="" id="uid" title="lhyan792">lhyan792</a>
</p>
<p class="personal-home-page" style="right:-96px;"><a target="_blank" href="https://me.youkuaiyun.com/lhyan792">TA的个人主页 ></a></p>
</div>
<div class="profile-personal-letter">
<a id="profile-personal-alink" href="https://www.youkuaiyun.com/apps/download/?code=app_1564993662&callback=csdnapp%3A%2F%2Fweb%3Furl%3Dhttps%3A%2F%2Fapp.youkuaiyun.com%2Fother%3Fusername%3Dlhyan792" target="_blank" rel="noopener">私信</a>
</div>
<div class="opt-box d-flex flex-column">
<span class="csdn-tracking-statistics tracking-click" data-report-click="{"mod":"popu_379"}">
<a class="btn btn-sm btn-red-hollow attention" id="btnAttent" style="line-height:24px;padding:0;">关注</a>
</span>
</div>
</div>
<div class="data-info d-flex item-tiling">
<dl class="text-center" title="17">
<dt><a href="https://blog.youkuaiyun.com/lhyan792?t=1">原创</a></dt>
<dd><a href="https://blog.youkuaiyun.com/lhyan792?t=1"><span class="count">17</span></a></dd>
</dl>
<dl class="text-center" id="fanBox" title="24">
<dt>粉丝</dt>
<dd><span class="count" id="fan">24</span></dd>
</dl>
<dl class="text-center" title="6">
<dt>喜欢</dt>
<dd><span class="count">6</span></dd>
</dl>
<dl class="text-center" title="10">
<dt>评论</dt>
<dd><span class="count">10</span></dd>
</dl>
</div>
<div class="grade-box clearfix">
<dl>
<dt>等级:</dt>
<dd>
<a href="https://blog.youkuaiyun.com/home/help.html#level" title="4级,点击查看等级说明" target="_blank">
<svg class="icon icon-level" aria-hidden="true">
<use xlink:href="#csdnc-bloglevel-4"></use>
</svg>
</a>
</dd>
</dl>
<dl>
<dt>访问:</dt>
<dd title="97049">
9万+ </dd>
</dl>
<dl>
<dt>积分:</dt>
<dd title="1184">
1184 </dd>
</dl>
<dl title="65195">
<dt>排名:</dt>
<dd>6万+</dd>
</dl>
</div>
</div>
最新文章
归档
热门文章
-
<a href="https://blog.youkuaiyun.com/lhyan792/article/details/6666669"> 【转】latex常见错误对照表 </a> <p class="read">阅读数 <span>29160</span></p> </li> <li> <a href="https://blog.youkuaiyun.com/lhyan792/article/details/6362014"> [转载]在linux上安装R软件 </a> <p class="read">阅读数 <span>10856</span></p> </li> <li> <a href="https://blog.youkuaiyun.com/lhyan792/article/details/6799116"> 使用C#的HttpWebRequest模拟登陆访问人人网(很好的一个例子,理解http的基本工作方式) </a> <p class="read">阅读数 <span>3570</span></p> </li> <li> <a href="https://blog.youkuaiyun.com/lhyan792/article/details/6402530"> 用java计算gamma函数 </a> <p class="read">阅读数 <span>3339</span></p> </li> <li> <a href="https://blog.youkuaiyun.com/lhyan792/article/details/6413244"> matlab 轮流画多个图 不显示图片 保存为eps(demo) </a> <p class="read">阅读数 <span>3174</span></p> </li> </ul> </div>
最新评论
<div class="aside-box">
<div class="persion_article">
<div class="right_box footer_box csdn-tracking-statistics" data-report-view="{"mod":"popu_475"}"> <div class="contact-box" id="footer-contact-box"><div class="img-box"><a href="https://edu.youkuaiyun.com?utm_source=csdn_footer" target="_blank"><img src="https://csdnimg.cn/pubfooter/images/edu-QR.png" alt="优快云学院" style="padding: 6px;width: 98px;height: 98px;"></a><p class="app-text">优快云学院</p></div><div class="img-box fr"><img style="padding: 6px;width: 98px;height: 98px;" src="https://csdnimg.cn/pubfooter/images/job-QR.png" alt="优快云企业招聘"><p class="app-text">优快云企业招聘</p></div></div> <div class="contact-info"> <p><svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M2.167 2h11.666C14.478 2 15 2.576 15 3.286v9.428c0 .71-.522 1.286-1.167 1.286H2.167C1.522 14 1 13.424 1 12.714V3.286C1 2.576 1.522 2 2.167 2zm-.164 3v1L8 10l6-4V5L8 9 2.003 5z" fill="#5c5c5c" fill-rule="evenodd"></path></svg><a href="mailto:webmaster@youkuaiyun.com" target="_blank"><span class="txt">kefu@youkuaiyun.com</span></a> <em class="width126"><svg t="1538013544186" width="17" height="17" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="23556" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M902.60033922 650.96445566c-18.0718526-100.84369837-94.08399771-166.87723736-94.08399771-166.87723737 10.87530062-91.53186599-28.94715402-107.78733693-28.94715401-107.78733691C771.20003413 93.08221664 517.34798062 98.02553561 511.98620441 98.16348824 506.65661791 98.02553561 252.75857992 93.08221664 244.43541101 376.29988138c0 0-39.79946279 16.25547094-28.947154 107.78733691 0 0-75.98915247 66.03353901-94.0839977 166.87723737 0 0-9.63372291 170.35365477 86.84146124 20.85850523 0 0 21.70461757 56.79068296 61.50407954 107.78733692 0 0-71.1607951 23.19910867-65.11385185 83.46161052 0 0-2.43717093 67.16015592 151.93232126 62.56172014 0 0 108.5460788-8.0932473 141.10300432-52.14626271H526.33792324c32.57991817 44.05301539 141.10300431 52.1462627 141.10300431 52.14626271 154.3235077 4.59843579 151.95071457-62.56172013 151.95071457-62.56172014 6.00095876-60.26250183-65.11385185-83.46161053-65.11385185-83.46161052 39.77647014-50.99665395 61.4810877-107.78733693 61.4810877-107.78733692 96.45219231 149.49514952 86.84146124-20.85850523 86.84146125-20.85850523" p-id="23557" fill="#5c5c5c"></path></svg><a href="http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE4MDEwNl80ODc3MzVfODAwMTgwMTA2XzJf" class="qqcustomer_s" target="_blank"><span class="txt">QQ客服</span></a></em></p> <p><em class="width126"><svg t="1538012951761" width="17" height="17" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="23083" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M466.4934485 880.02006511C264.6019863 859.18313878 107.13744214 688.54706608 107.13744214 481.14947309 107.13744214 259.68965394 286.68049114 80.14660493 508.14031029 80.14660493s401.00286817 179.54304901 401.00286814 401.00286816v1.67343191C908.30646249 737.58941724 715.26799489 943.85339507 477.28978337 943.85339507c-31.71423369 0-62.61874229-3.67075386-92.38963569-10.60739903 30.09478346-11.01226158 56.84270313-29.63593923 81.5933008-53.22593095z m-205.13036267-398.87059202a246.77722444 246.77722444 0 0 0 493.5544489 0 30.85052691 30.85052691 0 0 0-61.70105383 0 185.07617062 185.07617062 0 0 1-370.15234125 0 30.85052691 30.85052691 0 0 0-61.70105382 0z" p-id="23084" fill="#5c5c5c"></path></svg><a href="http://bbs.youkuaiyun.com/forums/Service" target="_blank"><span class="txt">客服论坛</span></a></em> <svg t="1538013874294" width="17" height="17" style="" viewBox="0 0 1194 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="23784" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M1031.29689505 943.85339507h-863.70679012A71.98456279 71.98456279 0 0 1 95.60554212 871.86883228v-150.85178906c0-28.58329658 16.92325492-54.46750945 43.13135785-65.93861527l227.99160176-99.75813425c10.55341735-4.61543317 18.24580594-14.0082445 20.72896295-25.23643277l23.21211998-105.53417343a71.95757195 71.95757195 0 0 1 70.28414006-56.51881307h236.95255971c33.79252817 0 63.02360485 23.5090192 70.28414004 56.51881307l23.21211997 105.53417343c2.48315701 11.25517912 10.17554562 20.62099961 20.72896296 25.23643277l227.99160177 99.75813425a71.98456279 71.98456279 0 0 1 43.13135783 65.93861527v150.85178906A71.98456279 71.98456279 0 0 1 1031.26990421 943.85339507z m-431.85339506-143.94213475c143.94213474 0 143.94213474-48.34058941 143.94213474-107.96334876s-64.45411922-107.96334877-143.94213474-107.96334877c-79.51500637 0-143.94213474 48.34058941-143.94213475 107.96334877s0 107.96334877 143.94213475 107.96334876zM1103.254467 296.07330247v148.9894213a35.97878598 35.97878598 0 0 1-44.15700966 35.03410667l-143.94213473-33.57660146a36.0057768 36.0057768 0 0 1-27.80056231-35.03410668V296.1002933c-35.97878598-47.98970852-131.95820302-71.98456279-287.91126031-71.98456279S347.53801649 248.11058478 311.53223967 296.1002933v115.385829c0 16.73431906-11.52508749 31.25538946-27.80056233 35.03410668l-143.94213473 33.57660146A35.97878598 35.97878598 0 0 1 95.63253297 445.06272377V296.07330247C162.81272673 152.13116772 330.77670658 80.14660493 599.47049084 80.14660493s436.63077325 71.98456279 503.81096699 215.92669754z" p-id="23785" fill="#5c5c5c"></path></svg>400-660-0108 </p> <p style="text-align:center">工作时间 8:30-22:00</p> </div> <div class="bg-gray"> <div class="feed_copyright"> <p><a class="right-dotte" href="//www.youkuaiyun.com/company/index.html#about" target="_blank">关于我们</a><a href="//www.youkuaiyun.com/company/index.html#recruit" target="_blank" class="right-dotte">招聘</a><a href="//www.youkuaiyun.com/company/index.html#contact" target="_blank" class="right-dotte">广告服务</a> <a href="https://www.youkuaiyun.com/gather/A" target="_blank" class="footer_baidu"> 网站地图</a></p> <p class="fz12_baidu"><a href="https://zn.baidu.com/cse/home/index" target="_blank"><svg width="13" height="14" xmlns="http://www.w3.org/2000/svg"><path d="M8.392 7.013c1.014 1.454 2.753 2.8 2.753 2.8s1.303 1.017.47 2.98c-.833 1.962-3.876.942-3.876.942s-1.122-.36-2.424-.072c-1.303.291-2.426.181-2.426.181s-1.523.037-1.957-1.888c-.434-1.927 1.52-2.982 1.666-3.161.145-.183 1.159-.873 1.81-1.963.653-1.09 2.608-1.962 3.984.181zm1.23 5.706V9.346H8.64v2.534h-.937s-.3-.044-.356-.285V9.33l-.925.015v2.518s.042.627.925.855h2.277zm-3.685.013V7.951l-.896-.014v1.295H3.987s-1.054.086-1.422 1.28c-.129.798.114 1.266.156 1.368.043.099.383.682 1.238.852h1.978zm-2.433-1.45c-.087-.286.013-.613.057-.741.042-.128.228-.427.61-.54h.855v1.948h-.797s-.555-.029-.725-.668zm6.877-8.775c-.143.909-.865 2.108-1.99 1.962-1.121-.144-1.375-1.16-1.267-2.179C7.214 1.458 8.21.18 9.007.364c.796.18 1.52 1.235 1.374 2.143zm-4.09-.345c0 1.197-.68 2.164-1.52 2.164S3.25 3.36 3.25 2.162C3.25.967 3.932 0 4.77 0c.842 0 1.52.967 1.52 2.162zm4.854 2.09c1.34 0 1.701 1.309 1.701 1.743 0 .438.182 2.29-1.485 2.326-1.667.037-1.737-1.126-1.737-1.96 0-.874.179-2.11 1.52-2.11zm-7.93.581c.045.398.253 2.217-1.27 2.544C.427 7.704-.14 5.947.028 5.124c0 0 .18-1.78 1.412-1.89.98-.085 1.7.986 1.774 1.6z" fill="#999" fill-rule="evenodd"></path></svg><em>百度提供站内搜索</em></a> <a href="http://www.miibeian.gov.cn/publish/query/indexFirst.action" target="_blank" class="ml14">京ICP备19004658号</a></p> <p class="fz12_baidu">©1999-2019 北京创新乐知网络技术有限公司 </p> </div> </div> <div class="allow-info-box"> <p><a href="https://csdnimg.cn/cdn/content-toolbar/csdn-ICP.png" target="_blank">经营性网站备案信息</a> <em class="width126"><a href="http://www.cyberpolice.cn/" target="_blank"><span>网络110报警服务</span></a></em></p> <p><a href="http://www.bjjubao.org/" target="_blank"><span>北京互联网违法和不良信息举报中心</span></a></p> <p><a href="http://www.12377.cn/" target="_blank"><span>中国互联网举报中心</span></a><a href="https://download.youkuaiyun.com/index.php/tutelage/" target="_blank"><span style="margin-left:8px">家长监护</span></a><a href="https://blog.youkuaiyun.com/blogdevteam/article/details/90369522" target="_blank"><span style="margin-left:8px">版权申诉</span></a></p> </div> </div></div>
</div>
</div>
qq_39713718:这是什么玩意
lodog1:晕乎乎的 没看明白
RAAS39529:能将代码发给我看看么,最近在研究这个东西,谢谢 我的邮箱是64587935 5@qq.com
xinye5461:啥玩意。
tiger1698:能将代码发给我看看么,最近在研究这个东西,谢谢 我的邮箱是848150071@qq.com