码迷,mamicode.com
首页 >  
搜索关键字:release 2    ( 10656个结果
aix运维
AIX操作系统中有很多程序,为了进行程序版本控制,每一个程序集都有自己的版本号。版本号是由小数点分隔的四位数字,例如5.3.0.9其含义是:操作系统版本号(version).发行版本号(release).改进版本号(modification).修正版本号(fix).最后的改进号和修正号不同的程序又经...
分类:其他好文   时间:2014-10-31 23:27:22    阅读次数:293
最小日志量的insert操作
--1.实验环境 SQL> conn scott/tiger Connected to Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 Connected as scott@howe SQL> drop table record p...
分类:其他好文   时间:2014-10-31 22:09:46    阅读次数:169
spring使用quartz触发器
环境:spring-context-support-4.0.5.RELEASE.jar(需要此包的\org\springframework\scheduling\quartz\)<!--管理类可以使用多个触发器--> <!--lazy-init=‘false‘容器启动就会执行调度程序--> <beanid="taskManager"lazy-init="false"autowire="no" class="org..
分类:编程语言   时间:2014-10-31 19:20:03    阅读次数:203
查看linux系统版本是32位还是64位
如何查看ubuntu版本是64位还是32位的:1.# uname -a如果有x86_64就是64位的,没有就是32位的2.# uname -mx86_643.# archx86_6如何查看ubuntu版本号:1. # lsb_release -aNo LSB modules are availabl...
分类:系统相关   时间:2014-10-31 18:39:01    阅读次数:210
How to properly release Excel COM objects
Posted onTuesday, November 5th, 2013 at 7:18 ambyPieter van der Westhuizen.You’ll see a lot of complaints on the internet about Excel and other Micros...
分类:其他好文   时间:2014-10-31 15:18:29    阅读次数:395
Hadoop Yarn(二)—— 创建Eclipse工程
1. 安装环境介绍如下: 系统:Ubuntu14.04 Hadoop版本:hadoop-2.5.0(点击下载) Java版本:openjdk-1.7.0_55 Eclipse版本:Release 4.4.0 (点击下载)...
分类:系统相关   时间:2014-10-30 21:00:26    阅读次数:782
heartbeat 简单安装
1.安装heartbeat下载需要的源:wgetftp://mirror.switch.ch/pool/1/mirror/scientificlinux/6rolling/x86_64/os/Packages/epel-release-6-5.noarch.rpm2.安装heartbeat:yum-yinstallheartbeat*3.配置heartbeat3.1.拷贝模板配置文件:cp/usr/share/doc/heartbeat-3.0.4/ha.cf/e..
分类:其他好文   时间:2014-10-30 19:24:48    阅读次数:177
How to SetUp The Receiving Transaction Manager
In this Document   Goal   Solution   References APPLIES TO: Oracle Inventory Management - Version: 10.7 to 12.1.3 - Release: 10.7 to 12.1 Information in this document applies to any pl...
分类:其他好文   时间:2014-10-30 19:16:45    阅读次数:183
How Many Processes Should Be Set For The Receiving Transaction Manager (RTM)
In this Document   Goal   Solution   References APPLIES TO: Oracle Inventory Management - Version 10.7 to 12.1.3 [Release 10.7 to 12.1] Information...
分类:其他好文   时间:2014-10-30 19:15:23    阅读次数:231
查看Linux版本
lsb_release -a  //查看LSB本身的版本信息,操作系统全称及版本号         cat /etc/issue  //查看linux的版本信息         uname -r                 //Kernel版本...
分类:系统相关   时间:2014-10-30 17:13:18    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!