09 2016 档案

摘要:Linux用户(以Ubuntu为例) $ openssl 进入OpenSSL程序 OpenSSL> genrsa -out rsa_private_key.pem 1024 生成私钥 OpenSSL> pkcs8 -topk8 -inform PEM -in rsa_private_key.pem 阅读全文

posted @ 2016-09-26 12:23 shenggen 阅读(1913) 评论(0) 推荐(0)

摘要:启动运行模拟器: xcrun instruments -w 'iPhone 6 Plus' 在已经启动好的模拟器中安装应用: xcrun simctl install booted Calculator.app (这里要特别注意,是app,不是ipa 安装时需要提供的是APP的文件路径) 例如:xc 阅读全文

posted @ 2016-09-11 10:52 shenggen 阅读(874) 评论(0) 推荐(0)

导航