google上搜索了一下,说是当前文件夹被写入了root权限,所以用普通用户无法编辑,只要将当前文件夹的权限改变一下即可 sudo chown -R $USER <directory_project> 例如我…
标签:编程问答
错误
错误的时间 错误的地点 偶遇错误的人 一段没有结果的时光 它美丽、诱人、心醉 等待中的期盼 浅笑中的羞涩 走过时的心动 原来只为完成一次深情的告别 他来过 虽然只是个错误 却成就一段美好的记忆 慢慢的 随风飘落 化在 时…
Django数据迁移
需求:将数据由Sqlite3迁移到MySQL。 本以为dumpdata后loaddata就搞定了,但是发现too simple! Django 数据导入 结论: 如果你运气好的话可能会导入完成,但是往往不那么顺利,原因如…
VLC is not supposed to be run as root
in ubuntu apt-get install vlc And tried to run vlc as root i got error on my terminal ; vlc VLC is not suppose…
ubuntu升级pip后, ImportError: cannot import name ‘main‘
场景描述: 原先pip安装完成之后,一直没有更新版本,原pip版本为8.1.1,今天安装python 包pysftp的时候,提示需要升级pip到(pip 10.0.1); 于是乎,直接手到擒来,终端命令行执行: $ su…
AWS Redshift typical error and potential root cause:
Full join issue: When use full join, the below join condition should not occur: 1, OR statement2, an obvi…
In-Class ML Competition
In-Class ML CompetitionEconometrics II: ver. 2019 Spring Semester Competition Outline2 / 16 Competition Outlin…
spring eureka required a bean of type 'com.netflix.discovery.DiscoveryClient' that could not be found.
spring在集成第三方过程很容易出现类名相同,且基本作用相同的类。这样给初学者带来一定的困惑。 导致用错类而出现以下问题。 required a bean of type ‘com.net…
zend studio failed to create java virtual machine无法启动的解法
zend studio failed to create java virtual machine解决方案:在安装目录下修改ZendStudio.ini中第十四行处改成 -Xmx512M。 -startup plugin…
使用SSH遇到ssh_exchange_identification错误
关键错误信息 ssh_exchange_identification: read: Operation timed out debug1: key_load_public: No such file or directo…
scrapy splash 实现下滑加载
实现滚轴下拉加载页面的splash script(Lua 脚本) 方法1 function main(splash, args) splash:set_viewport_size(1028, 10000) …
Failed to initialize component [Connector[HTTP/1.1-8086]]
严重: Failed to initialize end point associated with ProtocolHandler [“http-apr-8086”] java.lang.Exc…