码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
maven项目 导出相关依赖包到指定文件夹
使用:Eclipse开发工具 点击项目,右键 Run As > Maven build dependency:copy-dependencies -DoutputDirectory=文件夹路径 如果是写相对路径,会在项目根目录下生成 ...
分类:其他好文   时间:2020-07-27 17:39:10    阅读次数:68
Python 中jupyternotebook中%%time使用报错
错误提示 UsageError: Line magic function `%%time` not found. 解决方法 将%%time放在代码块的顶行顶格。 出错代码 #n_jobs =3,表示只使用3个内核进行计算 %%time bagging_clf1 = BaggingClassifier ...
分类:编程语言   时间:2020-07-27 13:47:44    阅读次数:87
删除git子模块的.git目录文件导致的问题
删除子目录下.git后,依然无法提交子目录下的文件 git rm --cached <目录/子目录> 执行完,不报错然后提交即可, 如果报错那就还得另想辙了 如果执行git rm --cached directory 提示fatal: Unable to create ‘xx/.git/index. ...
分类:其他好文   时间:2020-07-26 23:04:09    阅读次数:90
/etc/login.defs 文件
/etc/login.defs 是设置用户帐号限制的文件。该文件里的配置对root用户无效。优先级低于/etc/shadow里面的配置。 使用vim打开文件 [root@localhost ~]# vim /etc/login.defs # # Please note that the parame ...
分类:其他好文   时间:2020-07-26 22:56:50    阅读次数:65
【E-08】expected str instance, java.lang.String found
其实join函数就是字符串的函数,参数和插入的都要是字符串 所以:将s = '_'.join(args)变成s = '_'.join(str(args).strip()) ...
分类:编程语言   时间:2020-07-26 22:53:44    阅读次数:72
【MATLAB】 运行Simulink时出现报错
2020-07-26 1. 报错"需要更改文件夹" “The current directory 'd:\program files\matlab\r2016b\bin' is reserved for MATLAB files. Please change your current directo ...
分类:其他好文   时间:2020-07-26 22:53:01    阅读次数:92
ubuntu使用命令apt-get install出现的问题
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)E: Unable to lock the administration directory (/var/lib/dpkg/), are you  ...
分类:系统相关   时间:2020-07-26 15:56:12    阅读次数:98
mac中pipenv --python 3.7 出错
Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own ...
分类:编程语言   时间:2020-07-26 02:03:02    阅读次数:95
7月25日
1.今日学习内容: servlet 的体系结构 http的请求消息数据格式 request对象和原理 request的功能 用JDBCtemplate,druid,mysql,html等技术练习登录案例 2.遇到的困难: 登录案例 404 not found 弄了几个小时,还未解决 3.明日学习内容 ...
分类:其他好文   时间:2020-07-26 01:33:30    阅读次数:78
sonar-maven-plugin问题
公司项目依赖了sonar检查,默认使用的是sonar-maven-plugin:3.7.0.1746版本。在执行sonar扫描时提示: SCM provider was set to "git" but no SCM provider found for this key. 这个原因在于sonar的 ...
分类:其他好文   时间:2020-07-25 23:41:22    阅读次数:125
12322条   上一页 1 ... 24 25 26 27 28 ... 1233 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!