不同的 CPU 有不同的字节序类型 这些字节序是指整数在内存中保存的顺序 这个叫做主机序 最常见的有两种 1 . Little endian :将低序字节存储在起始地址 2 . Big endian: 将高序字节存储在起始地址 LE little-endian 最符合人的思维的字节序 地址低位存储值 ...
分类:
其他好文 时间:
2020-08-26 17:09:20
阅读次数:
43
错误提示信息 % Unrecognized command found at '^’ position. 命令无法解析,符号“^”指示位置出错 % Incomplete command found at '^’ position. 符号“^”指示位置的参数输入不完整 % Ambiguous comm ...
分类:
其他好文 时间:
2020-08-20 18:09:02
阅读次数:
230
老大:时下拼多多活的不行,老大看着有搞头,咱家商城也要加个拼团功能,开团拼团搞起来~~~~~~~~~ 小弟:搞!!!!!!!!!!!! 一、废话不多说,先上表结构 -- 拼团商品配置表 create table sms_group_product ( id bigint auto_increment ...
分类:
其他好文 时间:
2020-08-13 11:48:57
阅读次数:
97
[TOC]## 1. 安装> [官网](https://code.visualstudio.com/docs/setup/linux)### 1.1. 基于Debian和Ubuntu的发行版网页下载: https://code.visualstudio.com/Download```shsudo a... ...
分类:
系统相关 时间:
2020-08-03 19:58:18
阅读次数:
96
一、数值型: 整型: 小数; 定点数; 浮点数; 字符型: 较短的文本:char、varchar 较长的文本:text、blob(较长的二进制数据) 日期型: #一、整型 分类: tinyint、smallint、mediumint、int/integer、bigint 1 2 3 4 8 特点: ...
分类:
编程语言 时间:
2020-07-30 22:04:34
阅读次数:
99
石头儿的博客有更多干货,推荐大家学习。 https://www.toutiao.com/i6853615876156064259/ ...
分类:
其他好文 时间:
2020-07-29 15:03:52
阅读次数:
51
一、Reading My girlfriend and I are going to get married this year. We are going to have a big wedding party. All our friends and relatives are going to ...
分类:
其他好文 时间:
2020-07-29 10:36:23
阅读次数:
74
Motivation The task of finding nearest neighbours is very common. You can think of applications like finding duplicate or similar documents, audio/vid ...
分类:
其他好文 时间:
2020-07-29 10:07:50
阅读次数:
68
之前很少使用这样的一个对象BigDecimal,今天在改需求的时候遇到了,结果坑爹的怎么相加最后都为零。 代码如下: BigDecimal totalAmount = new BigDecimal(0); totalAmount.add(new BigDecimal(5000)); System.o ...
分类:
编程语言 时间:
2020-07-28 22:28:18
阅读次数:
174
初识RK3399 RK3399是一款低功耗、高性能的处理器,适用于计算、个人移动互联网设备和其他智能设备应用。基于big.little架构,它集成了双核Cortex-A72和四核Cortex-A53与单独的NEON协处理器。 许多嵌入式强大的硬件引擎为高端应用程序提供了优化的性能。RK3399支持多 ...
分类:
其他好文 时间:
2020-07-27 13:54:12
阅读次数:
81