上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页
  2022年10月28日
摘要: 这里采用PowerShell编写脚本请求3322的动态域名接口 $pair = "root:更新密码" $encodedCreds = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes($pair)) $b 阅读全文
posted @ 2022-10-28 23:47 项希盛 阅读(736) 评论(0) 推荐(0)
  2022年9月16日
摘要: 下载地址 简体中文 - Windows 10 企业版 LTSC 2021 文件名: zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso SHA-256: C117C5DDBC51F315C739F9321D4907FA50090BA7 阅读全文
posted @ 2022-09-16 13:28 项希盛 阅读(2862) 评论(0) 推荐(0)
摘要: • 简体中文商业版8月更新版(含教育版、企业版、专业版、专业教育版、专业工作站版)- VLSC64位版本:Windows 11 (business edition), version 21H2 (x64) - DVD (Chinese-Simplified)文件名称: zh-cn_windows_1 阅读全文
posted @ 2022-09-16 12:30 项希盛 阅读(1295) 评论(0) 推荐(0)
摘要: • 简体中文版2022年8月更新版(含标准版、标准桌面体验版、数据中心版、数据中心桌面体验版)- MVS 64位版本:Windows Server 2022 Standard、Windows Server 2022 Standard (Desktop Experience)、Windows Serv 阅读全文
posted @ 2022-09-16 11:32 项希盛 阅读(1031) 评论(0) 推荐(0)
  2022年7月20日
摘要: 第1步:启动容器(复制下面所有代码到SSH控制台并按回车) docker run -it --name php74fpm php:7.4-fpm bash docker-php-ext-install pdo_mysql mkdir -p /usr/src/php/ext #install-redi 阅读全文
posted @ 2022-07-20 15:04 项希盛 阅读(1348) 评论(0) 推荐(0)
  2022年5月30日
摘要: 使用PHP实现对Excel的文本替换操作 <?php function xlsx_str_replace($file_tpl, $file_target, $data) { copy($file_tpl, $file_target); $sheet1 = 'xl/sharedStrings.xml' 阅读全文
posted @ 2022-05-30 16:02 项希盛 阅读(334) 评论(0) 推荐(0)
  2022年5月13日
摘要: 如图所示,只要启用不安全的来宾登录即可。 1:运行gpedit.msc打开组策略 2:依次展开【计算机配置】 【管理模板】 【网络】 【Lanman工作站】 3:将【启用不安全的来宾登录】调整为【已启用】即可 现在可以访问匿名共享了。 阅读全文
posted @ 2022-05-13 12:31 项希盛 阅读(98) 评论(0) 推荐(0)
  2022年5月11日
摘要: 使用node.js获取继电器信息 function unpack(format, data) { //仿 PHP 的 unpack() 函数:从二进制字符串对数据进行解包。 const ret = []; var offset = 0; const fs = format.split(''); tr 阅读全文
posted @ 2022-05-11 15:51 项希盛 阅读(156) 评论(0) 推荐(0)
  2022年5月10日
摘要: 将下面代码保存到 [MAC触控板在windows下的滚轮方向.reg] 然后导入注册表即可 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_05AC&PID_ 阅读全文
posted @ 2022-05-10 08:59 项希盛 阅读(162) 评论(0) 推荐(0)
  2022年5月3日
摘要: 使用iptables管理openvz的端口映射 多个IP也能分别进行映射端口 使用ip rule来分配外网IP给不同的VZ ip rule add table main prio 10 ip route replace default via 173.82.255.1 table default # 阅读全文
posted @ 2022-05-03 15:35 项希盛 阅读(152) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页