摘要:
protected void Button1_Click(object sender, EventArgs e) { int number =Convert.ToInt32(TextBox1.Text.ToString().Trim()); int tid =Convert.ToInt32(TextBox2.Text.ToString()... 阅读全文
摘要:
set talk off t=1 go 1 do while .not.eof() *!* 2210/6+1=369.3333333 记录数/每页记录数+1(也得凑够一整页) if t>369 t=1 endif repl ym with str(t,3,0) skip t=t+1 endd *分别按照准考证号和考点出场顺... 阅读全文
摘要:
IF OBJECT_ID('jjp_CategoryList_Get') IS NOT NULL DROP PROCEDURE jjp_CategoryList_Get; GO CREATE PROCEDURE jjp_CategoryList_Get ( @pageIndex int, @PageSize int, @Records ... 阅读全文