原题地址:https://oj.leetcode.com/problems/edit-distance/题意:Given
two wordsword1andword2, find the minimum number of steps required to
convertword1toword2....
分类:
编程语言 时间:
2014-06-11 08:58:49
阅读次数:
293
IE8以下请求助神之Douglas
Crockford:https://github.com/douglascrockford/json-jsJSON是一种格式化的字符串,特别适合在网络上传输,由Douglas
Crockford发明。JSON语法可以表示三种类型的值: 简单值:字符串、数值、布尔值...
分类:
编程语言 时间:
2014-06-11 08:08:17
阅读次数:
281
转自:http://www.blogjava.net/greatyuqing/archive/2013/02/13/395308.html首先需要说明的是,Apaceh服务器没有官方的64位版本,只有民间的高手自己制作的。下面是具体的安装步骤。在https://blackdot.be/downloa...
题目链接题意:给k对数,每对ai, ri。求一个最小的m值,令m%ai =
ri;分析:由于ai并不是两两互质的,
所以不能用中国剩余定理。只能两个两个的求。a1*x+r1=m=a2*y+r2联立得:a1*x-a2*y=r2-r1;设r=r2-r2;互质的模线性方程组m=r[i](mod
a[i])...
分类:
其他好文 时间:
2014-06-11 07:25:30
阅读次数:
203
reference:https://projects.drogon.net/raspberry-pi/wiringpi/functions/Functions
(API)Some of the functions in theWiringPilibrary are designed to mimic...
本文转载:http://blog.csdn.net/hongleidy5000/article/details/22732621打开VS2012解决方案资源管理器
-> 点选 Web 项目选择 -> 属性 -> Web -> 选择“使用 Visual Studio 开发服务器” ->
选中“自动分配...
分类:
Web程序 时间:
2014-06-11 07:17:38
阅读次数:
331
一、安装第三方模块:MYSQLdb
1、地址:http://sourceforge.net/projects/mysql-python/
新的可用地址:https://pypi.python.org/pypi/MySQL-python/1.2.4 2、安装 安装前:(si...
分类:
数据库 时间:
2014-06-10 00:23:28
阅读次数:
372
SSL 安全证书可以自己生成,也可以通过第三方的 CA ( Certification
Authority )认证中心付费申请颁发。SSL 安全证书包括:1、CA 证书,也叫根证书或中间级证书。单向认证的 https , CA
证书是可选的。主要目的是使证书构成一个证书链,以达到浏览器信任证书的目的...
分类:
系统相关 时间:
2014-06-08 02:10:48
阅读次数:
492
本文讲述发布证书的申请,申请真机调试证书请参考:http://my.oschina.net/joanfen/blog/167730首先登陆https://developer.apple.com(99美元账号)选择iOS
Developer program 板块下的Certificates,Ident...
分类:
移动开发 时间:
2014-06-08 02:06:58
阅读次数:
346
1. 软件类a) 作者集合http://nondot.org/sabre/b) swift
for
facebookSWIFT是一个易于使用的,基于注解的Java来创建勤俭节约序列化类型和服务库。https://github.com/facebook/swift2.
游戏类a)FlappySwift...
分类:
移动开发 时间:
2014-06-07 20:11:15
阅读次数:
368