
web综合应用
静渊宝宝
积累,成长,开心
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringMVC + fastJson:@ResponseBody Date字段默认是long型时间戳,转换为指定格式字符的方法@JSONField
Model增加注解@JSONField import com.alibaba.fastjson.annotation.JSONField; ... @Column(name="CREATE_TIME") @JSONField(format = "yyyy-MM-dd") public Date getCreateTime() { return createTime; } ... ...原创 2020-01-28 23:57:40 · 563 阅读 · 0 评论 -
SSH:vo的使用
vo:model使用@Entity 、字段使用@Column @Entity public class NewsVo implements Serializable{ private String id; private String caption; private String subcaption; private Date beginDate; ...原创 2020-01-28 23:52:20 · 243 阅读 · 0 评论 -
Linux端口转发工具 rinetd(类似windows tcpmapping)
官网:https://boutell.com/rinetd/ wget http://www.boutell.com/rinetd/http/rinetd.tar.gz tar zxvf rinetd.tar.gz make make install # 可能报错 install: cannot create regular file `/usr/man/man8': No such ...原创 2019-06-15 15:49:04 · 1222 阅读 · 0 评论