摘要:
API 代码 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microso 阅读全文
摘要:
--单表万能存储过程 create procedure Proc_SingleTablePager ( @TableName varchar(50), --表名 @ReFieldsStr varchar(200) = '*', --字段名(全部字段为'*') @OrderString varchar 阅读全文
摘要:
API代码using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Cors; using Microsoft 阅读全文
摘要:
create proc FY_GetCityList ( @page int, @rows int, @rowCount int out ) as begin --定义字符串变量,表示之后执行的sql语句 declare @strSql nvarchar(2000) set @strSql=N'se 阅读全文
摘要:
$('#save').click(function () { var obj = { "Name": $('#txt_Name').val(), "JinE": $('#txt_JinE').val(), "ShouYi": $('#txt_ShouYi').val() }; $.ajax({ ur 阅读全文