KuiWei004
KuiWei004
对于硕士学位论文,学校要求的格式是要有红色页眉,但目前的模板选用final模式时,是没有红色页眉的。 我们目前对模板作了一些修改,修改代码为: `\ifthenelse{\equal{\HUST@language}{english-draft}}{}{ \ifHUST@finalformat \fancyhead[C]{ \ziju{1em}{\kai{\color{red}\fontsize{14pt}{18.2pt}\selectfont\HUST@zhschoolname\HUST@zhapplyname}}% \vskip -5pt \vbox{ \color{red}\hrule width \textwidth height 0.5pt \vskip 1pt \color{red}\hrule width \textwidth height 0.5pt } } \else \fancyhead[C]{ \ziju{1em}{\kai{\fontsize{14pt}{18.2pt}\selectfont\HUST@zhschoolname\HUST@zhapplyname}}% \vskip -5pt \vbox{ \color\hrule...
As we all know, gcc/g++ has '-I' option to indicate include paths. However, there is no whitespace between '-I' and include paths. I want to implement this with argparse but...
Hello, everyone! My p4 program is based on PSA arch, in which I defined user_metadata. Now , I want to read the user_metadata when psa_switch is running, but I checked...
hello, everyone! I have suceed running my P4 program on simple_switch, but I have no idea how to verify the function. Specifically, I do not know how to send packet...
I tried to use clangd in multi-root workspace in VSCode. When I do `find all references`, clangd finds all refs in all directory(one directory means an unique project) in the...
as the header
如题,请问可能是啥原因,怎么排查