码迷,mamicode.com
首页 >  
搜索关键字:centos git    ( 62671个结果
如何将CentOS5升级到CentOS6
在让读者们继续看下去之前,我觉得很有必要开门见山的讲清楚:将CentOS5升级到CentOS6是无法通过yum或rpm等工具进行升级的。根据CentOS官网的描述,直接升级是不支持的,除了yum和rpm不能之外,anaconda也必须使用全新安装(Freshinstallation)才能升级成功(不能使用升级安装..
分类:其他好文   时间:2014-05-27 04:01:45    阅读次数:290
Linux下git基本使用总结<1>
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
CentOS-6.4-DVD系统中安装Oracle-11.2.0.4
描述了Linux系统上安装Oracle的各个详细步骤...
分类:数据库   时间:2014-05-22 08:28:25    阅读次数:487
RStudio版本管理 整合Git
RStudio版本管理 整合Git,图解操作...
分类:其他好文   时间:2014-05-22 07:43:32    阅读次数:246
android插件化-apkplugdemo源码阅读指南-10
阅读本节内容前可先了解 apkplug基础教程 本教程是基于apkplug V1.6.8 版本编写  最新开发方式以官网为准 可下载最新的apkplugdemo源码http://git.oschina.net/plug/apkplugDemos apkplugdemo演示图   一 apkplugdemo工程源码结构     src         |-c...
分类:移动开发   时间:2014-05-22 06:43:59    阅读次数:373
LInux环境下Eclipse + Tomcat + MySQL 配置J2EE开发环境的方法
1. 版本信息 (1)系统环境CentOS 6.5...
分类:数据库   时间:2014-05-20 15:53:57    阅读次数:433
centos上设置时区
[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源码下载备注
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
基于oracle SQL Developer Data Modeler建模工具,解析xml,生成etljet代码
今天准备在 @zhangkai05 写的小工具model_sql基础上,进一步完善功能,使其更加自动化。方便建模人员开发etl任务。源代码更改后 ,会发布到 git(url地址)上,逐步完善。描述现状及问题团队 数据仓库建模在2013年下开始使用 oracle sql developser data...
分类:数据库   时间:2014-05-20 08:08:37    阅读次数:643
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!