创建命令目录及文件 settings.py中定义命令 代码 from scrapy.commands import ScrapyCommand??class Command(ScrapyCommand): requires_project = True? def syntax(self): retu ...
分类:
其他好文 时间:
2020-07-28 00:16:25
阅读次数:
83
重装kali linux之后,ls vim... 白茫茫的一片,不方便看着还难受 1、配置文件颜色 在/roor/.bashrc 中添加下面语句 alias ls=‘ls --color’ 2、配置vim颜色 编辑vimrc文件,vim /etc/vim/vimrc #查找到syntax on 启用 ...
分类:
系统相关 时间:
2020-07-26 01:44:37
阅读次数:
91
fmt 源码: https://github.com/fmtlib/fmt 本文翻译:https://fmt.dev/latest/syntax.html fmt版本:7.0.1 本文仅为参考,请以官方文档为准。 水平有限,欢迎指正。有兴趣,参阅 官方文档。 本文仅为参考,请以 实际情况 为准。 正 ...
分类:
其他好文 时间:
2020-07-24 16:51:33
阅读次数:
136
一、vue语法高亮 1.1 安装Vetur 1. 创建.vue文件, 写些代码, 发现一片漆黑 2. 安装激活vetur插件, 代码就有高亮了. 右键菜单还会变多一些, 主要多了个格式化文档. 这里配置了多个格式化的,所以会有多个。 看下vetur的特性: 语法高亮, 代码片段(emmet给我的感觉 ...
分类:
其他好文 时间:
2020-07-23 22:35:55
阅读次数:
233
一、问题描述 Django中执行create database charset=utf8;命令报错:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your ...
分类:
数据库 时间:
2020-07-18 11:39:41
阅读次数:
133
./configure: line 16651: syntax error near unexpected token 0.20' ./configure: line 16651: PKG_PROG_PKG_CONFIG(0.20)' solution: pkg-config --version s ...
分类:
其他好文 时间:
2020-07-17 01:13:07
阅读次数:
88
一、提示工具(Tooltip)插件根据需求生成内容和标记,默认情况下是把提示工具(tooltip)放在它们的触发元素后面。 有以下两种方式添加提示工具(tooltip): 1、通过data属性:如需添加一个提示工具(tooltip),只需向一个锚标签添加 data-toggle="tooltip" ...
分类:
其他好文 时间:
2020-07-16 12:18:31
阅读次数:
57
Git冲突:commit your changes or stash them before you can merge. 解决办法 http://www.aikaiyuan.com/8875.html 用git pull来更新代码的时候,遇到了下面的问题: 1 2 3 4 error: Your ...
分类:
其他好文 时间:
2020-07-16 11:59:47
阅读次数:
75
nginx的常用模块 ngx_http_index_module Syntax: index file ...; Default: index index.html; Context: http, server, location location / { index index.html; } n ...
分类:
其他好文 时间:
2020-07-14 19:57:20
阅读次数:
64
1. 解析错--Javabean没有实现默认的无参数构造器 Exception in thread "main" com.alibaba.fastjson.JSONException: syntax error, expect {, actual string, pos 22, fieldName ...
分类:
Web程序 时间:
2020-07-14 18:10:14
阅读次数:
94