azwc
azwc
visual studio code: ``` Version: 1.47.2 (system setup) Commit: 17299e413d5590b14ab0340ea477cdd86ff13daf Date: 2020-07-15T18:22:06.216Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.17763 ```
双击mini-electron.exe报错 ``` 无法定位程序输入点?IsDataView@Value@v8@@QBE_NXZ于动态链接库 ```
6.6拼音不高亮
@medcl 几经尝试未果,特来寻求帮助。 ES版本6.6,分词版本6.6 症状如下: https://github.com/medcl/elasticsearch-analysis-pinyin/issues/82 按照上面的回答操作了一遍,得到的结果还是没有像预期的那样高亮。 ``` PUT index333 { "mappings": { "type":{ "properties": { "name":{ "type": "text", "analyzer": "pinyin" } } } } } POST index333/type/1 { "name":"教程123测试数据教程长度可能比较长1231546" }...
本地代码是复制的app.go里的, 没有任何更改, 扫码登录之后, 只显示了几条加载好友和群组的日志, 发消息测试没有任何反应 ``` time="2022-05-19T19:07:21+08:00" level=info msg="扫码成功, 请在手机端确认登录." bot=internal time="2022-05-19T19:07:26+08:00" level=info msg="start reload friends list" bot=internal time="2022-05-19T19:07:27+08:00" level=info msg="load 2 friends" bot=internal time="2022-05-19T19:07:27+08:00" level=info msg="start reload groups list"...
``` org.luaj.vm2.LuaError: Event.subscribe("FriendMessageEvent", function(event) local reply = tostring(event.message):gsub("吗",""):gsub("?","!"):gsub("?","!") event.friend:sendMessage(Quote(msg) .. reply) end) -- 在mirai-console环境下可忽略下列代码 local bot = Bot(xx,"xx",{ fileBasedDeviceInfo = "device.json" }) bot:login():3 bad argument: userdata expected, got nil at...
``` challengers, _ := client.Riot.League.GetChallenger(api.QueueRankedSolo) ``` ``` QueueRankedSolo not declared by package api ``` The real path is: **github.com/KnutZuidema/golio/riot/lol**