*
说明:1.支持多表查询 2.支持任意排序 3.不支持表别名
参考了
evafly920:[分享]千万数量级分页存储过程(效果演示)
地址:http://blog.csdn.net/evafly920/archive/2006/03/03/614813.aspx
IF(EXISTS(SELECT * FROM sysobjects WHERE [id]=OBJECT_ID('usp_PagingLarge') AND xtype='P'))
DROP PROCEDURE usp_PagingLarge
*/
GO
CREATE PROCEDURE usp_Pa ...
- 15:53
- 浏览 (85)
- 评论 (0)
我用的是eclipse 3.3 和 myeclipse 6.0
eclipse 选 help -> Software Updates -> find and -> Search for new features to install (next) -----
->New RemoteSite.. ->
Name: 随便你输入
URL : http://propedit.sourceforge.jp/eclipse/updates/
--> OK -->选择你需要的版本 就OK了
今天在使用myEclipse 的 Database Explorer 视图中Create H ...
- 11:36
- 浏览 (195)
- 评论 (0)
<form action="./admin/kejianlist.jsp" method="post" name="form1" target="_parent" >
<input type="submit" name="Submit" onclick="var answer=window.confirm('您确定要删除吗?');
if (answer) {
document.form1.submit(); }
else
return false ;" value="删除成功">
</fo ...
- 14:59
- 浏览 (104)
- 评论 (0)







评论排行榜