1.设置maven 1.在File->settings->搜索maven 2.Mavan home directory--设置maven安装包的bin文件夹所在的位置 3.User settings file--设置setting文件所在的位置 4.Local repository--设置本地仓库 ...
分类:
其他好文 时间:
2020-06-26 19:58:51
阅读次数:
105
cat /etc/passwd查看文件内容: passwd文件存放在/etc目录下。这个文件存放着所有用户帐号的信息,包括用户名和密码,因此,它对系统来说是至关重要的。可以使用如下命令查看该文件:cat Passwd文件由许多条记录组成,每条记录占一行,记录了一个用户帐号的所有信息。每条记录由7个字 ...
分类:
其他好文 时间:
2020-06-26 10:33:59
阅读次数:
63
参考链接:https://blog.csdn.net/m15511023218/article/details/87920263 参考的主要代码: auto eth0iface eth0 inet staticaddress 192.168.3.90gateway 192.168.3.1netmas ...
分类:
其他好文 时间:
2020-06-25 23:04:52
阅读次数:
52
一、下载tomcat源码 https://github.com/apache/tomcat/tree/8.5.x 二、建立pom 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/PO ...
分类:
其他好文 时间:
2020-06-25 19:55:28
阅读次数:
77
Example 1 源码: <?php $UploadDir = '/var/www/files/'; if (!(isset($_GET['file']))) die(); $file = $_GET['file']; $path = $UploadDir . $file; if (!is_fil ...
分类:
Web程序 时间:
2020-06-25 17:18:00
阅读次数:
61
第一种:在项目目录写一个CMakeLists.txt cmake_minimum_required (VERSION 3.8) project ("rtsp") 该命令会查找指定目录下的所有源文件,然后将结果存进指定变量名。 #aux_source_directory(<dir> <variable ...
分类:
其他好文 时间:
2020-06-25 10:10:46
阅读次数:
50
#盘符切换 D: C:#查看当前目录下的所有文件 dir#切换目录 cd change directory #切换盘cd /d D:切换到D盘 #cd..返回上一级# 清理屏幕 CLS# 退出终端 exit#查看电脑IP ipconfig#打开程序 #计算器 calc 画图 mapaint 记事本 ...
分类:
其他好文 时间:
2020-06-24 23:58:14
阅读次数:
126
基础镜像是Ubuntu。run里面加个 apt install -y sudo 问题原因,基础镜像比较干净或者讲比较裸。 ...
分类:
其他好文 时间:
2020-06-24 14:12:06
阅读次数:
46
How to show git log history for a sub directory of a git repo? git log a b c ...
分类:
其他好文 时间:
2020-06-23 15:57:52
阅读次数:
44
出现问题: impdp 导入时报错sql: impdp xxx/xxx@127.0.0.170/orcl directory=DPDATA dumpfile=20200623data.DMP full=y ; Connected to: Oracle Database 12c Enterprise ...
分类:
数据库 时间:
2020-06-23 15:31:17
阅读次数:
75