[TOC] linux准备 centos下载地址 window下安装VMWare 关键步骤说明 WMWare中安装centos 关键步骤说明 检查BIOS虚拟化支持 或者直接查看 任务管理器(Ctrl+Shift+ESC) 网络设置说明 参考 定制系统软件 按下列图片中显示选择,保证基本功能使用 基 ...
分类:
系统相关 时间:
2019-11-06 22:41:33
阅读次数:
186
replace方法:支持字符和字符串的替换。 replaceAll方法:基于正则表达式的字符串替换。 测试代码: 打印结果: ps:曾一度认为 replace() 是首个匹配的 字符 或 字符串 替换,replaceAll() 是目标字符串中全部匹配的字符 或 字符串替换,从结果来看这个认知是错误的 ...
分类:
其他好文 时间:
2019-11-06 20:00:44
阅读次数:
111
1. eval(): 执行字符串类型的代码,并返回最终结果 2. exec:执行字符串类型的代码 以上两个内置函数很强大, 工作中禁止使用 3. hash():获取一个对象(可哈希对象:int,str,Bool,tuple)的哈希值。 4. help():用于查看函数或模块用途的详细说明。 5. c ...
分类:
其他好文 时间:
2019-11-05 22:08:01
阅读次数:
150
目标说明 -iL <inputfilename>:从输入文件中获取主机或网络列表 -iR <num hosts>:选择随机的目标 --exclude <host1[,host2][,host3]>:不包括的主机或网络 --excludefile <exclude_file>:从文件中获取不包括的列表 ...
分类:
其他好文 时间:
2019-11-04 21:33:14
阅读次数:
89
{ "code": 0, "message": "success", "sid": "igr0007e88e@dx16e35035e9e020d802", "data": { "result": { "age": { "age_type": "0", "child": "0.1452", "midd ...
分类:
编程语言 时间:
2019-11-04 15:28:23
阅读次数:
152
This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most famous spy, was captured by a group of d ...
分类:
其他好文 时间:
2019-11-03 13:08:51
阅读次数:
84
使用hexo+github可以免费、快速地搭建一个静态博客网站,并且使用hexo提供的命令以及git自身的功能可以很便捷地管理博客。 <! more 使用github部署静态页面 在了解hexo之前,我们先看看如何使用github部署静态页面。 注册github账号 访问 "github官网" 注册 ...
分类:
Web程序 时间:
2019-11-02 20:02:16
阅读次数:
154
Python 迭代器 来自https://www.runoob.com/python3/python3-iterator-generator.html 来自https://www.liaoxuefeng.com/wiki/1016959663602400/1017323698112640 迭代器的特 ...
分类:
编程语言 时间:
2019-11-01 22:27:26
阅读次数:
93
bigint DECIMAL bigint binary(n) BINARY(n) bytea(n) bit BIT boolean, bool char(n) CHAR(n) char(n) datetime DATETIME timestamp(date, time) decimal DECIM ...
分类:
数据库 时间:
2019-11-01 09:27:03
阅读次数:
80