9394952

导航

上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页

2023年1月13日 #

用cx_Oracle调用存储过程(入参,出参,返回游标)的笔记

摘要: 参考文档: https://www.ssfiction.com/sqljc/801062.html https://blog.csdn.net/qq_39065491/article/details/128021937 https://blog.csdn.net/bullswu/article/de 阅读全文

posted @ 2023-01-13 14:52 9394952 阅读(482) 评论(0) 推荐(0)

2022年11月28日 #

Windows自带的端口转发netsh interface portproxy【转+补充】

摘要: 本文转自:https://blog.csdn.net/qq_31432773/article/details/122635713 1. 新增端口转发: 首先打开命令提示符(cmd) netsh interface portproxy add v4tov4 listenport=监听端口 connec 阅读全文

posted @ 2022-11-28 11:40 9394952 阅读(842) 评论(0) 推荐(0)

2022年11月21日 #

WSUS客户端报告0x8024401c、0x80244022错误 [转]

摘要: 原文:https://blog.csdn.net/robur/article/details/88833955 今天遇到0x8024401c问题,搜索结果这篇文章解决,所以转发记录一下。 有一WSUS服务器,运行于Server 2016上。客户机系统有Win7、Win10、Server 2012 R 阅读全文

posted @ 2022-11-21 19:47 9394952 阅读(788) 评论(0) 推荐(0)

2022年10月31日 #

centos7配置ssh证书登陆的笔记

摘要: 参考文章:http://t.zoukankan.com/huxiaoguang-p-10808619.html1、以指定身份登陆centos,例如root或需要证书登陆的用户2、生成证书,默认会生成到用户的~/.ssh/目录下,共生成2个文件,有pub结尾的留本机用,没有pub结尾的分发给需要登陆的 阅读全文

posted @ 2022-10-31 10:42 9394952 阅读(750) 评论(0) 推荐(0)

2022年10月10日 #

给NGINX添加几个常用的安全选项

摘要: add_header X-XSS-Protection 1; add_header X-Frame-Options SAMEORIGIN always; add_header X-Content-Type-Options 'nosniff'; add_header Referrer-Policy " 阅读全文

posted @ 2022-10-10 10:58 9394952 阅读(3660) 评论(0) 推荐(0)

2022年10月1日 #

群晖USBSERICAL驱动安装包

摘要: https://synocommunity.com/package/synokernel-usbserial https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules 具体的CPU架构名称查询: https://k 阅读全文

posted @ 2022-10-01 18:32 9394952 阅读(375) 评论(0) 推荐(0)

2022年9月30日 #

随机生成windows用户密码(有复杂度要求)并修改的批处理脚本

摘要: @echo off setlocal enabledelayedexpansion title adsomeuser随机密码生成脚本 ::设置要生成的密码小写字符长度(位数) set xs=8 ::数字的位数 set sz=2 ::大写字母的位数 set dx=1 echo adsomeuser的随 阅读全文

posted @ 2022-09-30 09:41 9394952 阅读(835) 评论(0) 推荐(0)

2022年9月27日 #

关于DNS服务器无域名主机配置的笔记

摘要: centos下配置named的DNS服务器,首先按一般流程配置(略) 当需要配置只有主机名,没有域名的情况时,主要是两点: 1、在/etc/named.rfc1912.zones里面添加: zone "." IN { type master; file "hostname.nodomain"; al 阅读全文

posted @ 2022-09-27 15:50 9394952 阅读(133) 评论(0) 推荐(0)

2022年9月26日 #

关于zabbix后台运行的环境变量

摘要: 参看: https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/37309-userparameter-execution-environment https://www.reddit.com/r/zabbix/comment 阅读全文

posted @ 2022-09-26 20:54 9394952 阅读(206) 评论(0) 推荐(0)

get-pip.py下载地址

摘要: python2.7用 https://bootstrap.pypa.io/pip/2.7/get-pip.py python3.7用 https://bootstrap.pypa.io/get-pip.py 阅读全文

posted @ 2022-09-26 10:38 9394952 阅读(691) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页