解决办法: 添加一行代码即可 ZipSecureFile.setMinInflateRatio(-1.0d); 参考: FileInputStream file = new FileInputStream("D:\\newData.xlsx"); ZipSecureFile.setMinInflat ...
分类:
编程语言 时间:
2020-08-29 16:39:18
阅读次数:
153
错误提示如下: org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce.core.RedisException: io.lettuce.core.Redi ...
分类:
其他好文 时间:
2020-08-28 14:41:38
阅读次数:
71
Typora 在 Centos 中的安装与配置 下载安装Typora 进入官网https://www.typora.io/,找到Download/Linux,注意Centos不是使用的apt管理程序,因此需要直接下载二进制文件,点击binary file即可打开网页开始下载(或者复制连接到地址窗口) ...
分类:
其他好文 时间:
2020-08-28 14:35:48
阅读次数:
99
goshell执行优化版+输出结果为table格式packagemainimport("fmt""github.com/modood/table""golang.org/x/crypto/ssh""io/ioutil""net""time")funcconnect(user,password,host,keystring,portint,cipherList[]string)(*ssh.Sessi
分类:
系统相关 时间:
2020-08-25 15:55:00
阅读次数:
59
1 . 创建Protobuf序列化 工具类ProtobufExchang.cs, 需要添加应用protobuf-net.dll 组件 using ProtoBuf;using System;using System.Collections.Generic;using System.IO;using ...
1. XML序列化实例演示 using System;using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Linq;using System.Text;using System. ...
安装Git yum -y install git 下载Gitea,下载最新的版本可以参考https://dl.gitea.io/gitea wget -O gitea https://dl.gitea.io/gitea/1.12.3/gitea-1.12.3-linux-amd64 在下载到Gite ...
分类:
其他好文 时间:
2020-08-20 19:18:33
阅读次数:
90
1官方文档:https://docs.spring.io/spring-boot/docs/2.1.0.BUILD-SNAPSHOT/reference/htmlsingle/#using-boot-dectools 点击Developer Tools,复制Maven的依赖包到pom.xml中 2r ...
分类:
编程语言 时间:
2020-08-20 18:45:36
阅读次数:
71
1.安装 gcc-c++ 先查看gcc版本信息 gcc --v 2.安装redis redis 官网的安装命令;官网地址:https://redis.io/download 先执行 wget http://download.redis.io/releases/redis-6.0.6.tar.gz,把 ...
分类:
其他好文 时间:
2020-08-20 18:24:31
阅读次数:
66
我理解的迭代开发,即是软件通过识别硬件版本,从而兼容产品生命周期内,所有的硬件改动。也就是一个软件,适配多个硬件。 一般标识的硬件版本的方法有两种:其一是预留若干个IO口,通过改变这些IO口电平状态,来产生与硬件版本绑定的编码;其二是通过往板上某个存储器内刷不同的编码。方法一比较彻底地标识出硬件版本 ...
分类:
其他好文 时间:
2020-08-19 19:56:57
阅读次数:
96