系统环境:centos61、需要升级版本libc,误操作导致的2、执行命令都是报错:[root@localhost~]#llls:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordirectory[root@localhost~]#lsls:errorwhileloadingshar
分类:
其他好文 时间:
2020-06-03 09:20:00
阅读次数:
115
git reset --hard HEAD^后显示more?的解决方案 在windows的cmd控制台下操作git,想要回滚到上一次提交,但是输入git reset --hard HEAD^后就显示more?,多按几次回车后就报错如下,如何解决呢? 1 fatal: ambiguous argume ...
分类:
其他好文 时间:
2020-06-03 00:39:45
阅读次数:
104
ERROR 1 : Running migrations: No migrations to apply. No changes detected Running migrations: No migrations to apply. 成功之后,数据库会新增多张表: ...
分类:
数据库 时间:
2020-06-02 22:57:55
阅读次数:
118
python参数传递时,主要有位置参数和关键字参数。 1. 位置参数:顾名思义,参数的位置顺序很重要,因为是直接根据位置赋值的。 def func1(a, b): print(a,b) # 位置参数,位置顺序很重要 func1(1,2) 2. 关键字参数:首先使得位置不那么重要了,毕竟参数一多,有些 ...
分类:
编程语言 时间:
2020-06-02 21:45:25
阅读次数:
79
npm install --save node-sass --registry=https://registry.npm.taobao.org --disturl=https://npm.taobao.org/dist --sass-binary-site=http://npm.taobao.org ...
解决端口占用 Windows上端口占用会提示诸如以下错误: Fatal error. can't bind to 127.0.0.1:10809: There may be another Privoxy or some other proxy running on port 10809 解决该异常 ...
错误:SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape 执行会报上述错误,而且解释权有明显的颜色提示 原因分析:在win ...
分类:
编程语言 时间:
2020-06-02 18:59:55
阅读次数:
91
1、报错configure: error: Cannot locate mysql client library. Please check your mysql installation 安装一个包就可以了 dnf install MariaDB-devel 上面这个包名MariaDB-devel ...
分类:
数据库 时间:
2020-06-02 17:20:31
阅读次数:
84
参考文章: https://www.jianshu.com/p/29b44e3b62ed 1 cd ~ 2 mv .itmstransporter/ .old_itmstransporter/ 备份原文件.itmstransporter/到.old_itmstransporter/ 3 rm -rf ...
分类:
移动开发 时间:
2020-06-02 13:27:54
阅读次数:
186