html
greatmind829
自信。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTML <frameset> 标签使用
在线测试地址:http://www.w3school.com.cn/tags/tag_frameset.asp转载 2012-06-26 09:56:31 · 459 阅读 · 0 评论 -
mysql 存储过程
MySQL存储过程创建的格式: create procedure 存储过程名字() ( [in|out|inout] 参数 datatype ) begin MySQL 语句; end; create procedure pr_add ( a int, b int ) begin declare c in原创 2012-08-01 21:41:49 · 346 阅读 · 0 评论
分享