- 博客(3)
- 收藏
- 关注
原创 JSON.toJSONString打印日志-日期时间戳格式化
当我们用JSON.toJSONString()来打印日志的时候发现打印出来的日期是时间戳,不够明晰,用以下方法可以将时间戳转为指定格式输出,更加易读1.public static void main(String[] args) { InventoryEventAddReqVo inventoryEventAddReqVo = new InventoryEventAddReqVo(); inventoryEventAddReqVo.setEventDate(new Date());
2022-01-14 16:41:05 3186
原创 mac idea 异常关闭端口被占用
1.sudo lsof -i tcp:port (port-项目端口号/被占用端口号)2.kill PID或者sudo kill -9PID
2022-01-11 09:23:57 824
原创 c#中的不同文件中类的调用
举例讲解在C#中,不同cs文件中类建如何调用1.首先在一个cs文件中创建一个Person类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplicati
2016-10-30 15:16:44 14222
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人