#!/bin/bash#服务名称SERVER_NAME=jenkins-test# 源jar路径,mvn打包完成之后,target目录下的jar包名称,也可选择成为war包,war包可移动到Tomcat的webapps目录下运行,这里使用jar包,用java -jar 命令执行 JAR_NAME=j ...
分类:
系统相关 时间:
2020-07-12 14:36:31
阅读次数:
73
记录当前用户的UID。root用户值为0。 [root@localhost script]# echo $UID 0 用于保存用户主目录的完全路径名 [root@localhost script]# echo $HOME/root Bash Shell的全路径 [root@localhost scr ...
分类:
系统相关 时间:
2020-07-12 14:23:58
阅读次数:
82
【1】无人值守睡眠时间 这是系统无人值bai守时睡眠时间的设定,默认是两分钟du。解决方法如下:1.运行注册表管理器,win+r ,输入regedit.exe2.定位到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSet ...
Danny, the local Math Maniac, is fascinated by circles, Omkar's most recent creation. Help him solve this circle problem! You are given \(n\) nonnegat ...
分类:
其他好文 时间:
2020-07-12 10:23:13
阅读次数:
122
webpack 部分相关配置 const path = require('path'); const VueLoaderPlugin = require('vue-loader/lib/plugin'); const HtmlWebpackPlugin = require('html-webpack ...
分类:
其他好文 时间:
2020-07-12 00:54:40
阅读次数:
93
1. 课程知识回顾 1) 什么是挂载 PS: 在挂载的时候,尽量不要使用已经有数据的目录作为挂载点 2) 系统 / 目录下面常见的目录信息 /bin /sbin /home /root ... 3) /etc目录中内容 (保存系统或服务的配置文件) 4) /usr/local目录 (保存安装的程序文 ...
分类:
其他好文 时间:
2020-07-11 22:55:35
阅读次数:
62
find /etc/ -name "*.conf" | xargs tar -cpvf `date +%F`.tar && cp -a `date +%F`.tar /usr/local/src/ ...
分类:
其他好文 时间:
2020-07-11 22:51:16
阅读次数:
94
Windows Registry Editor Version 5.00 ;还原Windows图片查看器,By:奇 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] " ...
https://git-scm.com/docs/git-gc NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--q ...
分类:
其他好文 时间:
2020-07-11 18:56:34
阅读次数:
167
项目版本:ABP Zero 4.9.0 1、BIMMP.Core\Localization\SourceFiles\BIMMP-zh-CN.xml <text name="OAOfficeSuppliesManage">办公用品管理</text> <text name="OAOfficeSupply ...
分类:
其他好文 时间:
2020-07-11 17:33:02
阅读次数:
53