# -*- coding: utf-8 -*- # Define here the models for your spider middleware # # See documentation in: # https://docs.scrapy.org/en/latest/topics/spide ...
分类:
其他好文 时间:
2020-01-30 21:19:59
阅读次数:
131
1.HashMap继承AbstractMap 实现Map接口,Map在java.util包中是独立的接口,不是继承Collection接口,继承Collection接口的有: /** * @see Set * @see List * @see Map * @see SortedSet * @see ...
分类:
其他好文 时间:
2020-01-27 13:48:09
阅读次数:
63
1) No implementation for org.apache.maven.model.path.PathTranslator was bound. while locating org.apache.maven.model.path.PathTranslator for field at ...
分类:
编程语言 时间:
2020-01-26 00:57:00
阅读次数:
164
「TJOI2019」甲苯先生的滚榜 "传送门" 双关键字感觉不太好搞?直接压成一个 就好了呗。 然后就是平衡树板子了。 参考代码: ...
分类:
其他好文 时间:
2020-01-23 22:41:04
阅读次数:
84
启动postfix的时候报错: [root@hadoop002 tmp]# systemctl enable postfix && systemctl start postfix Job for postfix.service failed because the control process e ...
分类:
其他好文 时间:
2020-01-22 21:58:29
阅读次数:
90
root@hadoop001 sysconfig]# systemctl start jenkins Job for jenkins.service failed because the control process exited with error code. See "systemctl s ...
分类:
其他好文 时间:
2020-01-22 16:47:34
阅读次数:
116
package com.sort; import java.util.Arrays; /** * 〈一句话功能简述〉; * 〈冒泡排序〉 * * @author jxx * @see [相关类/方法](可选) * @since [产品/模块版本] (可选) */ public class pop { ...
分类:
编程语言 时间:
2020-01-18 19:22:31
阅读次数:
89
Python 代码编译时提示:SyntaxError: Non-UTF-8 code starting with '\xff' in file convert.py on line 1, but no encoding declared; see http://python.org/dev/peps ...
分类:
其他好文 时间:
2020-01-16 18:57:00
阅读次数:
267
博弈 Game 的分类维度 Deterministic or stochastic? One, two, or more players? Zero sum? Perfect information (can you see the state)? Adversarial Search 对抗搜索 A ...
分类:
其他好文 时间:
2020-01-16 11:01:47
阅读次数:
145
# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file distributed with# this work ...
分类:
其他好文 时间:
2020-01-08 12:42:49
阅读次数:
155