安装流程 1.安装Anaconda 2.进入Anaconda终端,conda install jupyter notebook 安装 3.配置jupter notebook文件存放路径 jupyter notebook --generate-config 查看配置文件位置(jupyter_noteb ...
typeof 123; // 'number' typeof NaN; // 'number' typeof 'str'; // 'string' typeof true; // 'boolean' typeof undefined; // 'undefined' typeof Math.abs; ...
分类:
其他好文 时间:
2021-06-25 17:03:55
阅读次数:
0
tag:区间dp 和AT3859 [AGC020E] Encoding Subsets一模一样。。(这个黑的还好写一点,因为是计数) 设 \(f(s)\) 为 \(s\) 的答案,\(g(s)\) 为将 \(s\) 表示成k(s') 的答案。 求 \(f\) 时枚举一个前缀,用 \(g(s_{[0, ...
分类:
其他好文 时间:
2021-06-25 17:00:26
阅读次数:
0
1、创建测试文件: [root@centos7 test]# touch {a..f}.txt [root@centos7 test]# ls a.txt b.txt c.txt d.txt e.txt f.txt 2、删除b.txt文件以外的所有文件 method1: [root@centos7 ...
分类:
系统相关 时间:
2021-06-25 16:56:49
阅读次数:
0
1.饼图怎么调整左右位置 只需要调整option.series里的center: ['30%', '50%'] series : [ { name: '访问来源', type: 'pie', radius : '55%', center: ['30%', '50%'], // 这个代码~~ data ...
分类:
其他好文 时间:
2021-06-25 16:55:08
阅读次数:
0
from urllib.request import urlopen from bs4 import BeautifulSoup as BS url = "http://www.lagou.com" # (1)获取response对象 response = urlopen(url) # (2)获得r ...
分类:
Web程序 时间:
2021-06-25 16:38:55
阅读次数:
0
###js var href='http://localhost:8083/datas/dataflow/logicJob?id=CMZJJO2100000001&type=proLook' var urlParams = (function(url){ var result = new Objec ...
分类:
其他好文 时间:
2021-06-25 16:32:45
阅读次数:
0
要想让uibutton点击不变灰 初始化的时候就不能 UIButton *button = [[UIButton alloc]init]; 初始化的时候酱紫,能够保证button点击时不变灰 UIButton *button = [UIButton buttonWithType:UIButtonTy ...
分类:
其他好文 时间:
2021-06-24 18:33:25
阅读次数:
0
在引入的子组件尾部加上文件 .vue 后缀名 ...
分类:
其他好文 时间:
2021-06-24 18:33:01
阅读次数:
0
这段时间去找工作,发现了很多出现概率比较高的面试题,这里记录一下,希望对大家有帮助! 盒子模型的类型和区别 盒子包括:外边距(margin)、边框(border)、内边距(padding)、实际内容(content)四个属性。 分为盒子模型(标准盒模型)和IE盒子模型(怪异盒模型),两者最大的区别是 ...
分类:
其他好文 时间:
2021-06-24 18:17:06
阅读次数:
0