heweifeng

Results 14 comments of heweifeng

> 请问我现在用docker 19.03.8 版本部署后,server报log4j模块找不到,导致server模块启动不了。 一样, 你解决了吗?

have you try ?

第一次确实获取不到, 照着楼主的方法也获取不到

有个疑问, 请问`let a_Position = gl.getAttribLocation(shaderProgram,'a_Position')`这一行代码的作用是?

has this issue for a long time, it's bad experience💩

> 能不能把`操作`那块,加一个下拉框,放其他更多操作,除 预约、旅游 都放到下拉框 > > 私我,咱俩细聊 前端我有空可以搞, 咱细聊 @oddfar

react-native can not use @perry-mitchell ``` import { AuthType, createClient } from 'webdav/dist/react-native' const client = createClient('https://dav.jianguoyun.com/dav/', { authType: AuthType.Password, username: 'xxxx', password: 'xxxxx', }) ``` will error with `[Error:...

use from `webdav/dist/web` is work😂

from "webdav" not work, throw this ![image](https://github.com/perry-mitchell/webdav-client/assets/17941662/88f1befa-a9dc-408e-b1e3-74a68719f8d4) and if from "webdav/react-native", it throw `Unable to resolve "webdav/react-native"` BTW: use `"react-native": "0.73.4", "webdav": "^5.5.0"`