自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 LocalDate to Date

public static Date get() throws ParseException { LocalDate localDate = LocalDate.now().with(TemporalAdjusters.firstDayOfMonth()).plusMonths(1); DateTimeFormatter formatters = DateTimeFormatter...

2018-11-02 18:14:58 285 1

原创 CentOS install redis cannot make with gcc and tcl

[root@localhost local]# cd redis-5.0.0/src/[root@localhost src]# make CC Makefile.deprm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gc ...

2018-10-28 12:42:34 134

原创 RHEL and CentOS 7 use firewall-cmd instead of iptables

RHEL and CentOS 7 use firewall-cmd instead of iptables**# add ssh port as permanent opened port**firewall-cmd --zone=public --add-port=22/tcp --permanent**#Then, you can reload rules to be sure tha...

2018-10-28 12:40:14 96

原创 install mysql-community-server error not perl

[root@localhost software]# rpm -ivh mysql-community-server-5.7.20-1.el7.x86_64.rpmwarning: mysql-community-server-5.7.20-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ...

2018-10-28 01:01:23 344

原创 Mark the output order for try catch finally method with different palce ofr return

public class TryCatchFinally {public static void main(String[] args) { System.out.println(getStr());}public static String getStr(){ String t = ""; try { t = "try"; re...

2018-10-17 10:20:26 89

原创 Spring-tool-suite create maven project with red exclamation mark

1.delete the .m22.right click your project ->maven->update your project

2018-10-15 19:48:21 123

空空如也

空空如也

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

TA关注的人

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