今天使用LayoutInflate.inflate()方法加载一个布局,当参数root 为null 时,出现下列提示 Avoid passing null as the view root (needed to resolve layout parameters on the inflated la ...
分类:
其他好文 时间:
2020-01-08 14:33:47
阅读次数:
101
1.SymmetricAlgorithm.IV Property 获取或设置对称算法的初始化向量 IV属性的大小必须与BlockSize属性除以8相同。 The classes that derive from the SymmetricAlgorithm class use a chaining ...
深入理解TCP协议及其源代码 实验环境:Linux 5.0.1 内核 32位系统的MenuOS 本次主要分析理解TCP三次握手,和跟踪三次握手的基本过程 该TCP协议的状态转换图,完整的描述了TCP状态的变化: 从中可以清楚的了解到整个TCP状态转移的过程。总共有11个状态。 先说明下图中每个字段的 ...
分类:
其他好文 时间:
2019-12-26 21:45:19
阅读次数:
125
1. Create the manifest.jsonOnly three fields is needed. 2. Add instruction (background.js)Create and register a background.js for manifest.json to ref ...
分类:
其他好文 时间:
2019-12-24 20:30:18
阅读次数:
72
1.安装percona-toolkit.rpm时候报错: warning: percona-toolkit.rpm: Header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEYerror: Failed dependencies: perl(Time:: ...
分类:
其他好文 时间:
2019-12-16 13:09:09
阅读次数:
173
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/ipc/util.h * Copyright (C) 1999 Christoph Rohland * * ipc helper functions (c) 1999 Manfred Spraul < ...
分类:
其他好文 时间:
2019-12-14 21:03:34
阅读次数:
104
原文:鲲鹏来了,在EulerOS试用.NETCore-3.1目录输入 cat /proc/version输入CentOS命令: hostnamectl安装SDK执行下面的命令,下载 Linux arm64 包包后进行解压...检查是否成功运行项目dotnet run访问项目接口 在EulerOS试用... ...
分类:
Web程序 时间:
2019-12-14 09:45:27
阅读次数:
208
当JPA获取数据库数据连接时,如果连接数超过最大连接数的配置,系统就会报错: 和: 连接数的配置: 如果不配置的话,默认都是10. 我们使用entitymanager进行查询和其他操作时,调用这个方法org.springframework.orm.jpa.SharedEntityManagerCre ...
分类:
数据库 时间:
2019-12-11 21:10:38
阅读次数:
123
Jmeter的安装 1、安装Jmeter之前需要安装JDK,我这里安装了1.8版本的JDk,安装了3.0版本的Jmeter(笔者建议安装3.3版本的)。 JDK下载链接:http://www.oracle.com/technetwork/java/javase/downloads/index.htm ...
分类:
其他好文 时间:
2019-12-07 22:58:07
阅读次数:
101