摘要: package com.diginatil.utils; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar 阅读全文
posted @ 2022-09-04 11:02 JJDeo 阅读(52) 评论(0) 推荐(0)
摘要: 一、 配置 ~/.vimrc 文件 autocmd BufNewFile *.py,*.cc,*.sh,*.java exec ":call SetTitle()" func SetTitle() if expand("%:e") == 'sh' call setline(1,"#!/bin/bas 阅读全文
posted @ 2022-09-04 10:41 JJDeo 阅读(85) 评论(0) 推荐(0)