null是对象吗 ?为什么? 答:null不是对象。 原因:虽然 typeof null 会输出 object,但是这只是 JS 存在的一个悠久 Bug。在 JS 的最初版本中使用的是 32 位系统,为了性能考虑使用低位存储变量的类型信息,000 开头代表是对象然而 null 表示为全零,所以将它错 ...
分类:
编程语言 时间:
2021-07-28 21:16:58
阅读次数:
0
centos7.9 环境 主机: win7 虚拟机: vmware 12 安装文件: CentOS-7.9-x86_64-DVD-2009.iso 输出路径: W:\Virtual Machines\CentOS7 问题 无法连接网络 20210721 现象: 虚拟机NAT网络设置,动态分配IP,其 ...
分类:
系统相关 时间:
2021-07-22 17:37:25
阅读次数:
0
3768. 字符串删减 - AcWing题库 思路 双指针的练习 C++代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; int main() { int n; string s; ...
分类:
编程语言 时间:
2021-07-19 16:34:51
阅读次数:
0
const list = [ { type: 'shop', momey: 223 }, { type: 'study', momey: 341 }, { type: 'shop', momey: 821 }, { type: 'transfer', momey: 821 }, { type: 's ...
分类:
编程语言 时间:
2021-07-05 19:06:57
阅读次数:
0
<template> <div> <el-table :data="xpList" border style="width: 100%" height="500" > <el-table-column prop="" label="序号" :formatter="nShowIndex" width= ...
分类:
其他好文 时间:
2021-07-05 18:48:52
阅读次数:
0
开发中有测试环境,开发环境,他们的后端url接口都不一样,有些插件需要在测试环境使用,而到了生产环境就不需要使用,比如移动端的调试神器vconsole,到了生产环境就不需要用了 具体配置如下 首先在跟目录创建三个文件 分别是.env.development、.env.production、.env. ...
分类:
其他好文 时间:
2021-07-05 18:47:05
阅读次数:
0
效果图 备注:前后端分离实现效果 接下来是代码环节 <template> <div class="comprehensive-table-container"> <el-alert :closable="false" show-icon title="三级路由【缓存路由、固定表格高度、并根据窗口大小 ...
分类:
其他好文 时间:
2021-07-02 16:14:42
阅读次数:
0
LoadFile "c:/python35/python35.dll"LoadModule wsgi_module "c:/python35/lib/site-packages/mod_wsgi/server/mod_wsgi.cp35-win_amd64.pyd"WSGIPythonHome "c ...
分类:
编程语言 时间:
2021-07-02 16:07:29
阅读次数:
0
$\mathcal Link. 在一个含 \(n\) 个结点的有向图中,存在边 \(\lang i,i+1,0\rang\),它们不能被删除;还有边 \(\lang i,j,-1\rang~(i<j)\) 和 \(\lang i,j,1\rang~(i>j)\),删除一条边的代价为 \(a_{i,j ...
分类:
其他好文 时间:
2021-07-01 16:38:11
阅读次数:
0