Tag:File directory
-
Record coursera_ In the course1week1lab assignment of mlops course, the problem of copying files into the docker container when running deep learning code
background When running the object detection code of yolov3 on jupyter notebook, the program needs to download the relevant configuration and type information of yolov3, but it cannot be downloaded due to network reasons Solution 1、 Enter the corresponding docker and execute bash on the specified container Docker exec -it container ID or name Bash […]
-
Low version Xcode does not support IOS real machine debugging of high version system (IOS 14.0 is supported in continuous update)
Problems encountered Accidentally, the mobile phone automatically upgrades to the system ios14.0. As an IOS developer, it’s a bit tragic, because the official version of Xcode 14.0 has not been released yet / even though xcode12.0 has been updated, because you have to keep the Xcode version consistent with team members, you can’t debug with […]
-
[North Asia data recovery] the server data recovery method that the partition in RAID5 array is formatted due to the misoperation of NTFS file system
NTFS file system is a widely used file system format at present. NTFS file system provides data protection and recovery functions, has stronger security, and basically replaces fat file system. More and more servers adopt this file system. Next, North Asia data recovery engineers share the method of reverse operation to recover server data when […]
-
Vite + vue2 + vuetify2 + + typescript matching development project
This article records how to use vue3’s composition API in vue2 environment and cooperate with vuetify2 preface Before, I was transforming a vuetify2project, because vuetify3 is still in beta and lacks some features compared with vuetify2, but wants to use vue3’s< /code> syntax, so I looked for the relevant scheme, and the following is a […]
-
3. Azure repos of azure Devops
1. What is azure repos Azure repos, which is often referred to as the code warehouse, is equivalent to gitee, GitHub, GIT, SVN tools. It is mainly a part for developers to manage and view code. Manage and track code updates through files, commits, branches, targs, and pull requests component functions. 2、Files Manage all codes […]
-
Hadoop pseudo distributed construction
1. Unzip Hadoop # tar -zxvf hadoop-2.7.1.tar.gz -C /usr/hadoop/ Decompression complete 2. Enter the decompression path and check Hadoop 3. Configure Hadoop_ HOME # vim /etc/profile ** 4. Effectiveness of documents** # source /etc/profile 5. Enter the Hadoop configuration file directory and modify the configuration file 6. Modify the core site XML (namenode is the […]
-
Alibaba cloud server configuration development environment Chapter 2: centos7.3 installation of JDK1.8 and environment configuration
Bloggers like to install tools into a file directory for easy management1. switch to the root directory and create the tool installation address folder cd / md developer cd developer 2. create a java file directory and download JDK1.8 through WGet md java cd java wget –no-check-certificate –no-cookies –header “Cookie: oraclelicense=accept-securebackup-cookie” http://download.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.tar.gz 3. unzip the […]
-
Big data analysis: learning tool Hadoop, basic installation guide!
Hadoop versions are mainly divided into the native Apache Hadoop version and the Hadoop commercial distribution version. Among them, the commercial distribution version Hadoop is mostly the optimized version under the cluster mode of the native Apache Hadoop. Except for a few community versions, most of the commercial distribution versions need to be paid for […]
-
Springboot file upload message java nio. file. NoSuchFileException: /tmp/undertow
There was a problem with the test environment today. The file upload reported an error. java. nio. file. NoSuchFileException: /tmp/undertowAfter checking, the temporary file directory has been deleted. Take notes. The first is the temporary file directorywindows C:\Users{username}\AppData\Local\Temp\Linux /tmp When springboot uploads a file, it saves the file in these two paths. Take window as […]
-
IntelliJ idea quick delete history open project
After starting idea, the open historical items will be displayed in a list. If you want to quickly clear the historical items, you can delete the corresponding historical items in the configuration file be careful:In the file directory belowtestCorresponding to the Current Windows user name: C:\Users\test\AppData\Roaming\JetBrains\IntelliJIdea2020.1\options\recentProjects.xml search copy
-
Build webpack+jquery+es6+reactjs automatic pit entry
After learning for a while, webpack finally made some achievements. Although I checked a lot of things, I also went through a lot of holes; Personally, I think the reactjs+es6 project is suitable for webpack and multi page mobile terminal projects; I won’t repeat the concept here. I can find a lot of things on […]
-
Common commands of Linux operating system
Basic command essential information uname -a uptime last cat /etc/redhat-release cat /proc/cpuinfo free -m Disk management df du fdisk mkfs fsck mount umount network information ifconfig route -n iftop iptables -L netstat -lntp telnet wget dig nslookup Users and groups cut -d: -f1 /etc/passwd cut -d: -f1 /etc/group id <username> w user* group* passwd Application […]