码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
[部署日记]GO在Visual Studio Code初次运行时提示go: go.mod file not found in current directory or any parent directory; see 'go help modules'
我裂开,一波未平一波又起... 按照MS教程上填写 package main import "fmt" func main() { fmt.Println("Hello World!") } 然后无脑搜索教程,其中修改了launch.json无济于事,按理来说新手入门的话应该VSC的配置文件是不需要 ...
分类:其他好文   时间:2021-06-28 19:44:16    阅读次数:0
linux系统中如何删除某些文件或者某一类以外的所有文件
1、创建测试文件: [root@centos7 test]# touch {a..f}.txt [root@centos7 test]# ls a.txt b.txt c.txt d.txt e.txt f.txt 2、删除b.txt文件以外的所有文件 method1: [root@centos7 ...
分类:系统相关   时间:2021-06-25 16:56:49    阅读次数:0
How to add the custom nuget feed to TeamCity build?
The NuGet package sources are configured through Visual Studio, but they're stored in a per-user configuration file, found at c:\Users\$USER\AppData\R ...
分类:其他好文   时间:2021-06-24 18:32:12    阅读次数:0
Maven中资源导出问题解决方案--pom.xml配置
<build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </i ...
分类:其他好文   时间:2021-06-24 18:28:56    阅读次数:0
Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory
报错如下: Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory 解决方式: apt-get install -y locales locale-gen en_US.UTF-8 ...
分类:其他好文   时间:2021-06-24 18:14:03    阅读次数:0
oracle impdp 导出的方法(bat写法)
rem 设定开始时间set "ks=%date:~,4%/%date:~5,2%/%date:~8,2% %time:~0,2%:%time:~3,2%:%time:~6,2%"rem 开始导出数据 expdp 本地账户名/本地密码@localhost/orcl directory=DATA_PUM ...
分类:数据库   时间:2021-06-24 17:41:28    阅读次数:0
SSM整合(一)
SpringMVC:整合SSM 要求:需要熟练掌握MySQL数据库,Spring,JavaWeb及MyBatis知识,简单的前端知识 一、数据库环境 创建一个存放书籍数据的数据库表 create database `ssmbuild`; use `ssmbuild`; create table `b ...
分类:其他好文   时间:2021-06-22 17:58:28    阅读次数:0
I.MX6ULL移植Q5.12.9报Could not load the Qt platform plugin "linuxfb" in "/usr/lib/arm-qt/plugins" even though it was found.错误
根据正点原子的移植教程移植完成并成功运行,这是前提。 但是自己用buildroot做的rootfs,把qt的库放到里边,运行测试程序缺报错 ` qt.qpa.plugin: Could not load the Qt platform plugin "linuxfb" in "/usr/lib/ar ...
分类:系统相关   时间:2021-06-21 21:06:47    阅读次数:0
JAVA日报
从零开始的体温app开发(exceldao) package Exceldao;import java.io.File;import java.lang.reflect.Array;import java.util.ArrayList;import Excelutil.util;import bea ...
分类:编程语言   时间:2021-06-21 20:14:23    阅读次数:0
常用DOS命令
exit 退出当前DOS命令 cls 清屏 dir 列出当前目录下的文件目录 cd命令 *cd 命令表示:change directory [改变目录] *cd 怎么用呢? cd 目录的路径 *但是路径也包括相对路径和绝对路径 绝对路径:从某个盘符的根目录下出发 cd C:\Users\BossGu ...
分类:其他好文   时间:2021-06-20 18:10:22    阅读次数:0
12322条   上一页 1 2 3 4 ... 1233 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!