码迷,mamicode.com
首页 >  
搜索关键字:developer    ( 5838个结果
android SDK manager 无法获取更新版本列表【转载】
http://mirrors.neusoft.edu.cn/eclipse/releases/luna/打开这个网址就可以看到adt的详细信息:http://developer.android.com/sdk/installing/installing-adt.html或者直接在你的eclipse的...
分类:移动开发   时间:2015-03-07 19:54:48    阅读次数:984
探索MVP(Model-View-Presenter)设计模式在SharePoint平台下的实现
探索MVP(Model-View-Presenter)设计模式在SharePoint平台下的实现对于SharePoint Developers来说,往往会过多的去关注SharePoint平台和工具,而把设计模式和代码的可测试性放在了一个较低的优先级。这并不是说SharePoint Developer...
分类:其他好文   时间:2015-03-07 18:25:06    阅读次数:184
apps被拒绝的各种理由以及翻译
注意:请参照App Store Review Guidelines. 1. Terms and conditions(法律与条款) 1.1 ?As a developer of applications for the App Store you are bound by the terms of the?Program License Agreement?(...
分类:移动开发   时间:2015-03-07 11:44:18    阅读次数:379
iOS 优化内存(五)开发流程总结
iOS开发流程总结 流程:注册、开发、真机测试、发布以及上线。 iPhone iOS 4从注册到app上线开发流程 一、关于注册账号IDP和Apple ID: 1、注册App ID(无论是iOS使用者还是开发者都需要*****ID,只是后者还需要付99$注册成为开发者。) 网址:http://developer.apple.com 由于上边的网址没有...
分类:移动开发   时间:2015-03-06 17:12:06    阅读次数:187
iOS公司开发者账号的申请详细教程(转)
下面就是关于iOS公司开发者账号的申请详细教程:一、苹果开发者账号申请链接地址:https://developer.apple.com/programs/ios/。打开链接如下: 1. 点击Enroll Now,进入申请页面 2. 上面的页面主要介绍了申请的流程,都是英文,英文好的可以看看,不想看的...
分类:移动开发   时间:2015-03-06 12:34:01    阅读次数:321
如何在Root的手机上开启ViewServer,使得HierachyViewer能够连接(转)
前期准备:关于什么是Hierarchy Viewer,请查看官方文档:http://developer.android.com/tools/debugging/debugging-ui.html。个人理解:Hierarchy Viewer能获得当前手机实时的UI信息,给界面设计人员和自动化测试人员带...
分类:移动开发   时间:2015-03-05 18:34:31    阅读次数:178
chrome插件开发入门
1、参考文档链接 chrome浏览器插件开发官网教程 https://developer.chrome.com/extensions/getstarted foege工具,能够使用一份代码同时生成firfox,chrome,ie的插件,但是目前该项目已经不再维护 http://legac...
分类:其他好文   时间:2015-03-05 17:29:39    阅读次数:135
pl/sql developer中建立job
declare job number; begin sys.dbms_job.submit(job,'p_test;',sysdate,'sysdate+1/1440');commit; end;/ 来自为知笔记(Wiz)
分类:数据库   时间:2015-03-05 16:37:53    阅读次数:148
Android SDK Manager 不能更新解决办法
1.修改/etc/hosts#google-android203.208.46.146 www.google.com74.125.113.121 developer.android.com203.208.46.146 dl.google.com203.208.46.146 dl-ssl.google...
分类:移动开发   时间:2015-03-05 16:11:58    阅读次数:147
IOS NSRunLoop
原英文网址是:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Multithreading/RunLoopManagement/RunLoopManagement.html 运行循环 运行的循环是与线程相关联的基本基础结构的一部分。运行循环是您使用调度工作和协调收到传入的事件的事件处理循环。运...
分类:移动开发   时间:2015-03-05 14:53:22    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!