Code Monkey home page Code Monkey logo

lianjiaspider's Introduction

LianJiaSpider

链家地产房产信息收集程序-个人使用

MySQL配置:root 123456 字符集:UTF-8

表名:lianjia_table

建表:

/*
Navicat MySQL Data Transfer

Source Server         : localhost
Source Server Version : 50621
Source Host           : 127.0.0.1:3306
Source Database       : webdata

Target Server Type    : MYSQL
Target Server Version : 50621
File Encoding         : 65001

Date: 2015-06-25 09:49:16
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for lianjia_table
-- ----------------------------
DROP TABLE IF EXISTS `lianjia_table`;
CREATE TABLE `lianjia_table` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `house_id` text,
  `house_title` text,
  `house_location` text,
  `house_room` text,
  `house_area` text,
  `house_direction` text,
  `house_price` text,
  `price_per_square` text,
  `house_url` longtext,
  `region_url` longtext,
  `is_down` tinyint(2) DEFAULT NULL,
  `create_date` text,
  `house_type` text,
  `house_height` text,
  `house_build_year` text,
  `house_build_type` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2901 DEFAULT CHARSET=utf8;

lianjiaspider's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.