在让读者们继续看下去之前,我觉得很有必要开门见山的讲清楚:将CentOS5升级到CentOS6是无法通过yum或rpm等工具进行升级的。根据CentOS官网的描述,直接升级是不支持的,除了yum和rpm不能之外,anaconda也必须使用全新安装(Freshinstallation)才能升级成功(不能使用升级安装..
分类:
其他好文 时间:
2014-05-27 04:01:45
阅读次数:
290
1.安装
Linux下直接apt-get install git 或者 apt-get install git-core 即可
2.创建版本库
进入目录 git init 此时会生成一个.git的目录,用来管理你的这个目录下的版本,一般不要动.git目录。
3.添加文件,并提交
git add filename 可以看作将文...
分类:
系统相关 时间:
2014-05-23 08:14:08
阅读次数:
374
java线程加强
Quartz :一个调度框架(比如想实现定时器的日期切换等等)
Git Bash
定时器:Timer 定时炸弹代码如下:
public class TimerTest {
public static int count = 1;
@SuppressWarnings( "dep...
分类:
编程语言 时间:
2014-05-22 10:02:42
阅读次数:
459
描述了Linux系统上安装Oracle的各个详细步骤...
分类:
数据库 时间:
2014-05-22 08:28:25
阅读次数:
487
RStudio版本管理 整合Git,图解操作...
分类:
其他好文 时间:
2014-05-22 07:43:32
阅读次数:
246
阅读本节内容前可先了解 apkplug基础教程
本教程是基于apkplug V1.6.8 版本编写 最新开发方式以官网为准
可下载最新的apkplugdemo源码http://git.oschina.net/plug/apkplugDemos
apkplugdemo演示图
一 apkplugdemo工程源码结构
src
|-c...
分类:
移动开发 时间:
2014-05-22 06:43:59
阅读次数:
373
1. 版本信息
(1)系统环境CentOS 6.5...
分类:
数据库 时间:
2014-05-20 15:53:57
阅读次数:
433
[root@localhost ~]# date -R // 查看时区
Mon, 19 May 2014 10:18:46 +0000
[root@localhost ~]# tzselect // 设置修改时区
Please identify a location so that time zone rules can be set correctly.
Please select a continent or ocean....
分类:
其他好文 时间:
2014-05-20 15:49:50
阅读次数:
319
android源码下载的参考网上比较多,就不贴上来了,主要是备注下下载源码过程中需要注意的地方。
1. google官方下载步骤地址:
http://source.android.com/source/downloading.html
里面的步骤比较详细
注:先需要安装git-core和curl
$: sudo apt-get install git-core curl
2....
分类:
移动开发 时间:
2014-05-20 14:13:38
阅读次数:
348
今天准备在 @zhangkai05
写的小工具model_sql基础上,进一步完善功能,使其更加自动化。方便建模人员开发etl任务。源代码更改后 ,会发布到
git(url地址)上,逐步完善。描述现状及问题团队 数据仓库建模在2013年下开始使用 oracle sql developser data...
分类:
数据库 时间:
2014-05-20 08:08:37
阅读次数:
643