Yifeng's Notebook


  • Home

  • Archives

Graphite-Based Driveway Snow Melting System

Posted on 2020-08-02
1. 碳元科技五恒系统 2.车道融雪结构 https://www.youtube.com/watch?v=rV2ADcw1g3U 3. 仿真模拟环境条件设定: 室外温度为零下15℃ 发热电缆从零下15℃加热到60℃所需时间为40分钟 风力5-6级,小树摇摆,电线有声,举伞困难 A不含石墨 ...
Read more »

SQL Stored Procedures

Posted on 2020-04-28
1.1 Creating a Stored Procedure1234567create procedure dbo.spPeople_GetAll # use alter procedure for altering as begin set nocount on; # do not ...
Read more »

Github Emoji

Posted on 2019-12-10
Read more »

A Coin Counter with TensorFlow API and OpenCV

Posted on 2019-11-19
TensorFlow’s Object Detection API gives access to anyone who wants to quickly create a image/video recognition software. I will be building a coin cou ...
Read more »

Scraping Job Information using Scrapy and Visualizing its Data

Posted on 2019-10-30
I intended to scrape only monster.com, which is one of the best job search websites, but changed my mind when I found out most of posted jobs does not ...
Read more »

Scrapy Notes

Posted on 2019-10-16
Creating projectcreate a project in pycharm called scrapy_learn scrapy startproject quote #project name inside scrapy_learn create a spider must insid ...
Read more »

Regular Expression Notes

Posted on 2019-10-02
Format string Into pattern Regular expression is one of the basic skills for web crawler 1234pattern = re.compile(r'abc') #change string into obje ...
Read more »

Yifeng Li

7 posts
© 2020 Yifeng Li