自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SparkSnail

https://github.com/SparkSnail

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

原创 VMware 虚拟机用host-only模式ping不通主机

今天建立了一个虚拟机,网络设置成host-only模式,主机可以ping通虚拟机,但是虚拟机怎样都ping不通主机。主机防火墙关闭,还是ping不通。最后终于找到了原因,原来是主机地址有问题。host-only中的主机ip地址是在适配器里面自己设置的,而不是连接网络被分配的真实ip地址,如果用虚拟机ping真实ip地址,就相当于ping外网,当然ping不通。

2016-09-30 19:33:20 18664 1

原创 LeetCode 64. Minimum Path Sum

Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.Note: You can only move either down or right at

2016-09-26 00:09:52 207

原创 LeetCode 383. Ransom Note

Given
 an 
arbitrary
 ransom
 note
 string 
and 
another 
string 
containing 
letters from
 all 
the 
magazines,
 write 
a 
function 
that 
will 
return 
true 
if 
the 
ransom 
 note 
can 
be 
constru

2016-09-23 23:41:21 423

原创 POJ 1042 Gone Fishing

Gone FishingTime Limit: 2000MS Memory Limit: 32768KTotal Submissions: 33208 Accepted: 10158DescriptionJohn is going on a fishing trip. He has h hours available (1

2016-09-17 20:39:44 240

原创 POJ 2393 Yogurt factory

Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9459 Accepted: 4814DescriptionThe cows have purchased a yogurt factory that makes world-famous Yucky Yogurt. Over

2016-09-17 15:43:24 307

原创 LeetCode 389. Find the Difference

Given two strings s and t which consist of only lowercase letters.String t is generated by random shuffling string s and then add one more letter at a random position.Find the letter that was

2016-09-16 12:47:48 185

原创 LeetCode 136. Single Number

Given an array of integers, every element appears twice except for one. Find that single one.Note:Your algorithm should have a linear runtime complexity. Could you implement it without using e

2016-09-11 23:33:59 172

原创 POJ 3984 迷宫问

Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 16370 Accepted: 9783Description定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0,

2016-09-11 16:31:43 285

原创 POJ 1753 Flip Game

Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 40630 Accepted: 17646DescriptionFlip game is played on a rectangular 4x4 field with two-sided pieces placed on eac

2016-09-10 22:16:52 245

原创 POJ 1416 Shredding Company

Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 5552 Accepted: 3124DescriptionYou have just been put in charge of developing a new shredder for the Shredding Comp

2016-09-08 19:23:06 246

原创 POJ A Knight's Journey

Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 41751 Accepted: 14204DescriptionBackground The knight is getting bored of seeing the same black and white square

2016-09-06 21:19:01 251

原创 POJ 1321 棋盘问题

Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 36525 Accepted: 18018Description在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,

2016-09-06 18:25:17 190

原创 POJ 3624 Charm Bracelet

Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 34229 Accepted: 15172DescriptionBessie has gone to the mall's jewelry store and spies a charm bracelet. Of course,

2016-09-06 13:38:20 225

原创 POJ 1221 UNIMODAL PALINDROMIC DECOMPOSITIONS

Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 5454 Accepted: 2652DescriptionA sequence of positive integers is Palindromic if it reads the same forward and back

2016-09-06 11:36:34 405

Hadoop技术内幕:深入解析HADOOP COMMON和HDFS架构设计与实现原理 目录完整版

网上其余的资源都没有目录或者目录不全,也不太清晰。这个版本是高清版本,而且有完整目录,放心下载。

2016-10-12

Hadoop技术内幕:深入解析HADOOP COMMON和HDFS架构设计与实现原理

《Hadoop技术内幕:深入解析HADOOP COMMON和HDFS架构设计与实现原理》,珍贵资源。

2016-10-12

Android客户端与服务器端的json数据交互 最全

Android客户端与服务器端的json数据交互(包括服务器代码 客户端代码和建表语句 代码最全

2015-03-13

老罗Android视频http协议开发包

老罗Android视频中http协议那一章视频用到的开发包,亲测可用。

2015-01-26

JDK API 1.6中文版CHM格式

JDK API1.6中文版,chm格式,无需安装,直接点击打开,亲测可用。

2015-01-26

空空如也

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

TA关注的人

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