10 2023 档案
摘要:@echo off rem 打开网页start "" "http://192.168.9.101:9000" rem 等待 5 秒钟ping -n 6 127.0.0.1 > nul rem 关闭浏览器窗口taskkill /im msedge.exe /f
阅读全文
摘要:1、新建数据库数据目录(注意目录权限) 2、打开服务,停止postgresql数据库服务 3、运行cmd,输入regedit打开注册表,修改 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\postgresql-x64-9.1\ImagePa
阅读全文
摘要:https://files.cnblogs.com/files/tangchun/Optimizer-15.8.zip?t=1696842672&download=true
阅读全文
摘要:/** * @license BSD * @copyright 2014-2023 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ */ ; (function ($w) { 'use strict';
阅读全文
摘要:Dowload(url, fileName) { let xmlResquest = new XMLHttpRequest(); xmlResquest.open('GET', url, true); xmlResquest.setRequestHeader('Content-type', 'app
阅读全文