码迷,mamicode.com
首页 >  
搜索关键字:developer    ( 5838个结果
PL/SQL Developer各个Window的功能
了解每个窗口的功能是正确使用PL/SQL Developer的首要条件,下边简要说明了PL/SQL Developer各个窗口的功能,希望能够理解: -程序窗口(program window) :可以执行 sql,sqlplus 相关的语句,例如存储过程,方法,一般用来开发程序用的. 测试窗口(test window):一般是用来测试存储过程等的debug。 -SQL窗口(sql wind...
分类:数据库   时间:2015-07-21 14:43:58    阅读次数:114
xcode7 如何真机测试
1. 下载xcode7 可以通过访问 https://developer.apple.com/xcode/downloads/ 下载最新的xcode7的版本 不过官网的下载速度太慢了,这个最好百度一下有没有人共享出来~ 我在百度上找到的网友共享的网址:http://www.douban.com/group/topic/76219832/ 2. 配置accounts 打开xcode,点击“...
分类:其他好文   时间:2015-07-21 01:37:47    阅读次数:458
Android开发的技术层次
任何一种移动开发生态系统其技术人员都是呈现金字塔式分布的。我借此也说说Developer和Programmer的区别:Programmer是真正意义上的程序员,写程序的。灵魂级Developer是码农,搬砖的,砌代码,体力活。肉体级做Developer的感觉就仿佛行尸走肉,被工作绑架,被代码绑架,而...
分类:移动开发   时间:2015-07-21 01:17:26    阅读次数:137
iOS 应用内购的坑
21004 你提供的共享密钥和账户的共享密钥不一致 下面这张图的意思就是在购买类型是自动续订时,服务端做验证就要传入这个密钥 https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreR...
分类:移动开发   时间:2015-07-20 23:55:31    阅读次数:1847
Android开发之ListView中BaseAdapter的使用
BaseAdapter,官网链接--http://developer.android.com/intl/zh-cn/reference/android/widget/BaseAdapter.html继承:Object接口:ListAdapter SpinnerAdapter已知直接子类:ArrayA...
分类:移动开发   时间:2015-07-20 19:16:10    阅读次数:182
64地点 Windows 8/7 根据系统 32地点PLSQL 耦合 64 地点 Oracle 11g
64地点 Windows 8/7 根据系统 32地点PL/SQL 耦合 64 地点 Oracle 11g 说明:安装后Oracle的 oci.dll 是64位的,而32位应用程序 PL/SQL Developer 无法载入解决方式步骤一:下载Instant Client for Microsoft ...
分类:数据库   时间:2015-07-19 21:40:44    阅读次数:147
xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer") does not exist, use xcode-select to change
When using MacOS with xcode6.4, i always meet these error:xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer") do...
分类:移动开发   时间:2015-07-18 15:33:11    阅读次数:145
c文件终端运行报xrun错误
在终端touch aa.c文件后,在c文件中写完代码(编译运行)cc aa.c时,报xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode...
分类:其他好文   时间:2015-07-18 15:26:53    阅读次数:105
Android开发之PendingIntent的使用
PendingIntent,待确定的意图,等待的意图官网链接:http://developer.android.com/reference/android/app/PendingIntent.html官网关于该类的继承关系,PendingIntent继承自Object。因为该类为final,所以没有...
分类:移动开发   时间:2015-07-18 15:24:42    阅读次数:168
android菜鸟学习笔记30----Android使用百度地图API(一)准备工作及在应用中显示地图
1.准备工作:百度地图API是免费开放的,但是需要申请API Key:1)先注册一个百度开发者帐号2)进入百度开放服务平台http://developer.baidu.com/3)进入LBS云4)点击右上角的API控制台,没有登录的话会先跳转到登录页面,登录成功之后就进入应用控制台了:5)点击创建应...
分类:移动开发   时间:2015-07-18 13:52:37    阅读次数:757
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!