上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="sleep.aspx.cs" Inherits="sleep" %> <%@ Register Src="UC/UCAlert.ascx" TagName="UCAlert" TagPre 阅读全文
posted @ 2021-03-06 17:30 .net&new 阅读(388) 评论(0) 推荐(0) 编辑
摘要: SELECT id,S_MeasureEndTime,L_DID,s_rollcount,(CASE WHEN DATE_FORMAT(S_MeasureEndTime,'%H:%m')>="23:00" THEN DATE_FORMAT(DATE_ADD(S_MeasureEndTime,INTE 阅读全文
posted @ 2021-03-06 17:27 .net&new 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> var test = getNewData('2020-3-6',26); //2020-02-09 alert(test); function getNewData(dateTemp, days) { var dateTemp = d 阅读全文
posted @ 2021-03-06 10:50 .net&new 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 1、查询Student表中的所有记录的Sname、Ssex和Class列。 SQL:select sname,ssex,class from Students linq:from s in Students select new{s.sname,s.ssex,s.class} lambda:Stud 阅读全文
posted @ 2021-01-29 09:23 .net&new 阅读(140) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration;us 阅读全文
posted @ 2021-01-27 18:48 .net&new 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 前端页面: @{ Layout = null;}@model List<ClobDM_Model.sys_userinfo><form id="pagerForm" method="post" action="@Url.Action("Index")"> <input type="hidden" n 阅读全文
posted @ 2021-01-27 18:43 .net&new 阅读(237) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication2{ class Program { static void Main(str 阅读全文
posted @ 2021-01-24 16:40 .net&new 阅读(258) 评论(0) 推荐(0) 编辑
摘要: protected void Button1_Click(object sender, EventArgs e) { /* 测试通过 */ OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OleDb.4.0;Data 阅读全文
posted @ 2021-01-04 20:43 .net&new 阅读(234) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin 阅读全文
posted @ 2021-01-04 18:45 .net&new 阅读(133) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin 阅读全文
posted @ 2021-01-04 18:44 .net&new 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页