mojocn

Results 13 comments of mojocn

如果全部使用python的标准库就好了 拿来就用

> 作者你好,我调试了一下您的代码,然后按照您视频中的步骤一步步编译好了,这些都没问题,我打开localhost:9528也正常显示,但是就一直无法连接,当我点击连接后,会弹出来WAITING和DISCONNECTED的信息,试过很多次一直都没法解决。想请教一下做着这种属于什么情况呢?改的话应该怎么改呢? 你需要仔细的研究, docker-compose 文件中的 network 检查 本地网络 是否和 容器里面的网络搞混淆了

> 另外,虽然通过zip解压了您的前段页面,但是您也知道这个修改毕竟是不合适的,如果可以建议您新开一个分支将web部分也开源一下,万分感谢 前端代码高丢了. 类似的前端代码 https://github.com/mojocn/felixfe

i lost my frontend code. please use https://github.com/bytegang/felix instead

哥们 没时间维护了 靠你自己了

> 老vue 项目编译通过了, 降低 moncao 版本就可以编译了 ``` "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", "babel-plugin-component": "^1.1.1", "monaco-editor": "0.30.1", "monaco-editor-webpack-plugin": "6.0.0", "vue-template-compiler": "^2.6.11" }, ```

有可能go你的版本 太低 不支持 embed

你的项目使用的是 gopath 非 go mod ?

- install package `go get -u github.com/jteeuwen/go-bindata/...` - change package name `sed -i "s/package main/package base64Captcha/g"`

the demo main.go must run with the frontend html file , otherwise there is no HTTP-Request-JSON-Config-Body param being POST to the go server and that makes the golang-captcha config is...