码迷,mamicode.com
首页 >  
搜索关键字:hat    ( 4580个结果
linux之tmpwatch命令
系统使用时间长后会产生临时文件(/tmp下),需要清理。但清理的时候不推荐使用rm -rf。这样有时会引起程序的僵死。tmpwatch的说明:[root@AY121231034820cd91077 ~]# tmpwatchtmpwatch 2.9.16 - (C) 1997-2009 Red Hat...
分类:系统相关   时间:2015-04-10 15:09:48    阅读次数:278
新随笔
一. 让Linux和Windows文件共享一. 让Linux和Windows文件共享要实现Linux和Windows文件共享,Linux 上要安装Samba Server。Red Hat Enterprise Linux AS 4.0 已经内置了Samba Server。使Samba服务自动启动:在...
分类:其他好文   时间:2015-04-09 23:39:55    阅读次数:340
oracle redo日志维护
环境OS:Red Hat Linux As 5DB:10.2.0.11.添加日志组 alter database add logfile group 4 ('/u01/app/oracle/oradata/oracl/redo04.log') size 50m; 2.添加日志组(指定日志已经存在) ...
分类:数据库   时间:2015-04-08 21:30:41    阅读次数:210
RHEL5.8安装Oracle11g
1、安装环境[root@rusky-oracle11g ~]# uname -r2.6.18-308.el5[root@rusky-oracle11g ~]# cat /etc/issueRed Hat Enterprise Linux Server release 5.8 (Tikanga)Ker...
分类:数据库   时间:2015-04-04 06:40:58    阅读次数:806
linux下安装mysql【实践版】
【环境及文件版本】 red hat   linux   v6.2 mysql linux 版  x86-x64  v5.6 【准备需要的文件】 首先去官网下载mysql的linux版本,可以针对安装的操作系统选择合适的版本。 然后将文件解压到一个目录,例如 /usr/local/中,并重命名为mysql。确保最终所有的文件在/usr/local/mysql/这个目录中,使用命令...
分类:数据库   时间:2015-04-03 11:27:56    阅读次数:141
JDK1.3安装出现/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory Done.
今天是出道以来第一次安装JDK1.3,大学的时候接触的也已是JDK1.4,而且是在Red Hat Enterprise Linux Server release 6.6上,安装JDK1.3是由于软件组一个项目使用的一个老版本的WebLogic的原因,由于各种原因一直没有升级。 在安装过程中遇到了 /...
分类:系统相关   时间:2015-04-03 11:07:13    阅读次数:271
Ubuntu下deb包的安装方法
deb是debian linus的安装格式,跟red hat的rpm很类似,最主要的安装命令是:dpkg -i file.deb dpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。全部源自Debian的Linux发行版都使用dpkg...
分类:系统相关   时间:2015-04-02 20:46:47    阅读次数:125
HDU - 1247 Hat’s Words(字典树)
Hat’s Words Time Limit: 1000MS   Memory Limit: 32768KB   64bit IO Format: %I64d & %I64u Submit Status Description A hat’s word is a word in the dictionary that is the con...
分类:其他好文   时间:2015-04-02 19:03:41    阅读次数:186
java interface 默认值
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @auth...
分类:编程语言   时间:2015-04-01 11:15:31    阅读次数:135
java enum 用法
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @auth...
分类:编程语言   时间:2015-04-01 11:13:49    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!