区分包全名和包名,有些命令只能用包名有的只能用包全名 不写哪个linux平台,只得是哪个linux平台都可以 解决环形依赖,用一条命令同时安装abc 模块依赖实验 找到bin-DVD 的文件 所有的rpm包都在bin-DVD镜像里 通过ISO镜像方法放入ISO镜像 ?????注意要打勾已连接的 li ...
分类:
其他好文 时间:
2021-02-26 12:58:10
阅读次数:
0
数据类型 强类型语言 要求变量的使用要严格符合规定,所有变量必须先定义后使用。 弱类型语言 Java的数据类型分为两大类 基本类型 基本数据类型分为数值类型和boolean类型 而数值类型分为整数类型,浮点类型和字符类型 整数类型: byte占1个字节范围:-128~127 short占2个字节范围 ...
分类:
编程语言 时间:
2021-02-25 12:02:18
阅读次数:
0
Codeforces 难得有一次不熬夜的比赛。 A 送分题,记得开 long long。 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> using namespace std; #define in ...
分类:
其他好文 时间:
2021-02-24 13:20:53
阅读次数:
0
火爆知乎的Android面试题-腾讯+字节+阿里面经真题汇总,知乎上转疯了! ...
分类:
移动开发 时间:
2021-02-22 12:05:43
阅读次数:
0
第一次搭建Flutter项目,启动后报错连接超时,似乎是下载什么东西没ok.... 详细报错信息: event sent after app closed: {id: 0, progressId: null, message: Running "flutter pub get" in flutter ...
分类:
移动开发 时间:
2021-02-20 12:33:42
阅读次数:
0
995. Minimum Number of K Consecutive Bit Flips In an array A containing only 0s and 1s, a K-bit flip consists of choosing a (contiguous) subarray of l ...
分类:
其他好文 时间:
2021-02-20 12:13:50
阅读次数:
0
1、修改字段名: alter table 表名 rename column A to B 2、修改字段类型: alter table 表名 alter column 字段名 type not null 3、修改字段默认值 alter table 表名 add default (0) for 字段名 ...
分类:
数据库 时间:
2021-02-20 11:58:41
阅读次数:
0
simd优化是使用Intel或者编译期厂商提供的simd库,来对代码中并行计算的部分,进行优化的一种手段。全称Single Instruction Multiple Data,单指令多数据流。是一种采用一个控制器来控制多个处理器,同时对一组数据(又称“数据向量”)中的每一个分别执行相同的操作从而实现 ...
分类:
其他好文 时间:
2021-02-19 13:27:46
阅读次数:
0
Problem Description Bruce Force has had an interesting idea how to encode strings. The following is the description of how the encoding is done:Let x1 ...
分类:
其他好文 时间:
2021-02-19 13:18:41
阅读次数:
0
什么是字节 位(bit):是计算机 内部数据 储存的最小单位,11001100是一个八位二进制数。 字节(byte):是计算机中 数据处理 的基本单位,习惯上用大写B来表示。 1B(byte,字节):8bit(位) 字符:是指计算机中使用的字母、数字、字和符号。 1bit表示1位 1Byte表示一个 ...
分类:
其他好文 时间:
2021-02-18 13:40:00
阅读次数:
0