你好好瞧哦
你好好瞧哦
Debian下长时间运行会卡死,桌面环境是gnome shell
如果你在linux下插件正常安装而无法正常显示图片.是文件权限造成的.可以把所属用户改成自己常用的用户.如果多用户可以加写权限,具体那个文件望作者补充.这里是直接把目录给了常用用户 ```shell chown -R 你的用户名 /usr/share/code ``` 该命令应该root执行或者sudo 附魔执行 确切是那个文件应该作者给出建议
debain10 安装后启动 ```shell 2019/11/03 20:47:17.095543 cmd_run.go:880: WARNING: cannot start document portal: read unix @->/run/user/1000/bus: EOF INFO: scrcpy 1.10 /usr/local/share/scrcpy/scrcpy-server.jar: 1 file pushed. 3.0 MB/s (22546 bytes in 0.007s) listen: Operation...
#### 索引设置 ```json { "settings": { "number_of_shards": 3, "number_of_replicas": 1, "analysis": { "analyzer": { "default": { "tokenizer": "ik_max_word" }, "pinyin_analyzer": { "type": "custom", "tokenizer": "my_pinyin", "filter": [ "word_delimiter" ] }...
@ideawu 两台双主模式下的服务器,由于数据状态out_of_sync后删除某一台数据后重新做数据同步,前面同步一直正常,突然中间同步失败,产生了Bad file descriptor错误  
数据太长会断开客户端
动态参数报错
> 涉及到动态的生成菜单,使用如下: ```js {{ item.title }} ``` > 报错 ```js vue.runtime.esm.js:620 [Vue warn]: Failed to resolve directive: contextmen ``` > vue "vue": "^2.6.10",
When a time-consuming task is triggered twice, how to solve the problem of repetition?
E463
why have E46:Region is guarded,cannot modify What should I do?
WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't...