Terrence

Results 8 issues of Terrence

An error occurred when accessing `http://localhost:8000/examples/markdown.html`, and the browser could not render properly. ``` markdown.js:1 Uncaught TypeError: $ is not a function at markdown.js:1:4755 at markdown.js:1:205 at markdown.js:1:209 (匿名) @...

如题。

feature request

I encounter the following error during the installation, the Internet did not find relevant solutions, we help me analyze it? ``` ./install.sh opying fonts... Resetting font cache, this may take...

Invalid Configuration – yii\base\InvalidConfigException Either 'name', or 'model' and 'attribute' properties must be specified. 查看源码后发现异常信息从这里抛出 ``` public function init() { if ($this->name === null && !$this->hasModel()) { throw new InvalidConfigException("Either...

1) 你正在使用的 V2RayU 和 Mac 版本 ? V3.3.0 macOS Ventura 13.0 (22A380) 2) 你遇到的问题是什么? 无法访问代理网站,但从日志上看有被成功代理。 3) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。 ```javascript { "log": { "error": "", "loglevel": "warning", "access": "" },...

bug

I would like to know if the following method is thread-safe and if it is then there is no need to create a new instance on every request? ```java org.redisson.api.RedissonClient.getLock(...)...

question

大家是否遇到同样的问题,有解决方案吗? ```  ~/Documents/GitHub/crnn_plate_recognition/ [master] python train.py --cfg lib/config/360CC_config.yaml Traceback (most recent call last): File "train.py", line 8, in import lib.models.crnn as crnn ImportError: No module named lib.models.crnn ```