摘要:
存储过程中执行@sql 变量语句时,需要返回值需要用到sq_executesql exec sp_executesql @sqlstr,N'@output int output',@output output 而且需要执行的@sql变量必须是nvarchar数据类型 阅读全文
该文被密码保护。 阅读全文
摘要:
Begin Windows 安装OpenSSL https://www.openssl.org/source/ http://slproweb.com/products/Win32OpenSSL.htmlhttp://slproweb.com/download/Win64OpenSSL-1_0_2u 阅读全文
摘要:
新建一个类safe_360.cs using System; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Web; /// <summary> /// safe_360 的摘 阅读全文
摘要:
查询局域网内所有设备的IP ipconfig/ALL #根据ip段查询自己局域网 for /L %i IN (1,1,254) DO ping -w 2 -n 1 192.168.0.%i #过几分钟上面执行完后执行下命令 arp -a 阅读全文
摘要:
1、nodejs 安装 https://nodejs.org/en/ 此网址下载相应版本 2、设置 npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm. 阅读全文
摘要:
解决方法: 使用有权限添加SQL用户的帐号登录,安全性-》登录名-》新建登录名,这时就选择当前Windows系统帐号,再给上权限问题解决。 阅读全文
摘要:
Talend POST https://www.baidu.com/s?wd=Talend%20chrome&rsv_spt=1&rsv_iqid=0xd66b04e8009e4bf8&issp=1&f=8&rsv_bp=1&rsv_idx=2&ie=utf-8&rqlang=cn&tn=baidu 阅读全文
该文被密码保护。 阅读全文
摘要:
如果有服务,使用下面命令删除,管理员身份打开cmd : net stop mysqlsc delete mysqlpause 1、下载 https://dev.mysql.com/downloads/mysql/5.7.html 没有的Oracle帐号怕麻烦的可以在些下载: 链接:https://p 阅读全文