HaLoJJ
HaLoJJ
我的图表配置是这样的 `this.chart1 = new DualAxes('chart1', { data: [this.chartdata, this.chartdata], xField: 'area', yField: ['tzje', 'tzzs'], yAxis: { tzje: { max: 330, title: { text: "金额(亿元)", position: "end", autoRotate: false, offset: -10,...
我在centos中安装了docker,将seetaface6部署到里面,然后通过docker运行,但报错`OSError: libSeetaFaceDetector600.so: cannot open shared object file: No such file or directory `我知道是动态库的问题,但主要我是小白一个,不知道怎么解决,求大神指导
windows10下直接运行demo会报错 报错行代码 `dll = CDLL(os.path.join(LIB_PATH,"libFaceAPI.dll"))` 报错内容: `osError: [Winerror 126] 找不到指定的模块` 该怎么解决呢?急
行政区域图Choropleth中,因为有一些地方区域较小,导致相邻的地方名会重叠,现在想对具体的地方的label进行位置的调整,如何对每一个label的位置进行调整呢?