自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (3)
  • 收藏
  • 关注

原创 Linux定时执行shell脚本

目标:定时删除一分钟前创建的文件夹1,新建shell脚本文件,并授权:touch/opt/cron/auto-del-image-1days-ago.shchmod+x auto-del-image-1days-ago.sh2,编写脚本内容:viauto-del-image-1days-ago.shfind /opt/image/* -mmin +1 -exec rm ...

2019-09-29 16:12:10 233

原创 用nginx搭建视频链接

1,安装下载https://www.runoob.com/linux/nginx-install-setup.html2,nginx.conf配置 server { listen 80;#监听端口 server_name localhost;#域名 index index.html index.htm index.php; root /usr/lo...

2019-09-12 16:31:11 1561

github-mall-master学习.zip

开源mall学习 开源mall学习 开源mall学习 电商项目,mongodb,es等案例

2019-07-22

ssh所有jar(架包)

ssh中所有jar包,需要建立普通工程丢jar包的,免去一个一个去找

2018-05-14

springboot系统学习

1,springboot的入门,快速开发简单工程 2,springboot中freemmaker使用 3,springboot中redis使用 4,springboot中redis使用 5,springboot中Elasticsearch使用 6,springboot中dubbo使用 7,springboot与mybatis整合 8,springboot中data-jpa案例

2018-05-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除