码迷,mamicode.com
首页 >  
搜索关键字:developer    ( 5838个结果
App Store App申请审核加速
有没有遇到上线后发现很严重的bug这种情况,修复bug后提交审核又是漫长的等待,那样会把人逼疯的。估计是为了对应这样的情况,apple提供有一个加速审核的通道:https://developer.apple.com/appstore/contact/appreviewteam/index.html界...
分类:移动开发   时间:2015-05-04 01:06:52    阅读次数:164
TroubleShoot: Enable Developer Mode in Windows 10 Insider Preview Build 10074
There is a known issue in Windows 10 Insider Preview build 10074 (see here).Developers cannot enable Developer Mode in the Settings app for installing...
分类:Windows程序   时间:2015-05-03 23:31:02    阅读次数:264
【转】Android中的内存管理--不错不错,避免使用枚举类型
原文网址:http://android-performance.com/android/2014/02/17/android-manage-memory.html本文内容翻译自:http://developer.android.com/training/articles/memory.html随机存...
分类:移动开发   时间:2015-05-03 13:15:29    阅读次数:206
iOS APP 生命周期
官方文档:https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/TheAppLifeCycle/TheAppLifeCycle.html#//apple_ref...
分类:移动开发   时间:2015-05-02 23:18:32    阅读次数:277
Ubuntu 环境 AndroidStudio 安装、升级流程-记录
先从官网下载Linux版的AndroidStudio?http://developer.android.com/sdk/index.html#Other 1. 解压,把文件夹放到自己希望的目录 2. 进入刚刚的目录,找到目录下的bin/studio.sh文件,这个就是执行文件,不过不...
分类:移动开发   时间:2015-05-02 09:56:36    阅读次数:136
安卓调试神器-Stetho(Facebook出品)的使用
前言Chrome的Developer Tools对于WEB开发者来讲几乎是一个神器,而Chrome Store里也有无奇不有的插件,如果Chrome能调安卓应用应该是一件美好的事,而Facebook开源的一个工具Stetho让Chrome调试android 应用不再是一个梦。安卓在调试时,有时候需要查看数据库,SharePreference等,而这个前提是必须root,另一方面,andoird的网络...
分类:移动开发   时间:2015-05-02 09:51:25    阅读次数:258
instancetype VS id
英文好的直接读下面链接的文章就好了:http://stackoverflow.com/questions/8972221/would-it-be-beneficial-to-begin-using-instancetype-instead-of-idhttps://developer.apple.c...
分类:其他好文   时间:2015-05-02 01:01:14    阅读次数:152
IOS中launchImage大小
LaunchImagehttps://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-...
分类:移动开发   时间:2015-05-01 14:41:23    阅读次数:136
PL/SQL的procedure中DBMS_OUTPUT.put_line没有显示
在执行set serveroutput on以后,使用dbms_output方法可以输出信息 需要在SQL*PLUS环境中设定如下命令:  SQLPLUS> set serveroutput on; 就可以输出了。要记住一点:Oracle SQL developer中需要打开serveroutput,那么在sqlplus中同理。...
分类:数据库   时间:2015-05-01 09:27:03    阅读次数:212
如何在Window 7 64位 PL/SQL 访问oracle 数据库
一般 PLSQL Developer 没有64位版本,所以在64位系统上运行该程链接64位Oracle时就会报错。解决的方法如下:第零步:在windows 7 中安装Oracle 11g 64 数据库, 如安装到 F:\ p10404530_112030_MSWIN-x86-64_1of7...
分类:数据库   时间:2015-04-30 12:04:24    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!