登录
首页 » Windows Socket编程 » 一个msSQL客户端,在服务器上无xp_cmdShell存储过程的情况下,照样执行cmd命令。用到了跳板技术...

一个msSQL客户端,在服务器上无xp_cmdShell存储过程的情况下,照样执行cmd命令。用到了跳板技术...

于 2022-08-20 发布 文件大小:128.79 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

一个msSQL客户端,在服务器上无xp_cmdShell存储过程的情况下,照样执行cmd命令。用到了跳板技术-a msSQL client, the server-storage process xp_cmdShell circumstances, the implementation of the same order cmd. The technology used springboard

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c/s的关机序.很easy.学习用 学习用
    c/s的关机程序.很easy.学习用 学习用-c/s shutdown procedures. very easy. Learning to use learning to use
    2023-02-23 12:05:03下载
    积分:1
  • UDPSocket 简单的UDP通信,可以参考改进
    UDPSocket 简单的UDP通信,可以参考改进-UDPSocket simple UDP communications, can refer to improved
    2022-05-30 05:47:08下载
    积分:1
  • 用VC写的ftp客户序,运行在客户端,包括建立整个项目的过和有关原理。...
    用VC编写的ftp客户程序,运行在客户端,包括建立整个项目的过程和有关原理。-VC prepared by the ftp client, running on the client, including the creation of the entire project process and the principle.
    2022-03-23 18:36:05下载
    积分:1
  • revenue source SSL protocol, welcome to download, but only with learning! !
    开源SSL协议源码,欢迎下载,但是仅供学习之用-revenue source SSL protocol, welcome to download, but only with learning! !
    2022-12-30 09:25:09下载
    积分:1
  • 用风险投资写的网络。包括服务器和客户端
    用vc编写的网络程序。包括服务器端和客户端发送接受数据的程序。供学习者参考-with vc procedures prepared by the network. Including server and the client to send data to accept the procedure. Reference for learners
    2022-04-13 14:47:53下载
    积分:1
  • 该系统是一个
    本系统是一个基于ASP的公交线路查询系统,可以为用户提供线路查询,站点查询,地名查询,换乘查询,地名注册等功能,另外还为管理员添加了添加线路,添加或更改站点,删除线路或站点,修改线路信息,地名录入等功能-the system is an ASP-based bus line query system, able to provide users with line inquiries, site inquiries, names inquiries, transfer inquiries, name registration functions, but also for administrators to add a line to add, add or modify site, delete lines or sites, modify Line Road information, such as names Input Function
    2023-02-27 16:15:03下载
    积分:1
  • 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
    计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。 还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。 当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。 -calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
    2022-01-26 06:39:03下载
    积分:1
  • 超强大的聊天系统,就是有一个瑕疵,那就是仅限于局域网聊天,挺实用的,大家多多支持...
    超强大的聊天系统,就是有一个瑕疵,那就是仅限于局域网聊天,挺实用的,大家多多支持-failed to translate
    2022-07-26 03:28:17下载
    积分:1
  • Voice chat, including client and server source code, reference codeproject
    语音聊天,包括客户端和服务器端的源代码,参考codeproject-Voice chat, including client and server source code, reference codeproject
    2023-08-28 03:25:03下载
    积分:1
  • 通过对端的主机名得到的IP地址,或通过对端主机的IP地址,得到对应的主机名。...
    通过对端的主机名得到的IP地址,或通过对端主机的IP地址,得到对应的主机名。-through the right side of the host name the IP address, or by right-host"s IP address, get the corresponding host name.
    2022-06-11 19:49:04下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载