上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 58 下一页
摘要: 大文件推荐使用 UltraEdit 工具 Sublime Text 16进制显示(可以直接显示不同数据类型转换后的结果,不用在线工具,转二进制了) 安装 HexViewer 插件 1. Ctrl + Shift + P2. 选 install3. 输入: HexViewer 回车 安装成功后显示: 阅读全文
posted @ 2022-05-07 16:26 VipSoft 阅读(7970) 评论(0) 推荐(0)
摘要: 字节序: 指多字节数据在计算机内存中存储或者网络传输时各字节的存储顺序,有大端和小端两种方式 大端: 指高位字节存放在内存的低地址端,低位字节存放在内存的高地址端。 小端: 指低位字节放在内存的低地址端,高位字节放在内存的高地址端。 获取CPU使用的存储方式 import java.nio.Byte 阅读全文
posted @ 2022-05-07 11:17 VipSoft 阅读(455) 评论(0) 推荐(0)
摘要: C# CRC8 C# /// /// This enum is used to indicate what kind of checksum you will be calculating. /// public enum CRC8_POLY { CRC8 = 0xd5, CRC8_CCITT = 阅读全文
posted @ 2022-05-06 23:31 VipSoft 阅读(574) 评论(0) 推荐(0)
摘要: JAVA CRC32 /** * CRC-32 * * <table width="400px" border="1" cellpadding="0" cellspacing="0"> * <tr> * <th>名称</th> * <th>多项式</th> * <th>初始值</th> * <th> 阅读全文
posted @ 2022-05-06 23:12 VipSoft 阅读(321) 评论(0) 推荐(0)
摘要: JAVA CRC16 /** * CRC-16 * * <table width="400px" border="1" cellpadding="0" cellspacing="0"> * <tr> * <th>名称</th> * <th>多项式</th> * <th>初始值</th> * <th> 阅读全文
posted @ 2022-05-06 23:11 VipSoft 阅读(288) 评论(0) 推荐(0)
摘要: Java CRC8 /** * CRC-8 * * <table width="400px" border="1" cellpadding="0" cellspacing="0"> * <tr> * <th>名称</th> * <th>多项式</th> * <th>初始值</th> * <th>异或 阅读全文
posted @ 2022-05-06 23:09 VipSoft 阅读(485) 评论(0) 推荐(0)
摘要: 推荐 使用 Windows 安装 MySQL 5.7 x64 位 方案 MySQL 5.7 下载:https://dev.mysql.com/downloads/mysql/5.7.html#downloads 下载后解压,将解压包放到 :D:\MySQL\mysql-5.7.30-winx64 ( 阅读全文
posted @ 2022-04-26 10:45 VipSoft 阅读(88) 评论(0) 推荐(0)
摘要: FCB::Open failed: 无法打开文件号 2 的文件 D:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\mastlog.ldf。操作系统错误: 5(拒绝访问。)。 解决方案:通过“我的电脑”-右键-“管 阅读全文
posted @ 2022-04-21 14:22 VipSoft 阅读(6648) 评论(0) 推荐(0)
摘要: ECS 挂载 OSS,等同于在ECS 上使用内网的 Bucket 域名,不需要收取流量费用,减少接口代码的编写。 CentOS系统 安装 wget http://gosspublic.alicdn.com/ossfs/ossfs_1.80.6_centos7.0_x86_64.rpmyum inst 阅读全文
posted @ 2022-04-18 14:39 VipSoft 阅读(428) 评论(0) 推荐(0)
摘要: 负载均衡 SLB 健康检查异常,接口地址不能访问 接口地址的访问首先需要健康检查状态为正常。 如果接口没有“首页”,需要提供一个可访问的controller 阅读全文
posted @ 2022-04-08 13:13 VipSoft 阅读(165) 评论(0) 推荐(0)
摘要: PMP 如何获取 PDU、 PMP 证书续证 需要准备一张带支付美元的信用卡 打开官网,登录: https://ccrs.pmi.org/ 内容随便填 ,可以到 https://pmichina.org/PMIhd/index.jhtml 找活动 翻译,详见下文 https://pmichina.o 阅读全文
posted @ 2022-04-02 11:57 VipSoft 阅读(322) 评论(0) 推荐(0)
摘要: 磁盘挂载后,启动报错 Unable to create tempDir. java.io.tmpdir is set to /tmp [2022-03-30 17:12:06.596] WARN [main] AbstractApplicationContext.java:558 - Excepti 阅读全文
posted @ 2022-03-30 17:25 VipSoft 阅读(4081) 评论(0) 推荐(0)
摘要: fdisk [root@iZuf6hnxe07lzstp5qj1tdZ ~]# df -h [root@iZuf6hnxe07lzstp5qj1tdZ ~]# fdisk -l [root@iZuf6hnxe07lzstp5qj1tdZ ~]# fdisk /dev/vdb [root@iZuf6h 阅读全文
posted @ 2022-03-30 15:13 VipSoft 阅读(239) 评论(0) 推荐(0)
摘要: 同一物理盘进行扩容(非挂载),首先在虚机内将硬盘空间扩大, Hyper-V 需要将检查点删除 查看物理卷和卷组,并将物理卷加入到卷组 #将剩余空间添加到逻辑卷 /dev/centos/root lvextend -l +100%FREE /dev/centos/root #同步到文件系统,实现对根目 阅读全文
posted @ 2022-03-30 13:47 VipSoft 阅读(713) 评论(0) 推荐(0)
摘要: Dependencies unknown 由父POM 托管 <properties> <boot-admin.version>2.3.0</boot-admin.version> </properties> <dependencyManagement> <dependencies> <depende 阅读全文
posted @ 2022-03-30 12:43 VipSoft 阅读(79) 评论(0) 推荐(0)
摘要: 1. GlobalExceptionHandler package com.vipsoft.web.boot.exception; import com.vipsoft.web.boot.utils.Result; import org.slf4j.Logger; import org.slf4j. 阅读全文
posted @ 2022-03-25 09:12 VipSoft 阅读(52) 评论(0) 推荐(0)
摘要: 应用系统在碰到运行异常等情况时,发送预警消息@群内相关人员,可以及时发出问题,观察对问题的响应情况 1. 创建一个群(可以是公司内部群) 2. 添加机器人 自定义机器人安全设置: https://open.dingtalk.com/document/robots/customize-robot-se 阅读全文
posted @ 2022-03-24 10:07 VipSoft 阅读(358) 评论(0) 推荐(0)
摘要: VS 2019 目标框架中没有 .NET Core 3.X、.Net 5.0 https://dotnet.microsoft.com/download/dotnet-core/3.0 Visual Studio 2019 (v16.3 or later) 原因: VS2019需要 v16.3 版本 阅读全文
posted @ 2022-03-22 10:31 VipSoft 阅读(1337) 评论(0) 推荐(0)
摘要: 1. Docker开启远程访问,注意端口不要用默认的,防止被攻击 [root@localhost ~]# vi /usr/lib/systemd/system/docker.service 修改 # 修改该行-注意端口不要用默认的 2375 # ExecStart=/usr/bin/dockerd 阅读全文
posted @ 2022-03-09 17:55 VipSoft 阅读(391) 评论(0) 推荐(0)
摘要: 删除已有Docker sudo yum remove docker \ docker-ce \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docke 阅读全文
posted @ 2022-03-09 15:21 VipSoft 阅读(98) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 58 下一页