EricLin
EricLin
自己编译不通过,我直接用别人编译好的sqladvisor ```shell #这是存放的下载目录,可以换成你自己存放的目录 cd /home/download wget https://raw.githubusercontent.com/bbotte/SQLAdvisor/master/use-directly/sqlparser.tar.gz wget https://raw.githubusercontent.com/bbotte/SQLAdvisor/master/use-directly/sqladvisor tar -xf sqlparser.tar.gz -C /usr/local chmod +x sqladvisor cp sqladvisor /usr/bin/sqladvisor #前面更换了目录的话,这里的/home/download要替换成对应的目录 ln -s /home/download/sqladvisor /usr/local/bin/ ```
这个问题解决了吗?我的node是v13.9.0,是不是node版本的问题?
根据https://blog.csdn.net/adminwudong/article/details/107513354 把see-master/frontend/build/webpack.prod.config.js 这个配置文件的第16行替换成下面的 fs.write(fd, buf, 0, 'utf-8', function(err, written, buffer) {});  然后在91% additional asset processing后报错,报错信息变成 ``` ERROR in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/views/my-components/sql/editor.vue Module not found: Error: Can't resolve 'emmet/emmet' in '/home/download/see-master/frontend/src/views/my-components/sql' @...
从提示看出是传入参数的问题,但是之前没有调试过django项目,就百度,尝试到第二个解决方案 [参考地址](https://blog.csdn.net/weixin_34090643/article/details/92761406) `yum install php-mysqlnd` 然后忙其他事几分钟后回来发现居然可以了。。。。。。 给用see的各位参考下。
key word:CPU not enough memory。 You need to close some software to free up memory,You need to close some software to free up memory。I came across the same error message,...
This can be handy if you have several local python environments, especially if you have python3 and python2 at the same time.
> Replace quantize.py on your machine with this file > > https://github.com/CompVis/taming-transformers/blob/master/taming/modules/vqvae/quantize.py win11 Home,3050laptop,done with this.
> > Replace quantize.py on your machine with this file > > https://github.com/CompVis/taming-transformers/blob/master/taming/modules/vqvae/quantize.py > > I'm wondering where this file located In my pc,file is located in stable-diffusion-webui\python\Lib\site-packages\taming\modules\vqvae\
Step1 and Step2,click config to change the ip of server  Step 3:[set Chrome to allow mixed contend in current page](https://superuser.com/questions/487748/how-to-allow-chrome-browser-to-load-insecure-content)  [让谷歌浏览器能够访问http跟https混合的内容](https://blog.csdn.net/weixin_42393724/article/details/109775036) 
> 具体操作步骤是什么呢? SD部署在内网的服务器上 要在内网的本地机器上使用,内网的本地机器上根本打不开https://www.painthua.com/ 打不开网址就不用考虑了,能够内网打开网址的话修改config 跟 浏览器的安全设置就可以。