码迷,mamicode.com
首页 >  
搜索关键字:12c em express https 连接报错    ( 138198个结果
[leetcode]Edit Distance @ Python
原题地址: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
JavaScript高级程序设计之JSON
IE8以下请求助神之Douglas Crockford:https://github.com/douglascrockford/json-jsJSON是一种格式化的字符串,特别适合在网络上传输,由Douglas Crockford发明。JSON语法可以表示三种类型的值: 简单值:字符串、数值、布尔值...
分类:编程语言   时间:2014-06-11 08:08:17    阅读次数:281
Windows下64位Apache服务器的安装
转自:http://www.blogjava.net/greatyuqing/archive/2013/02/13/395308.html首先需要说明的是,Apaceh服务器没有官方的64位版本,只有民间的高手自己制作的。下面是具体的安装步骤。在https://blackdot.be/downloa...
分类:Windows程序   时间:2014-06-11 07:41:57    阅读次数:290
poj 2891 Strange Way to Express Integers (扩展gcd)
题目链接题意:给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
RPI学习--wiringpi_API
reference:https://projects.drogon.net/raspberry-pi/wiringpi/functions/Functions (API)Some of the functions in theWiringPilibrary are designed to mimic...
分类:Windows程序   时间:2014-06-11 07:23:29    阅读次数:699
VS2012 无法启动IIS Express Web服务器的解决方案
本文转载:http://blog.csdn.net/hongleidy5000/article/details/22732621打开VS2012解决方案资源管理器 -> 点选 Web 项目选择 -> 属性 -> Web -> 选择“使用 Visual Studio 开发服务器” -> 选中“自动分配...
分类:Web程序   时间:2014-06-11 07:17:38    阅读次数:331
python操作mysql
一、安装第三方模块: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
Linux下生成openssl证书
SSL 安全证书可以自己生成,也可以通过第三方的 CA ( Certification Authority )认证中心付费申请颁发。SSL 安全证书包括:1、CA 证书,也叫根证书或中间级证书。单向认证的 https , CA 证书是可选的。主要目的是使证书构成一个证书链,以达到浏览器信任证书的目的...
分类:系统相关   时间:2014-06-08 02:10:48    阅读次数:492
iOS申请发布证书-图文详解(转载)
本文讲述发布证书的申请,申请真机调试证书请参考:http://my.oschina.net/joanfen/blog/167730首先登陆https://developer.apple.com(99美元账号)选择iOS Developer program 板块下的Certificates,Ident...
分类:移动开发   时间:2014-06-08 02:06:58    阅读次数:346
ios Swift 之github
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!