Tony
Tony
> 一看开头的“Hi,brother!”就是中国老铁  > > 你可以试试指定字体,比如指定“等线”:**.Plot.Font.Set("等线");**。  Thank you. I tried my best to use my broken English(谢谢你,我已经尽力使用我的蹩脚英文提问了,😀)
> It should be the problem of your docker config which lacks chinese fonts (and maybe this [cnblog](https://www.cnblogs.com/bill89/p/13987266.html) can help), rather than this library. Thank you. By following your example,...
> 你好,是有什么问题吗 如果dockerfile直接换成ubuntu20.04会不会有问题?我看官方镜像好像是用20.04的
> 1. 支持嵌套对象的渲染 > 比如:`{{objA.objB.prop1}}` > 2. 增加@foreach -@Endforeach循环体 > > ### 循环 > `@foreach` 和 `@endforeach` tags . > > ##### Example > ```cs > var value = new...
> The command should be like this: `mvn clean install -DskipTests -Ddockerfile.skip=false` You messed up with some spaces. I'm sorry to write the wrong command for the issue.But when I...