vipcxj
vipcxj
删了node_modules,然后npm i试试~ npm里面本地库版本换来换去,很容易出毛病,删了重建最干净~
> For your second example where it just ignores the argument, it thinks that `general,cfgo` is a positional parameter. This is an ambiguity problem that has been brought up a...
没有~ 因为eclipse内部没有使用jdk的编译器,而是用的eclipse自己搞的编译器,我这库用了不少jdk的内部api,兼容难度太大了~ 如果你有办法让eclipse使用jdk编译那就没问题,虽然我不知道怎么办到,有没有可能办到~ maven倒是默认用javac的
I wrote this project many years ago. I've forgotten most of the code. So I can only give you a hint. You can have a look at [me.cxj.j3dtiles.model.v1](https://github.com/vipcxj/J3DTiles/blob/master/j3dtiles-model/src/main/java/me/cxj/j3dtiles/model/v1) package. The...
`FilmstripOnlyTest#testDisplaysDeviceSelection` also failed, too. I dig into it and found `APP_ID` is undefined. and window.location.search and window.location.params are all empty. but a url with config hash(https://localhost:8080/XXX#interfaceConfig.filmStripOnly=true) works well, `FilmstripOnlyTest#testLoadsOnlyTheFilmstrip` success...
就算不给做这个,为PickerItem加个OnClick属性,Picker则提供一个ScrollTo方法也好啊
facing the same problem!