jQuery操作<input type="radio">

摘要: jQuery操作 如下:12345北京天津南京扬州苏州 1、获取选中的radio的值:1$("input[name='city']:checked").val(); 使用元素选择器,再使用属性过滤器name='city',最后使用:checked选取被选中的元素。 2、给指定值的radio设... 阅读全文
posted @ 2015-01-15 09:47 aldo 阅读(596) 评论(0) 推荐(0)

Red Hat 5安装过程&postgresql安装&配置双机热备

摘要: Red Hat Enterprise Linux 5操作系统的全过程linux安装postgresql 8.4步骤1、下载postgresql最新版:http://www.postgresql.org/ftp/source/2、解压文件: tar zxvf postgresql-8.4.8.tar.gz cd postgresql-8.4.83、配置: ./configure --prefix=/usr/local/pgsql4、编译: gmake5、安装: gmake install6、创建用户组和用户: groupadd -g postgres useradd -g postgres -G 阅读全文
posted @ 2013-08-07 09:55 aldo 阅读(519) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示