码迷,mamicode.com
首页 >  
搜索关键字:developer    ( 5838个结果
Android(Lollipop/5.0) Material Design(四) 定义阴影和裁剪View
官网:https://developer.android.com/intl/zh-tw/training/material/shadows-clipping.html Material设计为UI元素引入了一个depth值,depth帮助用户了解每个元素相对重要性,重点关注手头的任务 每个View的elevation值,相当于z属性,它决定了阴影的大小:z越大,阴影越大。 Views仅仅在...
分类:移动开发   时间:2014-10-29 19:27:58    阅读次数:187
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clan
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 解决方法: 将Apple LLVM compiler 4.1 - Language ->c++ Standard Library 修改为 libstdc++ (GNU C++ standard library)...
分类:移动开发   时间:2014-10-29 17:16:25    阅读次数:173
Android(Lollipop/5.0) Material Design(三) 使用Material主题
官网地址:https://developer.android.com/intl/zh-tw/training/material/theme.html 新的Material主题提供了: 系统Widgets可设置它们的调色板 系统Widgets的触摸反馈动画 Activity的过渡动画 您可以自定义Material主题,根据你的品牌标识,用一个调色板来控制。 可以使用主题属性来为操作栏...
分类:移动开发   时间:2014-10-29 17:15:39    阅读次数:323
JavaScript delete用法,属性,特性,执行上下文,激活对象 综合篇
一、问题的提出 我们先来看看下面几段代码,要注意的是,以下代码不要在浏览器的开发者工具(如FireBug、Chrome Developer tool)中运行,原因后面会说明: 为什么我们可以删除对象的属性:var o = { x: 1 }; delete o.x; // true o.x; //.....
分类:编程语言   时间:2014-10-29 16:31:45    阅读次数:214
ios崩溃日志1
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/newmac/Library/Developer/CoreSimulator/Devices/6BCFEB99-13E5-4550-9623-D009C0AC7637/data/Containers/Bundle/Application/1E...
分类:移动开发   时间:2014-10-29 14:54:46    阅读次数:219
Android(Lollipop/5.0) Material Design(二) 入门指南
官网地址:https://developer.android.com/intl/zh-tw/training/material/get-started.html Apply the Material Theme 运用材料主题     name="AppTheme" parent="android:Theme.Material">     theme custo...
分类:移动开发   时间:2014-10-29 13:06:32    阅读次数:250
Xcode6中无法代码提示错误
昨天在写代码的时候,不知道修改了哪个地方,Xcode6突然犯病了,在当前项目下无法代码提示,但是在新建工程中没有任何问题,其中重装了Xcode6也没有把问题解决,最终的解决办法是: 在finder,菜单栏选择 “前往文件夹” 输入 “~/Library”,进入“Developer”  -> "Xcode" -> "DerivedData",删除该文件下的所有内容,重启Xcode就可以了。...
分类:其他好文   时间:2014-10-29 10:55:45    阅读次数:105
Android中文翻译 - Adding the Action Bar 添加活动栏(action bar)
2014-10-28 张云飞VIR 翻译自:https://developer.android.com/training/basics/actionbar/index.html添加活动栏(Adding the Action Bar)译者注:我找不到更好的词汇翻译action bar,虽然我也认为 活...
分类:移动开发   时间:2014-10-29 01:50:12    阅读次数:234
iOS 8 Apple Push Notification Service
Apple Configuration 1. create Apple ID in Apple Developer Website2. check on "Push Notification" in the functionality3. configure for Push Notification in Development: create certificate 3...
分类:移动开发   时间:2014-10-29 00:15:36    阅读次数:334
iOS app 审核 重大bug快速发布修改通道
https://developer.apple.com/appstore/contact/appreviewteam/index.html(网址)
分类:移动开发   时间:2014-10-28 18:16:13    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!