[已解决]创建iOS生产环境的开发证书p12文件
crifan 9年前 (2016-04-08) 2966浏览 0评论
然后需要去创建对应的iOS生产环境的开发证书==生产环境的p12文件 “All App IDs that you want to enable for remote notifications require their own Apple Pu...
crifan 9年前 (2016-04-08) 2966浏览 0评论
然后需要去创建对应的iOS生产环境的开发证书==生产环境的p12文件 “All App IDs that you want to enable for remote notifications require their own Apple Pu...
crifan 9年前 (2016-03-16) 2370浏览 0评论
git pull tag git push tag git push tag to remote Git 推送和删除远程标签 » Hacklog Git查看、删除、重命名远程分支和tag | zrong’s blog Push a tag...
crifan 9年前 (2016-03-10) 3072浏览 0评论
折腾: [已解决]制作iOS离线推送证书文件p12文件 后,去创建Provisioning Profile和在项目中使用: https://developer.apple.com/account/ios/profile/ 去新建Provision...
crifan 9年前 (2016-01-13) 2465浏览 0评论
写成: fileManager.createDirectoryAtPath(url_conversationItemList.path!, withIntermediateDirectories: true, attributes: nil) ...
crifan 9年前 (2015-12-25) 1770浏览 0评论
右击插入图片: 插入的图片,默认不显示,只显示个占位符: 点击图片,才会显示缩略图: 点击可切换图片对齐方式: 当选中内容时,自动出现常见功能选项: 比如插入链接: 还是很方便的。 其中常见的功能,也都有快捷键: 比如插入链接是,常见...
crifan 10年前 (2015-10-27) 3856浏览 0评论
需要在Xcode中,创建一个Swift的项目。 只是希望先创建一个最最基本的,不需要使用什么storyboard,nib之类的图形界面工具制作出来的界面,而是完全独立的,用代码的方式,动态创建的app页面。 单个app页面的那种。 [折...
crifan 10年前 (2015-10-08) 2961浏览 0评论
【背景】 已有代码: var viewControllers:NSArray = [] 但是由于: for viewController in self.viewControllers{ 中需要确定对应的类型 然后for中才能用: v...
crifan 10年前 (2015-09-26) 2305浏览 0评论
【背景】 折腾: 【已解决】Swift创建新的页面视图并添加一个列表视图 期间,继续去在新添加的页面中,添加列表table的视图:tableview。 【折腾过程】 1.参考已有的别人代码。 2.搜: swift create tabl...
crifan 10年前 (2015-09-26) 3991浏览 0评论
【背景】 折腾: 【已解决】Swift创建新的页面视图并添加一个列表视图 期间,需要去用代码,而不用那个nib,去创建一个ViewController。 【折腾过程】 1.搜: swift create viewcontroller pr...
crifan 10年前 (2015-04-14) 5800浏览 0评论
【背景】 折腾: 【记录】Android Studio中调试和运行OsmAnd 期间,需要去创建一个AVD虚拟机。 【折腾过程】 1.直接点击:AVD Manager: 在AVD管理器中可以看到当前已有的虚拟机设备: 2.点击了: Create ...