随笔分类 -  Sql

Ubuntu 下访问MSSql 提示 SSL Handshake failed with OpenSSL error
摘要:简而言之就是:SSL Handshake failed with OpenSSL error 大致意思是连接服务器成功,但是在握手的时候报了异常,里面有 openssl、ssl_error 这样的字眼,回顾了一下, 同样的部署方式,在centos 7阿里云服务器里面是没有这个问题的,推测代码和环境都 阅读全文

posted @ 2021-07-21 23:06 刘顺利 阅读(735) 评论(0) 推荐(0) 编辑

SQL注入攻击
摘要:SQL注入攻击的总体思路是: 1.发现SQL注入位置;2.判断后台数据库类型;3.确定XP_CMDSHELL可执行情况4.发现WEB虚拟目录5. 上传ASP木马;6.得到管理员权限; 一、SQL注入漏洞的判断 一般来说,SQL注入一般存在于形如:HTTP://xxx.xxx.xxx/abc.asp? 阅读全文

posted @ 2016-04-12 11:59 刘顺利 阅读(204) 评论(0) 推荐(0) 编辑

MSSQL 查找子結節與父節點
摘要:-->Title:Generating test data -->Author:wufeng4552 -->Date :2009-09-30 08:52:38 set nocount on if object_id('tb','U')is not null drop table tb go crea 阅读全文

posted @ 2016-03-18 21:57 刘顺利 阅读(188) 评论(0) 推荐(0) 编辑

MSSQL 查找子結節與父節點
摘要:-->Title:Generating test data-->Author:wufeng4552-->Date :2009-09-30 08:52:38set nocount onif object_id('tb','U')is not null drop table tbgocreate tab... 阅读全文

posted @ 2015-01-22 23:38 刘顺利 阅读(121) 评论(0) 推荐(0) 编辑

生成自增ID列
摘要:select ROW_NUMBER() OVER (order by ID desc) as ID,* from 表名 阅读全文

posted @ 2014-10-15 09:23 刘顺利 阅读(176) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示