//https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String//返回对应索引的字符chartAt()//返回对应所引的字符的统一码(Unicode value)charCodeAt(...
分类:
Web程序 时间:
2015-09-01 18:24:24
阅读次数:
160
Android Studio 1.0正式版发布啦 今天是个大日子,Android Studio 1.0 终于发布了正式版, 这对于Android开发者来说简直是喜大普奔的大消息啊,那么就果断来下载使用。 官方下载地址:?http://developer.androi...
分类:
移动开发 时间:
2015-09-01 14:13:39
阅读次数:
196
前期准备: 关于什么是Hierarchy Viewer,请查看官方文档:http://developer.android.com/tools/debugging/debugging-ui.html。个人理解:Hierarchy Viewer能获得当前手机实时的UI信息,给界面设计人员和自动化测...
分类:
移动开发 时间:
2015-09-01 11:01:28
阅读次数:
352
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe neve...
分类:
Web程序 时间:
2015-08-31 23:39:20
阅读次数:
362
JDK就是JAVA开发工具包-JAVA developer's kit, JRE就是JAVA运行环境-JAVA runtime environment,你所写的JAVA程序经过javac的编译会形成字符行文件,这个文件是给jvm(java虚拟机)用的。又jvm解释后形成机器语言给计算机,而这个...
分类:
其他好文 时间:
2015-08-31 21:03:47
阅读次数:
252
原文转自:http://www.tqcto.com/article/recommend/132.html一、dom4j介绍dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个非常非常优秀的Java XML API,具有性能优异、功能强大和极端易用使用的特点,同时它也是一个开放源代码的软件,可以在SourceForge上找到它。在IBM developer...
分类:
其他好文 时间:
2015-08-31 13:36:01
阅读次数:
276
1、在浏览器输入:https://developer.apple.com/,点击Member Center,进入开发者登录界面,输入账户密码登录。2、进入开发者主界面,选择Certificates, Identifiers & Profiles,进入证书管理界面,iOS App->Certifica...
分类:
移动开发 时间:
2015-08-31 13:14:21
阅读次数:
263
原文地址:developer
召集翻译人手:请加入486111671 ios 官方文档翻译
与HTTP服务器通信认证
本章描述了如何与HTTP服务器身份验证利用CFHTTPAuthentication API。它解...
分类:
移动开发 时间:
2015-08-31 11:50:38
阅读次数:
219
1 相关文档及官网示例
官网API介绍:
《openstack-bk-api-ref.pdf》
网址:
http://developer.openstack.org/api-ref.html
下载pdf:
http://developer.openstack.org/api-ref-guides/bk-api-ref.pdf
关于RESTful可以参考官方文档:
http:/...
官方文档说明,安卓开发应避免使用Enum(枚举类),因为相比于静态常量Enum会花费两倍以上的内存。参 http://developer.android.com/training/articles/memory.html#Overhead ??? 那么如果需要使用Enu...
分类:
移动开发 时间:
2015-08-30 23:40:22
阅读次数:
396