【题目来源】 https://leetcode-cn.com/problems/zhong-jian-er-cha-shu-lcof/ 【题目内容】 【解题思路】 思路一:遍历(超出时间限制) 将数组中的每一个数字和后面的所有数字进行比较,当发现相等时,即为结果。 int findRepeatNum ...
分类:
其他好文 时间:
2021-05-24 03:01:03
阅读次数:
0
简介 参考链接 https://gamedev.stackexchange.com/questions/26974/repairing-back-facing-triangles-without-user-input 缺陷, 对于非流形的网格会失败 code #include <iostream> ...
分类:
其他好文 时间:
2021-05-24 02:58:37
阅读次数:
0
课程:2021春季Linux系统与应用 (南昌航空大学 - 信息工程学院) https://edu.cnblogs.com/campus/nchu/2021-spring-Linux 实验要求:https://edu.cnblogs.com/campus/nchu/2021-spring-Linux ...
分类:
系统相关 时间:
2021-05-24 02:57:33
阅读次数:
0
示例 # pip install aiohttp import asyncio import aiohttp headers = { "Referer": "https://vod.bunediy.com", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; ...
分类:
编程语言 时间:
2021-05-24 02:57:18
阅读次数:
0
yum 报错 解决办法: 一:注册账号 1,访问网址:https://developers.redhat.com/ 2,滚动滑轮至网页底部,点击join Red hat Edveloper 3,开始注册账号 注册完成后即成为红帽开发者 二:激活系统 激活命令: subscription-manage ...
分类:
其他好文 时间:
2021-05-24 02:56:44
阅读次数:
0
文档: https://www.pycryptodome.org/en/latest/ # pip install pycryptodome from Crypto.Cipher import AES import base64 class Encrypt: def __init__(self, k ...
分类:
编程语言 时间:
2021-05-24 02:53:36
阅读次数:
0
10.1 secret secret加密数据并存放Etcd中,让Pod的容器以挂载Volume方式访问。 应用场景:凭据、https证书、secret存放docker registry认证信息、存放文件内容或者字符串,例如用户名密码 Pod使用secret两种方式: 变量注入 挂载 变量注入 挂载 ...
分类:
其他好文 时间:
2021-05-24 02:51:53
阅读次数:
0
如果只想在Windows 平台下使用 可以参考 我的这篇文章 https://www.cnblogs.com/guolongzheng/p/13939527.html 代码片段 #pragma once #include <string> #include <codecvt> #include <l ...
分类:
编程语言 时间:
2021-05-24 02:38:25
阅读次数:
0
#概念 #环境导入 不想下载了 直接用在线的。 <script src="https://unpkg.com/axios/dist/axios.min.js"></script> #简单例子 编写一个data.json { "name": "jie", "url": "https://www.cnb ...
分类:
移动开发 时间:
2021-05-24 02:19:43
阅读次数:
0
Hbase的安装(详细步骤) 1、前提条件 1、得安装的有hdfs系统 2、得安装zookeeper集群 2、准备安装包 下载安装包并上传到node01服务器 安装包下载地址: [**https://www.apache.org/dyn/closer.lua/hbase/2.2.6/hbase-2. ...
分类:
其他好文 时间:
2021-05-24 02:19:29
阅读次数:
0