模拟器调试的时候有的时候不能检验出程序在真实手机上的差别,如果需要进行真机测试或者发布应用到App Store上去的时候, 公司如果没有开发过App,你可以从头开始弄,大部分都是后来接手的,那么当我们进入https://developer.apple.com/account/ios/profile/...
分类:
移动开发 时间:
2015-04-06 10:06:36
阅读次数:
174
近期正在开发微信支付功能,用crul调用证书时提示类似错误 58problem with the local client certificate. 经过查找手册和实验,参考php手册提供的以下方案可以解决,代码如下If you want to connect to a server whi...
分类:
微信 时间:
2015-04-05 15:50:57
阅读次数:
504
https下载跳过检查wget--no-check-certificate查看是否安装rpm-qa|grep mysql查看可安装列表yumlistinstalled|grepmysqlmysql下载地址:http://dev.mysql.com/get/Downloads/MySQL-5.6/my...
分类:
系统相关 时间:
2015-04-02 22:10:28
阅读次数:
209
第一个方法简单点,不过需要在Android系统源码的环境下用make来编译: 1. 在应用程序的AndroidManifest.xml中的manifest节点中加入android:sharedUserId="android.uid.system"这个属性。
2. 修改Android.mk文件,加入LOCAL_CERTIFICATE := platform这一行
3. 使用mm命令来编...
分类:
移动开发 时间:
2015-03-30 16:26:57
阅读次数:
173
从命令行创建证书还可以使用AIR SDK所附带的AIR开发者工具(ADT)实用程序,从其中的命令行创建自签名证书。语法如下:adt -certificate -cn commonName keyType certificateFile password例如:adt -certificate -cn ...
分类:
其他好文 时间:
2015-03-30 13:05:41
阅读次数:
172
消除SDK更新时的“https://dl-ssl.google.com refused”错误消除SDK更新时,有可能会出现这样的错误:Download interrupted: hostname in certificate didn't match: != Download interrupte....
分类:
移动开发 时间:
2015-03-29 13:27:54
阅读次数:
142
1.安装setuptools# yum install python-setuptools -y2.下载并安装pip# wget --no-check-certificate https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#m...
分类:
编程语言 时间:
2015-03-20 20:08:37
阅读次数:
128
To request a printed certificate, you are required to log onto your CertView Profile and confirm your personal or office mailing address.
We request you to follow below steps to submit the online req...
分类:
其他好文 时间:
2015-03-20 11:01:31
阅读次数:
205
运维配置ssl后导致apache无法启动,报错如下 [Tue Mar 17 16:23:36 2015] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0) 解决方案: <virtualho...
分类:
其他好文 时间:
2015-03-17 18:21:58
阅读次数:
133
SSL消息按如下顺序发送: 1.Client Hello 客户发送服务器信息,包括它所支持的密码组。密码组中有密码算法和钥匙大小; 2.Server Hello 服务器选择客户和服务器都支持的密码组到客户。 3.Certificate 服务器发送一个证书或一个证书链到客户端,一个证书链开...
分类:
其他好文 时间:
2015-03-17 10:19:48
阅读次数:
148