1、cd :进入目录 语法:cd [目标路径] cd [绝对路径] 例:cd /usr/local cd [相对路径] 例:cd test . 表示当前目录 .. 表示上一级目录 / 表示根目录 ~ 表示家目录 2、pwd :显示当前所在路径 pwd 3、ls: 查看目录 ls : 只显示目录文件 ...
分类:
系统相关 时间:
2021-06-22 18:26:02
阅读次数:
0
创建编写 build.sh 脚本文件,内容如下: #!/usr/bin/env bash # # Generated by: https://github.com/swagger-api/swagger-codegen.git # frameworkVersion=net40 # sdk must ...
分类:
其他好文 时间:
2021-06-22 18:25:47
阅读次数:
0
服务器svn重新生成--Git clone 1588 svn info 1589 cd .. 1590 rm rules -fr 1591 ls 1592 svn up 1593 svn co http://svn.xxxxx.com/xxxxx/uledeploy_doc/prometheus/r ...
分类:
其他好文 时间:
2021-06-22 18:16:56
阅读次数:
0
http://www.selenium.org.cn/ 免费的分布式的自动化测试工具 支持多平台:windows、linux、MAC ,支持多浏览器:ie、ff、safari、opera、chrome,多语言C、 java、ruby、python、或都是C# 免费开源 免费开源,对商业用户也没有任何 ...
分类:
其他好文 时间:
2021-06-22 18:12:10
阅读次数:
0
随机开柜码 类别:Python 程序控制结构???????????????????????????????????????????????????????????????????????????????????????????????? 大型超市为顾客提供了寄存包裹的保管箱,放入随身包裹时生成一个取 ...
分类:
编程语言 时间:
2021-06-22 18:03:27
阅读次数:
0
简介OS: CentOS Linux release 8.2 开始清除mysql# 查看系统信息$ cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) # 查看有没有mysql$ rpm -qa | grep mysqlmysql- ...
分类:
数据库 时间:
2021-06-22 17:36:24
阅读次数:
0
DNS安装配置之unbound DNS服务器 主DNS服务器 unbound设置 1、安装unbound yum install unbound -y 2、编辑主配置文件/etc/unbound/unbound.conf 侦听端口 interface:0.0.0.0 检查语法错误:unbound-c ...
分类:
其他好文 时间:
2021-06-21 20:40:37
阅读次数:
0
前言 我总是在git提交的时候,遇到一些奇奇怪怪的问题。有时候居然还会碰上第二次。 记住这些“绊脚石”,下回不摔跤。 目录 git index损坏 一、git index损坏 报错信息:D:\Fanniegirl>git status error: bad signature 0x00000000 ...
分类:
其他好文 时间:
2021-06-21 20:37:13
阅读次数:
0
#include<stdlib.h> #include<stdio.h> #include<string.h> #define MAX 10005 typedef struct node { char a[16]; int len; }node; node te,t[MAX]; int n=0; v ...
分类:
其他好文 时间:
2021-06-21 20:33:31
阅读次数:
0
6 依赖注入DI 6.1 构造器注入 ·在前面的博客中,我们已经提到过构造器注入的方法。详情请参照IOC创建对象的方法。 6.2 set方式注入 依赖注入:Set注入! 依赖:bean对象的创建依赖于容器! 注入:bean对象中的所有属性,有容器来注入! 【环境搭建】 1.复杂类型 public c ...
分类:
编程语言 时间:
2021-06-21 19:53:11
阅读次数:
0