- 浏览: 109459 次
- 性别:
- 来自: 福建泉州
最新评论
-
xihuyu2000:
顶一个,我也要去CSDN了
将博客搬至CSDN -
shellfish:
建议把这个:PATH=$PATH:$JAVA_HOME/bin ...
RHEL 5.4 安装 JDK 6U23 -
EdgenHuang:
不用,但是个人认为,使用annotation没有任何的好处,这 ...
Struts2.1.6 -
guava:
请问我要用annotation在web.xml还要配置什么吗? ...
Struts2.1.6
文章列表
=======================================================DOM 操作=======================================================
$("ul").append("<li title='属性节点'>文本节点</li>");$("<li title='属性节点'>文本节点</li>").appendTo("ul");
prepend();prependTo();
$ ...
http://jquery.com/
http://plugins.jquery.com/
http://jquery-easyui.wikidot.com/
http://json-lib.sourceforge.net/
http://jackson.codehaus.org/
16款最流行的JavaScript框架
http://sd.csdn.net/a/20110321/294231.html
强烈推荐:240多个jQuery插件
http://www.cnblogs.com/Terrylee/archive/2007/12/0 ...
-- oracle 将 空字符串即''当成null,测试脚本如下:
select nvl(null,-1) from dual;select nvl('','-1') from dual;select nvl(nvl(null,''),-1) from dual;
select nvl(trim(' '),'-1') from dual;
-- 但是要记住,null 与任何值做逻辑运算得结果都为 false,包括和null本身:
select nvl(max('1'),-1) from dual where null = '';select nvl(max('1'), ...
floor 和 ceil 是 math unit 里的函数,使用前要先 Uses Math。trunc 和 round 是 system unit 里的函数,缺省就可以用。
floor 直接往小的取,比如 floor(-123.55)=-124,floor(123.55)=123trunc 直接切下整数,比如 trunc(-123.55)=-123, floor(123.55)=123ceil 直接往大的取,比如 ceil(-123.55)=-123, ceil(123.55)=124round 计算四舍五入,比如 round(-123.55)=-124,round(123.55)=124
打开注册表编辑器,
在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager中
找到PendingFileRenameOperations项目,
删除
========================startup======================================
1、startup nomount 非安装启动,这种方式启动下可执行:重建控制文件、重建数据库 启动instance,即启动SGA和后台进程,这种启动只需要init.ora文件。 2、startup moun ...
[edgen@rhel54 ~]$ su - root口令:[root@rhel54 rc3.d]# cd /etc/rc.d/init.d/
[root@rhel54 init.d]# vi tomcat[root@rhel54 init.d]# cat tomcat#!/bin/bash# chkconfig: 345 90 10# description: Tomcat 6 Startup Script# /etc/rc.d/init.d/tomcat
TOMCAT_HOME=/usr/apache-tomcat-6.0.29TOMCAT_START=$TOMCAT ...
参考:
http://hi.baidu.com/%CD%FC%D5%E6%E9%AA/blog/item/96dd04fe3a94a89959ee9089.html
http://unix-cd.com/vc/www/15/2010-09/16355.html
http://blogold.chinaunix.net/u/3995/showart_118489.html
一、iptables的规则表、链结构
1.规则表(iptables管理4 ...
[edgen@rhel54 ~]$ su - root口令:[root@rhel54 ~]# vi /etc/oratab[root@rhel54 ~]# cat /etc/oratab | grep :YDB_INSTANCE_1:/app/oracle/product/10.2.0/db_1:Y
DB_INSTANCE_2:/app/oracle/product/10.2.0/db_1:Y
[root@rhel54 ~]# su - oracle[oracle@rhel54 ~]$ vi $ORACLE_HOME/bin/dbstart[oracle@rhel54 ~]$ cat ...
[edgen@rhel54 ~]$ hostnamerhel54.xterm[edgen@rhel54 ~]$ hostname rhel54.xterm
[edgen@rhel54 ~]$ cat /etc/sysconfig/networkNETWORKING=yesNETWORKING_IPV6=yesHOSTNAME=rhel54.xtermGATEWAY=192.168.1.1
[edgen@rhel54 ~]$ /sbin/route[edgen@rhel54 ~]$ /sbin/route del default gw 192.168.1.1[edgen@rhel5 ...
[edgen@rhel54 ~]$ su - oracle口令:
[oracle@rhel54 ~]$ lsnrctlLSNRCTL> serviceLSNRCTL> startStarting /app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait......TNSLSNR for Linux: Version 10.2.0.1.0 - ProductionSystem parameter file is /app/oracle/product/10.2.0/db_1/network/admin/listener.ora ...
[edgen@rhel54 ~]$ su口令:[root@rhel54 edgen]# su[root@rhel54 edgen]# cd /[root@rhel54 /]# grep MemTotal /proc/meminfoMemTotal: 1909500 kB[root@rhel54 /]# grep SwapTotal /proc/meminfoSwapTotal: 4192956 kB[root@rhel54 /]# df -h文件系统 容量 已用 可用 已用% 挂载点/dev/sda3 351G 3.2G ...
RHEL 5.4 SELinux
- 博客分类:
- linux
[root@rhel54 ~]# vi /etc/selinux/config[root@rhel54 ~]# cat /etc/sysconfig/selinux | grep ^SELINUXSELINUX=disabledSELINUXTYPE=targeted
[edgen@xiangyoujiuyou ~]$ su - root口令:[root@rhel54 ~]# iptables -L -nChain INPUT (policy ACCEPT)target prot opt source destination RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT)target prot opt source ...
[edgen@rhel54 ~]$ su
口令:
[root@rhel54 edgen]# rpm
-qa
| grep vsftpd
[root@rhel54 edgen]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext ...