Oracle需要启动和关闭的服务:
1、OracleOracle_homeTNSListener 对应于数据库的监听程序
2、OracleServiceSID 对应于数据库的例程
3、OracleDBConsoleSID 对应于Oracle Enterprise Manager(OEM)
注:其中OracleOracle_home表示Oracle主目录
其中SID表示Ora...
分类:
数据库 时间:
2014-05-22 11:58:20
阅读次数:
361
网上的N多教程全是Windows平台的,而Google官网是推荐用Ubuntu开发Android,很多朋友也是用Linux的系统开发的,下面我介绍下在Linux下Android开发环镜的搭建。
一、Linux 下安装配置 JDK
自从Oracle收购Sun近三年来,已经有很多变化。早在8月,甲骨文将“Operating System Distributor License f...
分类:
移动开发 时间:
2014-05-22 11:42:51
阅读次数:
406
Gallery和swithcer联合使用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complian...
分类:
其他好文 时间:
2014-05-22 11:19:05
阅读次数:
288
<!--
Copyright 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the L...
分类:
移动开发 时间:
2014-05-22 08:41:44
阅读次数:
377
最近一个问题很困扰我,今天则得到了答案,也意味着我该选择了。
不知道大家有没有遇到过这样的情况,我是上年刚毕业,大四时进行过java培训,12年9月-13年4月,在这之前已经自学过java。现在搞PHP,觉得和leader和manager的气场不和,我该辞职吗?...
分类:
其他好文 时间:
2014-05-22 08:35:41
阅读次数:
214
rem 复制文件copy "D:\xxxx" "C:\xxxx"rem 复制文件夹xcopy
"D:\xxxx" "C:\xxxx" /e /i /h解压使用开源的7z命令版本(license GNU LGPL)7za x -y D:\xxxx.zip
-oC:\::其中 -y 是覆盖::-oC.....
分类:
其他好文 时间:
2014-05-21 22:25:18
阅读次数:
282
1,Master初始化
1.1
if (!this.stopped) {
finishInitialization(startupStatus, false);
loop();
}
1.2 finishInitialization(),这里主要完成master组件components:filesystem manager,servermanager,assig...
分类:
其他好文 时间:
2014-05-21 09:23:05
阅读次数:
269
描述list layout item有上倒下依次显示的代码实现形式
LayoutAnimation2.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may no...
分类:
其他好文 时间:
2014-05-21 09:02:15
阅读次数:
250
介绍list item倒序显示
LayoutAnimation3.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e...
分类:
其他好文 时间:
2014-05-21 08:25:44
阅读次数:
278
本文描述连接器的提供与外界交互的servlet接口1)
http://localhost:8080/connector-manager/getConnectorListGet请求,获取所有连接类型2)
http://localhost:8080/connector-manager/getConfig...
分类:
其他好文 时间:
2014-05-19 14:25:05
阅读次数:
260