码迷,mamicode.com
首页 >  
搜索关键字:vsan io    ( 172964个结果
java.io.IOException: Zip bomb detected! The file would exceed the max.
解决办法: 添加一行代码即可 ZipSecureFile.setMinInflateRatio(-1.0d); 参考: FileInputStream file = new FileInputStream("D:\\newData.xlsx"); ZipSecureFile.setMinInflat ...
分类:编程语言   时间:2020-08-29 16:39:18    阅读次数:153
Redis报错: Caused by: io.lettuce.core.RedisConnectionException: DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, ...
错误提示如下: 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 在 Centos 中的安装与配置 下载安装Typora 进入官网https://www.typora.io/,找到Download/Linux,注意Centos不是使用的apt管理程序,因此需要直接下载二进制文件,点击binary file即可打开网页开始下载(或者复制连接到地址窗口) ...
分类:其他好文   时间:2020-08-28 14:35:48    阅读次数:99
go shell执行优化版+ 输出结果为table格式
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
C# Protobuf序列化
1 . 创建Protobuf序列化 工具类ProtobufExchang.cs, 需要添加应用protobuf-net.dll 组件 using ProtoBuf;using System;using System.Collections.Generic;using System.IO;using ...
分类:Windows程序   时间:2020-08-24 16:59:11    阅读次数:85
C# XML序列化实例演示
1. XML序列化实例演示 using System;using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Linq;using System.Text;using System. ...
分类:Windows程序   时间:2020-08-24 15:15:27    阅读次数:68
centos 安装gitea
安装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
springboot的热部署
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
Redis CentOS7 的安装
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
172964条   上一页 1 ... 68 69 70 71 72 ... 17297 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!