sql2000存储过程分页,能返回总记录数
自己占 沙发
网上大堆
也得mark
create procedure procedureName
@pageIndex int,
@pageSize int,
@pageCount int output,
@count int output
as
set @count=(select count(1) from tableName)
if(@count%@pageSize=0)
begin
set @pageCount=@count/@ ......
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.OracleClient;
public partial class Query : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
  ......
autocompleteextender 控件大家都不陌生吧,我今天用的时候碰到一个奇怪的问题,如果返回的结果集 都是类似 001 、002 这种可以转换成数字的字符串,则显示的时候会把前面的0自动删除了,成了1、2 这种数据,而这种数据不是我想要的。
请问各位高手,为什么会自动吧前导0给删除了?
ok 搞定散分
......
XML code:
<?xml version="1.0" encoding="utf-8"?>
<taoyuan>
<time xpath="/col/55" value="2010" />
<time xpath="/col/223" value="2009" />
</taoyuan>
rootXml.SelectNodes("taoyuan/time[@xpath=\& ......
麻烦朋友们 我想比较 两个 xml 找出 添加 修改 删除 的节点 保存到另一个xml 文档中
那位朋友有好的思路 请指教
00000000000000000那位朋友帮帮忙
选择节点 遍历xml。
没好的方法 遍历呗
引用
选择节点 遍历xml。
试过这种办法。感觉不是很好。微软提供的 XMLDiff 也用过。
111111111111111111111111111111 ......
- <Object type="System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="P1" children="Controls">
- <Object type="System.Windows.Forms.TextBox,System.Windows.Forms,Version=2.0.0.0,Culture=ne ......