摘要:
登录页面 <a class="button button-active">用户名密码登录</a> <a class="button external" href="Mobile.aspx?ReturnUrl=<% = Request.QueryString["ReturnUrl"] %>">手机号密
阅读全文
posted @ 2021-12-02 11:29
倾心于你
阅读(77)
推荐(0)
摘要:
LOgin using AiShow.BLL;using AiShow.Common;using AiShow.IBLL;using AiShow.Model;using System;using System.Collections.Generic;using System.Linq;using
阅读全文
posted @ 2021-12-01 20:02
倾心于你
阅读(132)
推荐(0)
摘要:
set <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="AiShow.WebSite.Site" %> <!DOCTYPE html> <html><head runat="s
阅读全文
posted @ 2021-11-30 19:09
倾心于你
阅读(74)
推荐(0)
摘要:
--USE master--DROP DATABASE DBAiXiu--GO -- 创建数据库CREATE DATABASE DBAiXiuGO -- 切换数据库USE DBAiXiuGO -- 创建登录信息表CREATE TABLE TBLogins( Id INT PRIMARY KEY ID
阅读全文
posted @ 2021-11-29 21:54
倾心于你
阅读(71)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Linq.Expressions;using System.Text;using System.Threading.Tasks;using Mod
阅读全文
posted @ 2021-11-26 22:30
倾心于你
阅读(27)
推荐(0)
摘要:
<script src="Scripts/jquery-3.3.1.min.js"></script> <script> //删除代码 $(function () { $(".del").click(function () { //获取id值 var $this = $(this); var id
阅读全文
posted @ 2021-11-25 18:56
倾心于你
阅读(76)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Linq.Expressions;using System.Text;using System.Threading.Tasks;using Mod
阅读全文
posted @ 2021-11-24 19:03
倾心于你
阅读(82)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Linq.Expressions;using System.Text;using System.Threading.Tasks;using Mod
阅读全文
posted @ 2021-11-23 19:08
倾心于你
阅读(24)
推荐(0)
摘要:
新添加一个proc create proc del_class2 @id intas begin tran declare @error int=0 delete from StudentInfo where cid=@id set @error+=@@ERROR delete from Class
阅读全文
posted @ 2021-11-22 18:04
倾心于你
阅读(50)
推荐(0)
摘要:
ClassInfo.aspx前台页面 <div> 名称:<%--<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>--%> <input type="text" id="TextBox1" runat="server" required/
阅读全文
posted @ 2021-11-18 16:39
倾心于你
阅读(142)
推荐(0)