from qiubaiPro.items import QiubaiproItem class QiubaiSpider(scrapy.Spider): name = 'qiubai' # allowed_domains = ['www.qiushibaike.com/text'] start_ur... ...
分类:
其他好文 时间:
2019-03-05 19:58:20
阅读次数:
171
1.EXTRACT YEAR | MONTH | DAY | HOUR | MINUTE | SECOND | TIMEZONE_HOUR | TIMEZONE_MINUTE SELECT EXTRACT (YEAR FROM CURRENT_DATE); SELECT EXTRACT (MONTH ...
分类:
其他好文 时间:
2019-03-04 19:19:43
阅读次数:
291
引用:https://www.chiphell.com/forum.php?mod=viewthread&tid=1961836&extra=page%3D1&mobile=2 如下操作:管理员模式CMD输入, netsh interface tcp set global autotuning=di ...
1、新建 项目文件夹 pro,在 VS CODE 打开终端,输入dotnet new mvc 命令,新建asp.net core项目。 2、在Startup.cs添加webpack的引用与配置 3、在根目录下添加webpack.config.js,负责配置webpack如何将vue,js,css,s ...
分类:
Web程序 时间:
2019-02-25 23:32:15
阅读次数:
982
Got the idea form this lesson. Not sure whether it is the ncessary, no othere better way to handle it. Have a TodoList component, every time types in ...
分类:
其他好文 时间:
2019-02-25 18:13:49
阅读次数:
122
webpack.base.config 文件中 修改前: { test: /\.css$/, use: ExtractTextPlugin.extract({ use: ['css-loader?minimize', 'autoprefixer-loader'],fallback: 'style-l ...
分类:
Web程序 时间:
2019-02-24 01:13:22
阅读次数:
547
权限管理命令:chmod命令:三类用户:u:属主g:属组o:其他a:所有赋权、授权表示法*u、g、o、a分别代表:属主、属组、其他人、所有人+:在原来权限的基础上增加权限-:在原来权限的基础上去除权限=:直接定义权限r、w、x:读、写、执行实例:[root@itxuezhetmp]#llfstab-rw-r--r--.1rootroot5412月2319:00fstab[root@itxuezhe
分类:
其他好文 时间:
2019-02-23 20:37:37
阅读次数:
229
软件相关模块 yum rpm 和yum 的区别 rpm:redhat package manager yum可以解决依赖关系 yum 源配置 [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #名字 baseurl=http: ...
分类:
其他好文 时间:
2019-02-22 23:13:39
阅读次数:
208
whenever I run this code it gives the following error: I tried to solve this and add an extra parameter in open(), the code looks like; But again it g ...
分类:
其他好文 时间:
2019-02-22 12:21:38
阅读次数:
147
Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra spa ...
分类:
其他好文 时间:
2019-02-20 20:01:55
阅读次数:
176