BaasBox/developer

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(IDEA)
(IDEA)
第11行: 第11行:
 
更多细节:[https://www.playframework.com/documentation/2.5.x/IDE Setting up your preferred IDE]
 
更多细节:[https://www.playframework.com/documentation/2.5.x/IDE Setting up your preferred IDE]
  
==IDEA==
+
==iOS==
 +
git clone https://github.com/baasbox/DearDiary-iOS
 +
在 BaasBox 后台创建 memos collection 配置 Xcode,在 DearDiary-Info.plist 添加
 +
  <key>NSAppTransportSecurity</key>
 +
  <dict>
 +
    <key>NSAllowsArbitraryLoads</key>
 +
    <true/>
 +
    </dict>
 +
这样就在Info.plist中添加NSAppTransportSecurity类型Dictionary。在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。
 +
 
 +
因为 iOS 9 要求 App 使用 https 通信。 
 +
 +
==Andorid==
 +
 
 +
==H5==
 +
 
 +
==Eclipse==
  
 
==Cassandra==
 
==Cassandra==

2016年5月17日 (二) 08:10的版本

BaasBox 开发者

目录

Eclipse

使用 Scala IDE

git clone https://github.com/baasbox/baasbox
cd baasbox
play
[BaasBox] $ eclipse with-source=true

在 Eclipse 从 File/Import/General/Existing project 导入刚才的项目

更多细节:Setting up your preferred IDE

iOS

git clone https://github.com/baasbox/DearDiary-iOS

在 BaasBox 后台创建 memos collection 配置 Xcode,在 DearDiary-Info.plist 添加

  <key>NSAppTransportSecurity</key>
 <dict>
   <key>NSAllowsArbitraryLoads</key>
   <true/>
   </dict>

这样就在Info.plist中添加NSAppTransportSecurity类型Dictionary。在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。

因为 iOS 9 要求 App 使用 https 通信。

Andorid

H5

Eclipse

Cassandra

将数据库迁移到 Apache Cassandra

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱