1. 命令:sl (蒸汽机车)你可能了解 ‘ls’ 命令,并经常使用它来查看文件夹的内容。但是,有些时候你可能会拼写成 ‘sl’ ,这时我们应该如何获得一些乐趣而不是看见“command not found”呢?安装 sl 输出当你敲入的是‘LS‘而不是’ls‘时,这个命令也会运行。 2. 命令:t ...
分类:
系统相关 时间:
2020-03-05 20:55:06
阅读次数:
91
原因:系统环境变量没有找到此路径。 解决打开cmd进入如下目录 此目录下有 C:\Users\10989\AppData\Local\Programs\Python\Python35\Lib\site-packages\jupyter_contrib_nbextensions cmd执行下面命令手动 ...
分类:
其他好文 时间:
2020-03-05 13:52:14
阅读次数:
181
Description: Debug for the "dynamic community detection" project; Only 1 of the 2 communities could be found. Debug note: ...
分类:
其他好文 时间:
2020-03-05 01:01:48
阅读次数:
46
//奇数行显示 table tr:nth-child(odd){ background:red; } //偶数行显示 table tr:nth-child(even){ background:red; } //取消table表格间隔 table{ border-collapse:collapse; ...
分类:
Web程序 时间:
2020-03-04 19:28:42
阅读次数:
90
在使用rz命令上传文件的时候报错,如截图 这个问题是Linux系统缺少工具包,在有网络的情况是可以使用下面命令,进行在线安装 yum -y install lrzsz 这样子就上传成功了,如果有些同学出现?z waiting to receive.**B0100000023be50 rz 与 sz ...
分类:
Web程序 时间:
2020-03-04 13:02:49
阅读次数:
147
问题描述: Django3.x之后版本需要SQLite3.8.3及以后的版本的支持,但是centos默认安装SQLite的版本为3.7.17,所以在运行python manage.py startapp polls时报错。 解决办法: 1. 重装降级Django. 2. 升级SQLite. 1. 重 ...
分类:
数据库 时间:
2020-03-03 23:53:57
阅读次数:
571
Signals of most probably extra-terrestrial origin have been received and digitalized by The Aeronautic and Space Administration (that must be going th ...
分类:
其他好文 时间:
2020-03-03 11:23:38
阅读次数:
76
解决方法: 工程属性页 ->Debugging->Debugger Type, 设置为 'Managed Only' 环境: Visual Studio 2008 ...
分类:
其他好文 时间:
2020-03-03 10:41:47
阅读次数:
60
报错原因意思是说:mysql5.7版本中有了一个STRICT mode(严格模式),而在此模式下默认是不允许设置日期的值为全0值的,所以想要 解决这个问题,就需要修改sql_mode的值。 修改全局设置 mysql> set @@global.sql_mode=(select replace(@@g ...
分类:
数据库 时间:
2020-03-02 21:07:36
阅读次数:
118
一、用户名密码都正确的情况下被登录拦截器拦截 控制台报错:org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'com ...
分类:
编程语言 时间:
2020-03-02 16:25:09
阅读次数:
89