06 2020 档案

摘要:#!/bin/bash source /etc/profile workdir=$(cd $(dirname $0); pwd) # 获取当前shell文件的目录pidfile=$workdir/pid # 设置进程id存储文件# 定义执行方法function run(){ jarname=$1 # 阅读全文
posted @ 2020-06-29 09:42 滴滴滴 阅读(205) 评论(0) 推荐(0) 编辑
摘要:Command line instructions You can also upload existing files from your computer using the instructions below. Git global setup git config --global use 阅读全文
posted @ 2020-06-18 10:25 滴滴滴 阅读(202) 评论(0) 推荐(0) 编辑
摘要:find ./ -mtime -1 -printf '%CY%Cm%Cd.%CH%CM\t%s\t%p\n' find ./ -mtime -1 -printf '%CY%Cm%Cd.%CH%CM\t%s\t%p\n'|sort -nk1 阅读全文
posted @ 2020-06-17 16:43 滴滴滴 阅读(2090) 评论(0) 推荐(0) 编辑
摘要:JVM内存设置多大合适?Xmx和Xmn如何设置? 展开本文地址:https://www.dutycode.com/jvm_xmx_xmn_xms_shezhi.html除非注明,文章均为 www.dutycode.com 原创,欢迎转载!转载请注明本文地址,谢谢。问题:新上线一个java服务,或者是 阅读全文
posted @ 2020-06-11 14:36 滴滴滴 阅读(2234) 评论(2) 推荐(1) 编辑
摘要:戴尔台式机重装win10系统及bios设置教程(uefi+gpt) [文章导读] 戴尔台式机怎么重装win10系统?默认2016年以后出来的戴尔台式机预装的是win10家庭版系统,有很多网友觉得自带的家庭版系统不好用,想重装win10专业版系统,由于默认采用uefi+gpt引导,不能像传统方式硬盘安 阅读全文
posted @ 2020-06-03 14:31 滴滴滴 阅读(16230) 评论(0) 推荐(0) 编辑