E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
fundamentals
Android 开发指南文档的部分中文翻译
开发指南文档的部分中文翻译 zhandroid.com/docs/guide/index.html 翻译完成章节,没有审校 What is Android Android是啥 Application
fundamentals
left
·
2012-04-18 17:00
android
中文
开发指南
文档
Android 教程 翻译 2 Services 服务 未完成
源:http://developer.android.com/guide/topics/
fundamentals
/services.html翻译:Tonyfieldupdate:2012.04.12服务快速浏览服务能运行在后台
Tonyfield
·
2012-04-06 18:00
android
工作
service
活动
Components
Android应用程序开发笔记之
Fundamentals
在Android系统上安装了一个应用程序之后,该应用程序就会有一个它自己的安全沙箱: Android操作系统是一个多用户的Linux系统,每个应用程序就是其中的一个用户 每个进程一个虚拟机(VM),所以应用程序间的代码运行是相互独立的。 默认地,系统分配每个应用程序一个唯一的用户ID(用户ID只对系统可见,对应用程序来说是不可见的)。系统会对应用程序的文件设置权限
sin90lzc
·
2012-04-06 16:00
android
Android 教程 翻译 1 Activities 活动
byTonyfieldupdate:2012.04.06(初步完成)原文链接:http://developer.android.com/guide/topics/
fundamentals
/activities.html
Tonyfield
·
2012-04-02 19:00
数据库
android
UI
活动
application
transition
xcode4.2中objective的说明,有空的时候看看
NextPreviousObjects,Classes,andMessagingThischapterdescribesthe
fundamentals
ofobjects,classes,andmessagingasusedandimplementedbytheObjective-Clanguage.ItalsointroducestheObjective-Cruntime.TheRuntimeSy
lmf208
·
2012-04-01 07:00
Android Service相关
developer.android.com/reference/android/app/Service.html http://developer.android.com/guide/topics/
fundamentals
forhope
·
2012-03-26 14:00
android
Dev_Guide翻译_01
Application
Fundamentals
Android程序是基于j
wly1028
·
2012-03-26 13:00
android
中文api
dev-guide
view 和 activity的状态
.com/bluesky_07_06_1Activity/ViewonSaveInstanceState和onRestoreInstanceState触发的时机/必要条件1:先看Application
Fundamentals
yn49782026
·
2012-03-23 15:00
onSaveInstanceState和onRestoreInstanceState触发的时机
onSaveInstanceState和onRestoreInstanceState触发的时机先看Application
Fundamentals
上的一段话: AndroidcallsonSaveInstanceState
Aaronzzq
·
2012-03-22 17:00
android
user
application
System
action
Application
Fundamentals
应用基础
Application
Fundamentals
应用基础AndroidapplicationsarewrittenintheJavaprogramminglanguage.Android应用是用Java语言写的
ObjectiveMan
·
2012-03-21 08:52
android
工具
package
single
written
Java各阶段学习书目
ThinkinginJava》3.进阶JoshuaBloch的《EffectiveJava》JoshuaBloch的《JavaPuzzlers》4.全面CayS.Horstman的《CoreJava:VolumeI
Fundamentals
晨曦之光
·
2012-03-20 18:00
从内存的角度解释内存对齐的原理
目录题记一内存读取粒度Memoryaccessgranularity从内存的角度解释内存对齐的原理队列原理Alignment
fundamentals
Lazyprocessors二速度Speed(内存对齐的基本原理
alec1987
·
2012-03-16 22:00
文档学习:Cocoa 基本原理指南
文档地址:http://www.apple.com.cn/developer/mac/library/documentation/Cocoa/Conceptual/Cocoa
Fundamentals
/Introduction
omegayy
·
2012-03-13 10:00
ios
cocoa
文档
Google AdMob Ads iOS
Fundamentals
转自:https://developers.google.com/mobile-ads-sdk/docs/ios/
fundamentals
#resultGoogleAdMobAdsiOS
Fundamentals
OverviewRequirementsIncorporatingtheSDKAddingaGADBannerViewTheResultWhat'sNext
workhardupc100
·
2012-03-10 14:00
ios
Google
xcode
download
library
frameworks
game engine architecture---chap2---chap3.2
3,
fundamentals
ofsoftwareengineeringforgames 3.1c++ 重申个原则就是一般来说组合由于继承。
彭博
·
2012-03-09 14:00
Android Learning-Application
Fundamentals
Application
Fundamentals
URL:http://developer.android.com/guide/topics/
fundamentals
.htmlHowever,therearewaysforanapplicationtosharedatawithotherapplicationsandforanapplicationtoaccesssystemservices
方传云
·
2012-03-04 15:00
android
onSaveInstanceState和onRestoreInstanceState触发的时机
原文出处:http://www.cnblogs.com/heiguy/archive/2010/10/30/1865239.html 先看Application
Fundamentals
上的一段话:
imyfriend
·
2012-03-03 17:00
android
user
application
System
action
2010
Cocoa
Fundamentals
Category 的例子--更好用的URL encoding方法
如果你在做基于RESTFul的应用,你肯定需要对传递的参数进行编码。比如你要传递信息是:China,Beijing,Haidian经过URL编码后,这个字串成了China%20Beijing%20%Haidian在iOS中你可以通过如下NSString的方法轻松实现URL编码stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding
eqiuno
·
2012-03-03 17:00
Cocoa
Fundamentals
Guide-Category
专业词汇就不翻译了,翻译了看起来反而别扭。CategoryCategory可以让你不通过继承就增加一个类的方法。在Category中定义的方法会成为这个类的一部分(只限于你的程序范围内)。更cool的是所有的子类也可以使用这些在Category中定义的方法。当程序运行的时候,通过Category添加的方法和在类中定义的方法没有任何区别。你可以向类的任何实例(包括子类的实例)发送消息调用在Categ
eqiuno
·
2012-03-03 00:00
cocoa
扩展
interface
Process and Thread 进程和线程
http://developer.android.com/guide/topics/
fundamentals
/processes-and-threads.html当一个应用程序组件开启,而该应用程序没有其他组件在运行
pipisky2006
·
2012-02-29 02:00
thread
多线程
android
service
application
Parameters
Android onSaveInstanceState和onRestoreInstanceState触发的时机
先看Application
Fundamentals
上的一段话: AndroidcallsonSaveInstanceState()beforetheactivitybecomesvulnerabletobeingdestroyedbythesystem
wangbole
·
2012-02-17 16:00
android
user
application
System
action
onSaveInstanceState和onRestoreInstanceState触发的时机
来自 http://www.cnblogs.com/heiguy/archive/2010/10/30/1865239.html先看Application
Fundamentals
上的一段话: AndroidcallsonSaveInstanceState
zhuojiuyihu
·
2012-02-15 08:00
jQuery in action notes.
JavaScript Object
fundamentals
functions are first-class objects in JavaScript the primary
jwu
·
2012-02-14 20:00
jquery
onSaveInstanceState和onRestoreInstanceState
先看Application
Fundamentals
上的一段话: AndroidcallsonSaveInstanceState()beforetheactivitybecomesvulnerabletobeingdestroyedbythesystem
liuhanhan512
·
2012-02-14 13:00
android
user
application
System
action
小布老师所有视频
www.boobooke.com/bbs/thread-7630-1-1.html 小布老师所有视频(更新时间:2011-08-10更新内容:Oracle11gPL/SQL23-27讲)时间,老师,
Fundamentals
zenwanxin
·
2012-01-31 13:00
oracle
centos
database
statistics
structure
globalization
小布老师视频oracle
http://www.eimhe.com/thread-113999-1-1.html 小布老师Oracle9iDBA
Fundamentals
II视频讲座(1-29)[复制链接] jzl780821jzl780821
zenwanxin
·
2012-01-31 13:00
oracle
c
数据库
网络
服务器
n2
Android Dev入门笔记
原文地址:http://developer.android.com/guide/topics/
fundamentals
.htmlOverviewTheAndroidoperatingsystemisamulti-userLinuxsysteminwhicheachapplicationisadifferentuser.Bydefault
Ant_Yan
·
2012-01-16 23:00
android
user
service
application
System
Components
大二寒假计划
2: 看完《Digital
Fundamentals
》,这本原版教材有800多页的分量,所以学校教学并没有全部
Zyearn
·
2012-01-13 21:00
数据结构
算法
生活
IBM
旅游
平台
博客收藏
苹果官方文档:英文:https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Cocoa
Fundamentals
/Introduction
zengconggen
·
2012-01-06 09:00
Dev Guide/Services/Bound Services
官网地址:http://developer.android.com/guide/topics/
fundamentals
/bound-services.htmlBoundServicesboundservice
song_shi_chao
·
2012-01-05 09:00
多线程
android
service
服务器
transition
Marshalling
Dev Guide/Framework Topics/Services
官网地址:http://developer.android.com/guide/topics/
fundamentals
/services.htmlServicesService是一个可以在后台执行长时间操作的程序组件
song_shi_chao
·
2012-01-05 08:00
多线程
工作
android
service
kill
音乐
jQuery Mobile设计思想
原文网址:http://jq
fundamentals
.com/book/ 阮一峰 翻译整理 【目录】 一、选择网页元素 二、改变结果集 三、链式操作 四、元素的操作:取值和赋值
zyn_cool
·
2011-12-26 17:00
JQuery Mobile
onSaveInstanceState和onRestoreInstanceState触发的时机
先看Application
Fundamentals
上的一段话: AndroidcallsonSaveInstanceState()beforetheactivitybecomesvulnerabletobeingdestroyedbythesystem
song_shi_chao
·
2011-12-24 13:00
[备忘]待阅和已阅技术书籍~
敏捷开发修炼之道》-------------------基础入门类-------------------《Java核心技术卷1:基础知识》(原书第八版)(未完,它是《CoreJava,VolumeI:
Fundamentals
Ei
leeoo
·
2011-12-24 12:00
成功通过DB2的700和701考试
<br>700:IBM DB2 UDB V8.1 Family
Fundamentals
<br>701:IBM DB2 UDB V8.1 DB Admn for Linux, Unix
bd2007
·
2011-12-16 17:00
java
工作
VMware vCloud Director
Fundamentals
VMwarevCloudDirectorPoolvirtualinfrastructureresourcesinyourexistingdatacenteranddeliverthemtousersasacatalog-basedservicewithVMwarevCloudDirector.CoupledwithVMwarevSphere,thebestplatformforcloudinf
zhouzk1
·
2011-12-14 12:11
vmware
职场
休闲
Director
vCloud
Fundamentals
对官网Activity中一段话的疑惑
site:http://developer.android.com/guide/topics/
fundamentals
/activities.html其中描述Activity中有一段文字 However
ylzyd12345
·
2011-12-08 17:00
Activity
onSaveInstanceState和onRestoreInstanceState触发的时机
先看Application
Fundamentals
上的一段话: Android calls onSaveInstanceState() before the activity becomes
pxq19890719
·
2011-11-22 10:00
android
Java各阶段学习书目
ThinkinginJava》3.进阶JoshuaBloch的《EffectiveJava》JoshuaBloch的《JavaPuzzlers》4.全面CayS.Horstman的《CoreJava:VolumeI
Fundamentals
Poechant
·
2011-11-21 01:00
java
编程
concurrency
features
【翻译】(11)进程与线程
【翻译】(11)进程与线程 see http://developer.android.com/guide/topics/
fundamentals
/processes-and-threads.html
weimingtom
·
2011-11-17 14:00
线程
ExtJS课程内容 for v3.3 & JS/CSS
ExtJS101—JS、CSS基本面内容JavaScriptandCSS
Fundamentals
本课程面向Web客户端开发的初学者而设,或者想梳理一下有关JavaScript、CSS等客户端方面的开发基本面知识
zhangxin09
·
2011-11-15 17:00
JavaScript
css
ext
ExtJs
Components
oracle 11g sql 基础入门系列培训(全)
oracle11gsql基础入门系列培训(全)第01讲:Oracle11gSQL
Fundamentals
TrainingIntroduction第02讲:Oracle11gSQL
Fundamentals
TrainingIntroduction
huqianhao
·
2011-11-12 22:00
oracle
数据库
快速入门
小布老师Oracle视频教程之----Oracle 9i DBA
Fundamentals
II(全)
Oracle9iDBA
Fundamentals
II(全)第01讲:Chapter01--NetworkingOverivew第02讲:Chapter01--NetworkingOverivew第03讲
huqianhao
·
2011-11-12 22:00
oracle
视频教程
小布老师Oracle视频之----Oracle 9i DBA
Fundamentals
I(全)
小布老师Oracle视频之----Oracle9iDBA
Fundamentals
I(全)Oracle9iDBA
Fundamentals
I(全)第01讲:Chapter01--OracleArchitecturalComponents
huqianhao
·
2011-11-12 22:00
oracle
视频教程
内存对齐的原理,作用,例子以及一些规划(中英文说明,适用sizeof结构体)
目录 题记 一 内存读取粒度 Memoryaccessgranularity 从内存的角度解释内存对齐的原理 队列原理Alignment
fundamentals
Lazyprocessors 二速度Speed
lc7cl
·
2011-11-10 17:00
sizeof
onSaveInstanceState和onRestoreInstanceState触发的时机
先看Application
Fundamentals
上的一段话: Android calls onSaveInstanceState() before the activity becomes vulnerable
guojianhui0906
·
2011-11-08 14:00
vulnerable
【翻译】(8)被绑定的服务
【翻译】(8)被绑定的服务 see http://developer.android.com/guide/topics/
fundamentals
/bound-services.html
weimingtom
·
2011-11-06 21:00
翻译
【翻译】(7)服务
【翻译】(7)服务 see http://developer.android.com/guide/topics/
fundamentals
/services.html  
weimingtom
·
2011-11-05 13:00
翻译
Android中service之初见
最好的方法还是看官方文档 http://developer.android.com/guide/topics/
fundamentals
/services.html#CreatingBoundServi
uiop78uiop78
·
2011-11-03 16:00
java
thread
android
manager
service
文档
Google AdMob Ads Android
Fundamentals
GoogleAdMobAdsAndroid
Fundamentals
OverviewRequirementsIncorporatingtheSDKAddingtheSDKJARAdActivityPermissionsAddingacom.google.ads.AdViewTheResultWhat'sNext
achellies
·
2011-11-03 09:00
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他