12 2020 档案

摘要:public void ts() { char CHAR_SPLIT = 0x1b;//不可见字符 try { File file = new File("/Users/chen/Downloads/test.txt"); if (file.isFile() && file.exists()) { 阅读全文
posted @ 2020-12-08 16:18 qtqx 阅读(106) 评论(0) 推荐(0)
摘要:package com.poi.excel.test; import java.io.*; /** * @Author qixing.chen * @Date 2020/12/7 7:56 下午 */ public class TestShell { public static void main( 阅读全文
posted @ 2020-12-08 16:06 qtqx 阅读(141) 评论(0) 推荐(0)
摘要:原文连接:https://www.jianshu.com/p/5596c3a4978d 阅读全文
posted @ 2020-12-01 16:33 qtqx 阅读(68) 评论(0) 推荐(0)
摘要:Linux安装Redis6.0.9 make的时候出错没有安装gcc yum后还是出错是因为yum安装的gcc版本低 yum -y install centos-release-scl yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devt 阅读全文
posted @ 2020-12-01 15:25 qtqx 阅读(88) 评论(0) 推荐(0)