自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

泥瓦匠的专栏

记录点滴

  • 博客(6)
  • 资源 (5)
  • 收藏
  • 关注

原创 Markdown 语法解析

基本技巧代码如果你只想高亮语句中的某个函数名或关键字,可以使用 `function_name()` 实现通常编辑器根据代码片段适配合适的高亮方法,但你也可以用 ``` 包裹一段代码,并指定一种语言```javascript$(document).ready(function () { alert('hello world');});```支持的语言:1c, abnf, accessl...

2018-04-16 13:36:31 1265

原创 [leetcode 804] Unique Morse Code Words

International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows: "a" maps to ".-", "b" maps to "-...", "c" maps to "-.-.", and so on.For

2018-04-16 12:39:26 162

原创 [leetcode 803] Bricks Falling When Hit

We have a grid of 1s and 0s; the 1s in a cell represent bricks.  A brick will not drop if and only if it is directly connected to the top of the grid, or at least one of its (4-way) adjacent bricks wi...

2018-04-16 10:38:24 851

原创 [leetcode 802] Find Eventual Safe States

In a directed graph, we start at some node and every turn, walk along a directed edge of the graph.  If we reach a node that is terminal (that is, it has no outgoing directed edges), we stop.Now, say ...

2018-04-16 09:24:17 535

原创 [leetcode 801] Minimum Swaps To Make Sequences Increasing

801. Minimum Swaps To Make Sequences IncreasingWe have two integer sequences A and B of the same non-zero length.We are allowed to swap elements A[i] and B[i].  Note that both elements are in the same...

2018-04-16 08:14:18 344

原创 YAML 语法浅析

YAML简介:YAML是“YAML不是一种标记语言”的外语缩写;但为了强调这种语言以数据做为中心,而不是以置标语言为重点,而用返璞词重新命名。它是一种直观的能够被电脑识别的数据序列化格式,是一个可读性高并且容易被人类阅读,容易和脚本语言交互,用来表达资料序列的编程语言。在线编辑器,可以将YAML 转换为JSON 或Python 的output。语法特性1,使用缩进来表示层级关系, 且禁止使用tab...

2018-04-16 03:23:43 2075

中文停用词表

比较全面的中文分词停用词表词表,配合其他的分词工具使用效果不错

2012-12-23

编写自己的网络嗅探器WinPcap+MFC

编写自己的网络嗅探器WinPcap+MFC 实现类似于WireShark和Sniffer类似的功能。使用C++及MFC进行实现

2012-10-22

ice分布式程序设计中文版

ice分布式程序设计,不错的ice学习文档。

2011-12-20

simsun.ttc

用于解决wine乱码问题,解决不了的,站内联系.

2011-12-20

Maven权威指南-中文版

不错的maven学习书籍,适合刚入门和对maven有研究需求的人。

2011-12-20

空空如也

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

TA关注的人

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