Let's go
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 58 下一页
摘要: 1.事务嵌套 -- commit 对事务数的影响 (使用了嵌套事务) print @@trancount --在没有事务的时候查看一下事务数 begin tran -- 开始事务 print @@trancount --开始事务,@@trancount将被设置为1 begin tran print 阅读全文
posted @ 2020-11-30 20:50 chenze 阅读(127) 评论(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 阅读(285) 评论(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 阅读(1807) 评论(0) 推荐(0)
摘要: 单列布局案例: 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"/> <title>单列布局</title> </head> <style> body{ margin:0; } .box{ width:960px; margin:0 阅读全文
posted @ 2020-11-18 13:15 chenze 阅读(2104) 评论(0) 推荐(0)
摘要: 一、 创建Windows 窗体应用(.NET Framework)项目 1.将窗体 StartPosition 设置为 CenterScreen 2.Test设置为:基于Scoket实现TCP服务器 后台代码: public partial class Form1 : Form { public F 阅读全文
posted @ 2020-11-16 22:04 chenze 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 58 下一页
有事您Q我