第一步:学好HTML学习HTML5HTML Dog (http://htmldog.com/)HTML入门指南 (http://www.w3.org/MarkUp/Guide/)W3C HTML学习教程 (http://www.w3schools.com/html/)第二步:学好CSSHTML Do...
分类:
Web程序 时间:
2014-12-26 10:49:52
阅读次数:
239
判断两个字符串的编辑距离是不是1.关于编辑距离可以参见之前有一题leetcode[72] Edit Distance思路:如果字符串相差2个以及以上长度,那么肯定不止1,直接false如果字符串长度相等,那么判断对应位置不同的字符数是不是1即可。如果字符串长度相差1,那么肯定是要在长的那个串删掉一个...
分类:
其他好文 时间:
2014-12-26 00:52:21
阅读次数:
195
Problem Description
The country of jiuye composed by N cites. Each city can be viewed as a point in a two- dimensional plane with integer coordinates (x,y). The distance between city i and city j i...
分类:
其他好文 时间:
2014-12-25 23:41:42
阅读次数:
349
原文:Senparc.Weixin.MP SDK 微信公众平台开发教程(十三):地图相关接口说明 为了方便大家开发LBS应用,SDK对常用计算公式,以及百度和谷歌的地图接口做了封装。
常用计算: 用于计算2个坐标点之间的直线距离:Senparc.Weixin.MP.Helpers.Distance(...
分类:
微信 时间:
2014-12-24 19:48:40
阅读次数:
387
1 /// 2 /// returns driving distance in kilometers 3 /// 4 /// 5 /// 6 /// 7 public static double GetDrivingDistanceInKilometers(string origin, ...
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:
其他好文 时间:
2014-12-23 17:02:59
阅读次数:
142
这道题是求一个字符串编辑成为另一个字符串的最少操作数,只有三种操作包括添加,删除或者替换一个字符。...
分类:
其他好文 时间:
2014-12-19 22:06:11
阅读次数:
145
DECLARE @BJ GEOGRAPHY DECLARE @XT GEOGRAPHY /* GET Latitude/Longitude FROM here:http://www.travelmath.com/cities/Beijing,+China the distance unit in S...
分类:
数据库 时间:
2014-12-18 16:43:53
阅读次数:
380
Given a Binary Tree, we need to print the bottom view from left to right. A node x is there in output if x is the bottommost node at its horizontal distance. Horizontal distance of left child of a nod...
分类:
其他好文 时间:
2014-12-17 16:31:12
阅读次数:
225
yum是什么:Yellow dog Updater, Modified主要功能是更方便的添加/删除/更新RPM包,自动解决包的倚赖性问题,它能便于管理大量系统的更新问题。yum特点:可以同时配置多个资源库(Repository)简洁的配置文件(/etc/yum.conf,/etc/yum.repos...
分类:
其他好文 时间:
2014-12-17 14:24:52
阅读次数:
193