Câu hỏi của Lưu Đức Hòa

Bác nào giúp em fix lỗi này với Cannot delete or update a parent row: a foreign key constraint fails

My code is: "use strict"; module.exports = function(sequelize, DataTypes) { var Threshold = sequelize.define("threshold", { threshold_id:{ type: DataTypes.INTEGER, primaryKey: true, autoIncrement: true }, datatype_id:{ type: DataTypes.CHAR(3), ...

Lưu Đức Hòa viết 11:52 ngày 01/10/2018 chỉnh sửa

Làm sao để lấy được các text trong và ngoài thẻ a đây hả các bác

<H3> <A NAME="abby_siger">Abby Singer</A> </H3> "The second-to-last" <A HREF="/glossary/S#shot">shot</A> "of the day. Named after" <A HREF="/glossary/P#prod_manager">production manager</A> <A HREF="/Name?Singer,+Abby">Abby ...

Lưu Đức Hòa viết 09:08 ngày 01/10/2018 chỉnh sửa

Bác nào rành về python giúp em với ạ

Continuing the discussion from Bị lỗi khi claw data từ IMDB-Glossary bằng framework scrapy :

Lưu Đức Hòa viết 08:29 ngày 01/10/2018 chỉnh sửa

Bị lỗi khi claw data từ IMDB-Glossary bằng Scrapy framework

Em đang làm một crawler của trang Imdb-glossary và sử dụng framework Scrapy nhưng khi e khi chạy trên powershell bị lỗi.Bác nào biết xin fix giùm e ạ import scrapy from scrapy.spiders import CrawlSpider from glossary.items import GlossaryItem class glossary(scrapy.Spider): name = ...

Lưu Đức Hòa viết 08:29 ngày 01/10/2018 chỉnh sửa
1