You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes conta ...
分类:
其他好文 时间:
2020-11-26 15:14:07
阅读次数:
5
一、问题如下: 1、报错信息: Uncaught (in promise) TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': String contains non ISO-8859-1 code point. ...
分类:
Web程序 时间:
2020-11-25 12:12:02
阅读次数:
10
##题面 You are given a sequence of n integers a1 , a2 , ... , an in non-decreasing order. In addition to that, you are given several queries consisting ...
分类:
其他好文 时间:
2020-11-21 12:28:36
阅读次数:
7
1、show index form table; #Table: 表名 #Non_unique :是否为unique index,0-是,1-否。 #Key_name:索引名称 #Seq_in_index:索引中的顺序号,单列索引-都是1;复合索引-根据索引列的顺序从1开始递增。 #Column_n ...
分类:
数据库 时间:
2020-11-20 12:23:36
阅读次数:
33
#数据类型 ##1基本数据类型 字符串(str):不可变类型 数值类型:不可变类型 -- 整型(int):描述整数。 -- 浮点型(float):描述小数。 -- 复数(complex)(了解):形式:a+bj 布尔:不可变类型 --True --False 特殊:空,不可变类型 -- 类型:Non ...
分类:
其他好文 时间:
2020-11-10 10:42:13
阅读次数:
4
树莓派4 国内源 cat /etc/apt/sources.list deb https://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi cat /etc/apt/sources.l ...
分类:
其他好文 时间:
2020-11-01 10:25:05
阅读次数:
16
在linux运行sqlserver需要满足以下几个条件 1.运行内存大于2G 2.用大小写+数字+标点符号的 高强度SA密码 然后我们run以下 并把数据库文件挂载到本地的 mssqldata1文件夹 --自己创建一个mssqldata1 进行挂载 docker run --net=my-net - ...
分类:
数据库 时间:
2020-10-27 11:15:15
阅读次数:
41
Given an input string s, reverse the order of the words. A word is defined as a sequence of non-space characters. The words in s will be separated by ...
分类:
其他好文 时间:
2020-10-18 10:19:49
阅读次数:
29
vmware16.0 centos7.8 1. 使用vmware安装 centos环境 cpu4个 内存4G 网络nat模式 2.配置网络 vim /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE="Ethernet" PROXY_METHOD="non ...
分类:
其他好文 时间:
2020-10-10 17:16:23
阅读次数:
31
原文地址:Capturing Audio & Video in HTML5 前言 长期以来音视频捕获一直是web开发的珍宝。多年来,我们不得不依赖浏览器插件( flash 或者 silverlight )来完成这个工作. HTML5完成了救赎。可能并不明显,但是HTML5的兴起带来了大量对这杯硬件的 ...
分类:
Web程序 时间:
2020-09-17 15:54:27
阅读次数:
32