码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
理解Fragment生命周期
官网帮助文档链接:http://developer.android.com/guide/components/fragments.html主要看两张图,和跑代码一,Fragment的生命周 二,与Activity生命周期的对比 场景演示 : 切换到该Fragment11-29 14:26:3...
分类:其他好文   时间:2015-07-13 00:46:53    阅读次数:114
LeanCloud体验 AVUser如何保存类属性
LeanCloud自带了AVUser类,方便保存用户的登录信息,对应的表是_User发现要实现AVUser的子类化才能保存更改后的属性(字段)参考文档https://leancloud.cn/docs/ios_os_x_guide.html#针对_AVUser_子类化的特别说明以及https://f...
分类:其他好文   时间:2015-07-11 10:33:06    阅读次数:196
compass与css sprite(雪碧图)
什么是css sprite?css sprite,中文叫雪碧图,也有人喊CSS精灵,就是一种背景拼合的技术,然后通过background-position来显示雪碧图中需要显示的图像。MDN相关链接:https://developer.mozilla.org/zh-CN/docs/Web/Guide...
分类:Web程序   时间:2015-07-10 23:38:12    阅读次数:223
git 使用笔记
http://www.bootcss.com/p/git-guide/git删除文件git rm 文件名首先查看该文件的历史版本信息:git logDefault@2x.png记录下需要恢复的commit版本号:如9aa51d89799716aa68cff3f30c26f8815408e926恢复该...
分类:其他好文   时间:2015-07-10 18:49:36    阅读次数:109
【iOS】发布iOS应用
//登录iTunesConnecthttps://itunesconnect.apple.com/WebObjects/iTunesConnect.woa//点击MyApp,添加一个NewiOSApp//填写SKU,BundleID//截屏的标准https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/Prop..
分类:移动开发   时间:2015-07-10 08:11:19    阅读次数:355
Introduction to String Programming Guide for Cocoa
Words, Paragraphs, and Line BreaksThe text system determines word boundaries in a language-specific manner according toWord Boundaries。Line and Paragr...
分类:其他好文   时间:2015-07-09 14:26:55    阅读次数:150
DOM Utilities
http://dojotoolkit.org/reference-guide/1.7/quickstart/dom.html#quickstart-domhttp://dojotoolkit.org/reference-guide/1.7/dojo/place.html#dojo-placehttp...
分类:其他好文   时间:2015-07-07 19:27:46    阅读次数:145
MongoDB: The Definitive Guide [1]
第一章 简介 MongoDB是面向文档的数据库,不是关系型数据库。内置对MapReduce的支持,以及对地理空间索引的支持。 丰富的数据模型 容易扩展,它所采用的面向文档的数据模型可以使其在多台服务器之间分割数据 丰富的功能,索引、存储Javascript、聚合、固定集合、文件存储 不牺牲速度,尽可...
分类:数据库   时间:2015-07-06 19:45:10    阅读次数:158
分步使用iAd的工作台,推广你的iOS程序
原文链接:http://rayvinly.com/a-step-by-step-guide-to-using-iad-workbench-to-promote-your-ios-apps/ 苹果的WWDC主题演讲2013提供iOS和Mac开发的iOS的下一个版本和OS X.虽然每个人都专注于最新技术的这些操作系统的预展,我相信,今天的最大的特点是没有在主题演讲宣布。为什么这么多,我们制定...
分类:移动开发   时间:2015-07-06 16:08:01    阅读次数:329
OpenLDAP Installation&Configuration Guide
OpenLDAP Installation&Configuration Guide Install the openldap # yum -y install openldap.x86_64 openldap-clients.x86_64 openldap-devel.x86_64 openldap-servers.x86_64 ? Configure the openldap Gener...
分类:其他好文   时间:2015-07-06 12:37:45    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!