启动PL/SQL Developer 报字符编码不一致错误Database character set (AL32UTF8) and Client character set (ZHS16GBK) are different.Character set conversion may cause un...
分类:
数据库 时间:
2015-01-09 13:56:53
阅读次数:
199
原文地址:http://developer.android.com/guide/topics/resources/providing-resources.html
当应用中提供复选资源的时候,Android系统会依据当前前的系统配置,在运行过程中寻找最优的资源。下面,以这几个文件中的图片资源为例,解析Android系统定位多选资源的过程:
drawable/
draw...
分类:
移动开发 时间:
2015-01-09 12:40:55
阅读次数:
308
执行 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer 即可解决。
分类:
移动开发 时间:
2015-01-09 12:35:48
阅读次数:
178
Creating an Android Project:http://developer.android.com/training/basics/firstapp/creating-project.html
分类:
移动开发 时间:
2015-01-08 20:07:35
阅读次数:
139
1、将运行目标选为iOS Device2、Edit Scheme -> 选择 Run [App Name] -> Build Configuration下拉框中选择Release3、生成编译文件,Product -> Build4、/Users/用户名/Library/Developer/Xcode...
分类:
其他好文 时间:
2015-01-08 20:02:34
阅读次数:
217
ORACLE官方提供的Sql Developer自带的Oracle Migration Workbench。 什么是Oracle SQL Developer?在官方页面上,是这样介绍它的: Oracle SQL Developer is a free and fully supported grap...
分类:
数据库 时间:
2015-01-08 19:45:53
阅读次数:
319
Building Your First App:http://developer.android.com/training/basics/firstapp/index.html
分类:
移动开发 时间:
2015-01-08 19:37:50
阅读次数:
165
xcrun: error: active developer path ("/Users/XJW/Desktop/Xcode.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)...
分类:
移动开发 时间:
2015-01-08 18:07:43
阅读次数:
225
当然先下载IDE和Java的JDK文件后下载Android Sdk文件 下载地址 http://developer.android.com/sdk/index.html 下载成功后解压打开 tools:该目录下存放大量Android开发工具,例如SDK Manager、androidavd、emul...
分类:
移动开发 时间:
2015-01-08 17:18:51
阅读次数:
221
原文:【高德地图API】如何获得行政区域?如何制作行政规划图?什么是行政规划图?如何获得每个行政区域的边界轮廓图?举例:重庆市 江北区。如图: 官方类参考:http://developer.amap.com/javascript/reference/search#Partition 行政规划代码: ...