setting from fake_useragent import UserAgent BOT_NAME = 'carhome' SPIDER_MODULES = ['carhome.spiders'] NEWSPIDER_MODULE = 'carhome.spiders' ROBOTSTXT_ ...
分类:
其他好文 时间:
2021-07-01 17:35:31
阅读次数:
0
0 企业软件开发流程 #1 web方向,类型#2 开发流程 -传统软件行业,互联网行业 1 pip换源 1 pip3 install pymysql 国外很慢2 pip3 install pymysql -i 地址3 配置,以后pip3 install全走配好的源 -来到C:\Users\oldbo ...
分类:
其他好文 时间:
2021-07-01 17:20:18
阅读次数:
0
postgresql下载路径: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads ...
分类:
数据库 时间:
2021-07-01 17:16:40
阅读次数:
0
setting: from fake_useragent import UserAgent BOT_NAME = 'wxapp' SPIDER_MODULES = ['wxapp.spiders'] NEWSPIDER_MODULE = 'wxapp.spiders' ROBOTSTXT_OBEY ...
分类:
微信 时间:
2021-07-01 17:00:41
阅读次数:
0
在Vue-cli中使用lang="less"时报错:Module build failed: TypeError: this.getOptions is not a function at Object.loader (D:\WORK\VueProject\XiaoWei\node_modules\ ...
分类:
其他好文 时间:
2021-06-30 18:25:45
阅读次数:
0
CosId 通用、灵活、高性能的分布式 ID 生成器 介绍 CosId 旨在提供通用、灵活、高性能的分布式系统 ID 生成器。 目前提供了俩大类 ID 生成器:SnowflakeId (单机 TPS 性能:409W/s JMH 基准测试)、RedisIdGenerator (单机 TPS 性能(步长 ...
分类:
其他好文 时间:
2021-06-30 18:23:40
阅读次数:
0
20. 有效的括号](https://leetcode-cn.com/problems/valid-parentheses/) class Solution { public boolean isValid(String s) { Map<Character, Character> map = ne ...
分类:
其他好文 时间:
2021-06-30 18:02:33
阅读次数:
0
Retrofit Retrofit是OkHttp的加强版,是一个RESTful的网络加载框架。底层是实用OkHttp封装的。 App应用程序通过 Retrofit 请求网络,实际上是使用 Retrofit 接口层封装请求参数、Header、Url 等信息,之后由 OkHttp 完成后续的请求操作。 ...
分类:
移动开发 时间:
2021-06-30 18:01:37
阅读次数:
0
记录一个小坑,开发压测平台的时候碰到的。 背景:现在在开发压测平台,抽象类一些常用拦截器作为 starter ,供所有 module 使用(目前我们有7个) 。starter 中使用的一些 entity, 使用了 Threadlocal ,用于保存用户信息和部门信息 问题:在 module 依赖了 ...
分类:
其他好文 时间:
2021-06-30 17:41:03
阅读次数:
0
ideavim插件配置 set scrolloff=3 " 3 lines above/below cursor when scrolling " 突出显示当前行 set cursorline " 在状态栏显示正在输入的命令 set showcmd " Emulated Plugins set su ...
分类:
系统相关 时间:
2021-06-29 16:11:42
阅读次数:
0