Let's go
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 58 下一页
摘要: 1、TCP using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using Sys 阅读全文
posted @ 2020-12-07 16:10 chenze 阅读(550) 评论(0) 推荐(0)
摘要: 一、索引 简介: 索引分为:聚集索引 和 非聚集索引; 聚集索引:正文内容本身就是一种按照一定规则排列的目录 非聚集索引:目录纯粹是目录,正文纯粹是正文的顺序方式 作用: 大大提高数据库的检索速度,改善数据库性能 使用原则: 1、每一个表只能创建一个聚集索引 2、每个表最多可创建249个非聚集索引 阅读全文
posted @ 2020-12-03 11:43 chenze 阅读(272) 评论(0) 推荐(0)
摘要: 1.事务嵌套 -- commit 对事务数的影响 (使用了嵌套事务) print @@trancount --在没有事务的时候查看一下事务数 begin tran -- 开始事务 print @@trancount --开始事务,@@trancount将被设置为1 begin tran print 阅读全文
posted @ 2020-11-30 20:50 chenze 阅读(135) 评论(0) 推荐(0)
摘要: 一、原始方法 using System; using System.Configuration; using System.Data; using System.Data.SqlClient; namespace SaiAo.UI.Helper { public class SqlHelper { 阅读全文
posted @ 2020-11-26 22:48 chenze 阅读(292) 评论(0) 推荐(0)
摘要: 一、 <html> <head> <meta name="viewport" content="width=device-width" /> <title>MenuList</title> <link href="~/Content/lib/layui/css/layui.css" rel="sty 阅读全文
posted @ 2020-11-24 19:54 chenze 阅读(1818) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 58 下一页
有事您Q我