摘要: Item Loaders 基本写法 # item from dataclasses import dataclass, field from typing import Optional @dataclass class InventoryItem: name: Optional[str] = fi 阅读全文
posted @ 2020-10-27 09:02 xt12321 阅读(84) 评论(0) 推荐(0) 编辑
摘要: scrapy Selector https://docs.scrapy.org/en/latest/topics/selectors.html 基本使用 selector 常规写法: >>> response.selector.xpath('//span/text()').get() 'good' 阅读全文
posted @ 2020-10-27 09:01 xt12321 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 参考文档:https://www.cnblogs.com/TianFang/p/7912648.html 1.注册服务: nssm install <serviceName> 随后便会弹出UI界面 图中,只需要在path中选择应用的exe文件即可 Details下的Display name即注册的服 阅读全文
posted @ 2020-10-09 22:19 xt12321 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 以管理员权限打开 cmd 命令: sc delete 服务名称 例子:sc delete elasticsearch-service-x64 阅读全文
posted @ 2020-09-05 20:22 xt12321 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 一、问题描述 以之前处理过的问题为例,其他软件均可使用该方法: 在一次打开RDM(RedisDesktopManager)的时候,只显示了更新提示窗口,而主窗口却并没有显示(双屏都没有显示), 通过Alt + Tab检查发现,软件是正常打开的。 二、解决办法 下面操作过程中,不要用鼠标点击屏幕(否则 阅读全文
posted @ 2020-06-18 09:43 xt12321 阅读(1954) 评论(1) 推荐(2) 编辑
摘要: sublime text3 安装插件 1. 搜的其他人推荐的插件集,请选择食用: https://www.cnblogs.com/crazytata/p/9625749.html https://www.cnblogs.com/dingwenshuang/p/9139807.html https:/ 阅读全文
posted @ 2020-04-10 13:15 xt12321 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 关于 Windows 10 时间更新 微软社区 【链接如下】: https://answers.microsoft.com/en us/windows/forum/windows_10 other_settings winpc/how to force windows 10 time to sync 阅读全文
posted @ 2020-03-17 10:32 xt12321 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 关于Centos 7上面的防火墙配置 前两天配置阿里云的 Redis 和 Mongodb 的时候涉及到了防火墙相关的知识,但是之前没有操作过,所以不太明白,所以网上找了一些文档,照猫画虎的操作了一番。 关于 iptables 和 firewalld 的知识点: ​ 1. 相关操作命令: "这里是链接 阅读全文
posted @ 2020-03-08 17:18 xt12321 阅读(124) 评论(0) 推荐(0) 编辑
摘要: windows下使用命令行关闭进程 阅读全文
posted @ 2020-02-19 13:14 xt12321 阅读(1754) 评论(0) 推荐(0) 编辑
摘要: 参考资料来源: https://mp.weixin.qq.com/s?__biz=MzI3NTkyMjA4NA==&mid=2247490932&idx=1&sn=fb2f4a1dbe15cb92e0110f93dc3ebdbc&chksm=eb7c30bfdc0bb9a9f5e703f417a7e 阅读全文
posted @ 2019-10-30 08:58 xt12321 阅读(147) 评论(0) 推荐(0) 编辑