上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: use ChargeDB;--更新数据update dbo.SF_JLB set SF_YSZJE='150',SF_SSZJE='150' where SF_SSZJE='345' and SF_SFRQ>='2023/8/1' and SF_SFRQ<='2023/8/19 23:59:59'; 阅读全文
posted @ 2024-08-24 09:20 techNote 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-08-23 19:39 techNote 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 三个步骤: 第一步:声明数据库连接对象: Sqlconnection connection=new Sqlconnection(ConnectionString); 第二步:声明数据库操作对象: 两种途径: 直接以字符串拼接的方式形成sql语句,比如: sqlstr="insert into use 阅读全文
posted @ 2024-08-23 18:44 techNote 阅读(31) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2024-07-30 19:32 techNote 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-06-03 11:30 techNote 阅读(3) 评论(0) 推荐(0) 编辑
摘要: windows输入DNS cmd ipconfig/flushdns 阅读全文
posted @ 2024-04-10 15:41 techNote 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 常规 选项 来回点下看是否是你所表达 另也可以(已实验)通过任务 复制的方式来达到同一实例变为2个数据库的目标 也可以通过2次安装数据库达到2个实例下同名库复制的目的 阅读全文
posted @ 2024-04-09 09:26 techNote 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://www.sohu.com/a/651293363_100198761 阅读全文
posted @ 2023-08-02 15:39 techNote 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 一、 SSH简介 SSH 为 Secure Shell 的缩写,SSH 为建立在应用层基础上的安全协议。SSH 是较可靠,专为远程登录会话和其他网络服务提供安全性的协议。利用 SSH 协议可以有效防止远程管理过程中的信息泄露问题。SSH最初是UNIX系统上的一个程序,后来又迅速扩展到其他操作平台。S 阅读全文
posted @ 2023-08-02 15:15 techNote 阅读(231) 评论(0) 推荐(0) 编辑
摘要: #acl basic 2010 description use for deny wan telnet rule 0 permit source 172.16.0.0 0.0.255.255 rule 5 deny# ............. [SecPath-F1000]telnet serve 阅读全文
posted @ 2023-08-01 16:00 techNote 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页