posts - 154, comments - 144, trackbacks - 0, articles - 16
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

11 2008 档案

摘要: 表格隔行换色+鼠标点击变色(改成JS版,IE7,FF,OPERQ测试通过) [代码]阅读全文

posted @ 2008-11-12 16:42 快乐家++ 阅读(608) | 评论 (0) 编辑 |

摘要: 举例子说吧 建表 create table test_1( first_name char(15), last_name char(20) ); 添加列 alter table test_1 add hire_date date; 改列名 alter table test_1 rename column hire_date to...阅读全文

posted @ 2008-11-11 10:01 快乐家++ 阅读(1056) | 评论 (0) 编辑 |