自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

WordPPT哥的博客

转站数据挖掘

  • 博客(7)
  • 收藏
  • 关注

原创 Mysql常用命令

几个简单mysql命令,以后会继续补充

2017-07-23 10:59:01 329

原创 Webpack2/3配置ExtractTextPlugin和Autoprefixer

webpack2/3配置Autoprefixer,在网上搜索了三个小时,都是各种老版本的用法,完全不work,最后还是从官方文档中总结出来,赶紧分享给大家,希望更多朋友少走弯路。

2017-07-10 23:15:43 6844 1

原创 LeetCode Weekly Contest 40(4) - Decode Ways II

639. Decode Ways IIDifficulty: HardA message containing letters from A-Z is being encoded to numbers using the following mapping way:'A' -> 1'B' -> 2...'Z' -> 26Beyond that, now the encoded strin

2017-07-09 13:06:11 394

原创 LeetCode Weekly Contest 40(3) - Shopping Offers

638. Shopping OffersDifficulty: MediumIn LeetCode Store, there are some kinds of items to sell. Each item has a price.However, there are some special offers, and a special offer consists of one or mo

2017-07-09 12:45:59 1020

原创 LeetCode Weekly Contest 40(2) - Solve the Equation

640. Solve the EquationDifficulty: MediumSolve a given equation and return the value of x in the form of string "x=#value". The equation contains only '+', '-' operation, the variable x and its coeff

2017-07-09 12:31:32 630

原创 LeetCode Weekly Contest 40(1) - Average of Levels in Binary Tree

637. Average of Levels in Binary TreeDifficulty: EasyGiven a non-empty binary tree, return the average value of the nodes on each level in the form of an array.Example 1:Input: 3 / \ 9 20

2017-07-09 12:07:56 273

原创 C++中的集合和字典(unordered_set, unordered_map)

C++中的集合和字典是非常常用的结构,插入/查找都是O(1),代码示例挑选于C++ reference: http://www.cplusplus.com/reference/unordered_set/unordered_set/clear/

2017-07-01 22:07:07 8701

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除