what is it? 我把快读快写装进了一个模板中。 本模板使用fread。 之所以是lite版,是因为它只集成了整型的输入输出与字符的输出优化。 虽经过博主大量测试,但仍可能存在bug,可以私信向博主反馈以及时修改。 后期会出一个所有类型输入输出优化的模板。 How to use it? 读入一 ...
分类:
其他好文 时间:
2021-02-25 12:07:57
阅读次数:
0
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:
其他好文 时间:
2021-02-25 12:03:20
阅读次数:
0
<H3C>dis cu # version 7.1.070, Release 6318P01 # sysname H3C # irf mac-address persistent timer irf auto-update enable undo irf link-delay irf member ...
分类:
其他好文 时间:
2021-02-25 11:57:16
阅读次数:
0
集成SpringBoot 找官方文档 https://www.elastic.co/guide/index.html 1、原生的mave 2、找对象 3、分析这个类中的方法 配置基本项目 发现默认的版本是6.8.6,版本不符,所以要自定义es版本 写一个config将对象注入进来 分析springb ...
分类:
编程语言 时间:
2021-02-24 13:19:16
阅读次数:
0
语言版本:python 3.6.7 包版本flask_jwt_extended:3.14.0 我的描述:当我使用flask中flask_jwt_extended进行生成token时!我使用pycharm进行本地调试时,,成功地生成了token,而当我将代码更新到线上服务器(linux)时,运行它出现 ...
分类:
数据库 时间:
2021-02-24 13:00:07
阅读次数:
0
背景 开机首先加载bootloader,由bootloader启动kernel,然后运行init程序,有init启动Zygote,Zygote进程启动SystemServ进程,在SystemServer进程启动系统服务:PMS,AMS等,最后在AMS中启动Launcher ,此时整个Android系 ...
分类:
移动开发 时间:
2021-02-23 14:05:41
阅读次数:
0
CentOS 8 1 $ sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm 2 $ sudo yum install https://download1.rpmfusion. ...
分类:
其他好文 时间:
2021-02-23 14:05:27
阅读次数:
0
当编写WHERE带有包含文本数据的列的子句时,SQL支持许多有用的运算符来执行诸如不区分大小写的字符串比较和通配符模式匹配之类的操作。我们在下面显示一些常见的文本数据特定运算符: Operator Condition Example = 区分大小写的精确字符串比较(注意单个等于) col_name= ...
分类:
数据库 时间:
2021-02-22 12:38:09
阅读次数:
0
尝试失败的方法 网上虽然有很多回答,但历史悠久,有可能之前这些方法确实有用,但现在对我统统不管用!为防止后人踩坑,不要耽误太多时间,我简单说下哪些方法不可行。不过这种是对我的情况(win10 64bit),当然你也可以尝试,或许对你适用。 卸载后重装chrome。 右击快捷方式修改默认参数,如 -- ...
分类:
其他好文 时间:
2021-02-22 12:22:15
阅读次数:
0
//构造函数创建对象 function student(name,age){ this.name = name; this.age = age; } function dog(name,age){ this.name = name; this.age = age; } var stud1 = new ...
分类:
其他好文 时间:
2021-02-22 12:12:49
阅读次数:
0