history window replacestate pushstate

MongoDB使用Mongod无法启动(windows下)

使用命令: mongod --port 27017 --dbpath "xxx" --replSet rs0 无法启动 解决: 看看是不是cmd位置错误,没有权限,直接去dbpth对应文件夹下进入cmd启动 ......
MongoDB windows Mongod

JetBrains GoLand 2023.2 (macOS, Linux, Windows) 发布 - Go Full Stack

JetBrains GoLand 2023.2 (macOS, Linux, Windows) 发布 - Go Full Stack 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) JetBrains GoLand - ......
JetBrains Windows GoLand 2023.2 macOS

JetBrains PhpStorm 2023.2 (macOS, Linux, Windows) - 高效智能的 PHP IDE

JetBrains PhpStorm 2023.2 (macOS, Linux, Windows) - 高效智能的 PHP IDE 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) JetBrains PhpStorm ......
JetBrains PhpStorm Windows 智能 2023.2

JetBrains DataSpell 2023.2 (macOS, Linux, Windows) 发布 - 专业数据科学家的 IDE

JetBrains DataSpell 2023.2 (macOS, Linux, Windows) 发布 - 专业数据科学家的 IDE 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) JetBrains DataSp ......

JetBrains PyCharm 2023.2 (macOS, Linux, Windows) 发布 - 面向专业开发者的 Python IDE

JetBrains PyCharm 2023.2 (macOS, Linux, Windows) 发布 - 面向专业开发者的 Python IDE 请访问原文链接:/,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) JetBrains ......
开发者 JetBrains PyCharm Windows 2023.2

JetBrains Rider 2023.2 (macOS, Linux, Windows) - 快速且强大的跨平台 .NET IDE

JetBrains Rider 2023.2 (macOS, Linux, Windows) - 快速且强大的跨平台 .NET IDE 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) JetBrains Rider - ......
JetBrains Windows 2023.2 Rider Linux

JetBrains RubyMine 2023.2 (macOS, Linux, Windows) 发布 - 最智能的 Ruby 与 Rails IDE

JetBrains RubyMine 2023.2 (macOS, Linux, Windows) 发布 - 最智能的 Ruby 与 Rails IDE 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) JetBrain ......
JetBrains RubyMine Windows 智能 2023.2

JetBrains IntelliJ IDEA 2023.2 (macOS, Linux, Windows) 发布 - 功能强大,符合人体工程学的 JVM IDE

JetBrains IntelliJ IDEA 2023.2 (macOS, Linux, Windows) 发布 - 功能强大,符合人体工程学的 JVM IDE 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) Jet ......

Windows Service部署

Release生成的exe: 安装: New-Service -Name "ExcelCUBEService" -BinaryPathName D:\WindowsServiceCUBE.exe sc.exe delete "ExcelCUBEService" 注意:卸载的服务需要处于停止运行状态 ......
Windows Service

Metasploit Pro 4.22.2-2023073101 (Linux, Windows) - 渗透测试框架

Metasploit Pro 4.22.2-2023073101 (Linux, Windows) - 渗透测试框架 Rapid7 Penetration testing 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) ......
Metasploit 2023073101 框架 Windows Linux

Nexpose v6.6.209 for Linux & Windows - 漏洞扫描

Nexpose v6.6.209 for Linux & Windows - 漏洞扫描 Rapid7 Vulnerability Management, Release Aug 02, 2023 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https: ......
漏洞扫描 漏洞 Nexpose Windows 6.209

JetBrains CLion 2023.2 (macOS, Linux, Windows) 发布 - C 和 C++ 跨平台 IDE

JetBrains CLion 2023.2 (macOS, Linux, Windows) 发布 - C 和 C++ 跨平台 IDE 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) JetBrains CLion - ......
JetBrains Windows 2023.2 CLion macOS

windows环境配置使用nginx

解压下载的压缩包,目录中不要存在中文及特殊字符。 CMD中切换到对应目录,start nginx即可。 可以使用`tasklist /fi "imagename eq nginx.exe"`查看验证 ``` Microsoft Windows [版本 10.0.19045.2251] (c) Mic ......
windows 环境 nginx

windows redis集群搭建

一、安装5.0以后版本的 链接:https://pan.baidu.com/s/1uXj_46ausPASNjDMxbNAQQ 提取码:egpf 二、准备多个redis环境 1、新建一个父文件夹(例如:redis-cluster) 2、将 redis 安装目录拷贝多份,放到二级目录,并分别以端口号命 ......
集群 windows redis

解读 --- System.Windows.Forms.Timer是前台线程吗?

## 引言 今天同事问了我一个问题,`System.Windows.Forms.Timer`是前台线程还是后台线程,我当时想的是它是跟着UI线程一起结束的,应该是前台线程吧? 我确实没有仔细研究过他们的异同,所以带着这个疑问探究一下`System.Windows.Forms.Timer`。 ## S ......
线程 前台 Windows System Forms

sqlplus连接远程Oracle字符无法全屏、windows 主机的 instantclient_12_1 修改 SQLPlus 的 glogin.sql 配置文件

发生缘由 Windows 主机使用 SQLPlus 连接 VMware Workstation 上面 Windows Server 2003 里面装的 Oracle 10 发现无法打印全屏字符 运行环境 Windows 主机系统:win10 VMware Workstation:VMware Wor ......
instantclient 字符 主机 sqlplus SQLPlus

windows tool recommandation NegativeScreen

Recently, our work room is a dark room, where the computer screen is so bright for me, even the screen's brightness is turned to the minimum. After so ......
recommandation NegativeScreen windows tool

如何在 Windows App SDK 项目中创建 AppService 和 Background Task

> 本文基于 Windows App SDK 1.3.230724000 和 CsWinRT 2.0.3 进行介绍,后续随着版本更迭,本文的方法不见得适用,请读者酌情取用。 Windows App SDK 承继于 UWP,UWP 的一些高级功能也同样被继承了过来,比如 AppService 和 Ba ......
AppService Background Windows 项目 Task

安装Docker(以Windows为例)

# 安装Docker(以Windows为例) ## 1. 下载并安装Docker 到以下官网下载Docker安装包,并安装 ```http https://www.docker.com/ ``` ![image](https://img2023.cnblogs.com/blog/2722327/20 ......
Windows Docker

Windows下nvm安装与使用

## 一、nvm、node、npm 区别 nvm:nodejs 版本管理工具,类似于python的Miniconda,一个 nvm 可以管理很多 node 版本和 npm 版本。 nodejs:是一个开源、跨平台的 JavaScript 运行时环境。 npm:是世界上最大软件包仓库,nodejs 包 ......
Windows nvm

Windows\Linux安装docker

Docker架构 Docker 包括三个基本概念: 镜像(Image):Docker 镜像(Image),就相当于是一个 root 文件系统。比如官方镜像 ubuntu:16.04 就包含了完整的一套 Ubuntu16.04 最小系统的 root 文件系统。 容器(Container):镜像(Ima ......
Windows docker Linux

Windows7系统安装MySQL5.7.41

1、下载MySQL5.7.41 Windows版安装包 2.新增相关配置文件 解压开压缩包后目录如下(红圈框处没有),需要手动新建一个data文件夹和和一个txt文本-my,对文本进行编辑,写入如下图内容保存(打码处为该文件位置,如解压后文件夹名为mysql5.7放在D盘,则为D:\mysql-5. ......
Windows7 Windows MySQL5 系统 MySQL

Qt+GDAL开发笔记(二):在windows系统msvc207x64编译GDAL库、搭建开发环境和基础Demo

前言 上一篇使用mingw32版本的gdal,过程曲折,为更好的更方便搭建环境,在windows上msvc方式对于库比较友好。 大地坐标简介 概述 大地坐标(Geodetic coordinate)是大地测量中以参考椭球面为基准面的坐标,地面点P的位置用大地经度L、大地纬度B和大地高H表示。 原理 ......
GDAL windows 环境 基础 笔记

windows powershell scoop Get-Service

scoop 在执行时ps1`Get-Service`错误 `Get-Service: ServiceController enables manipulating and accessing Windows services and it is not applicable for other op ......
Get-Service powershell windows Service scoop

配置Windows远程服务证书

# 1、生成自签名证书 ```powershell $certname = "certnameTest" ## Replace {certificateName} $cert = New-SelfSignedCertificate -Subject "CN=$certname" -CertStore ......
证书 Windows

windows下使用make命令

要在windows下使用make命令,需要用到PowerShell,本人win7没有PowerShell,需要安装补丁Windows6.1-KB2506143-x64.msu 或 Windows6.1-KB2506143-x86.msu,前者是64位,后者是32位,下载地址:Windows Mana ......
命令 windows make

DVWA靶场搭建(windows环境)

1、DVWA靶场搭建有多种方式,这里选择介绍最简单的一种; 2、下载phpstudy:地址:https://link.csdn.net/?target=http%3A%2F%2Fpublic.xp.cn%2Fupgrades%2FPhpStudy2018.zip phpstudy是一个能够提供php ......
靶场 windows 环境 DVWA

在Windows实例上无法连接搭建在Linux实例上的VSFTP站点,如何处理?

本文介绍在Windows实例上,无法连接搭建在Linux实例上VSFTP(Very Secure FTP)服务问题的问题原因和解决方案。 问题描述 在Windows操作系统资源管理器的文件夹路径中,通过输入ftp://FTP站点所在的ECS实例公网IP地址:21方式,访问搭建在Linux实例上的VS ......
实例 Windows 站点 Linux VSFTP

Windows11恢复Windows10右键菜单样式

切换到旧版右键菜单: reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 恢复回Win11右键菜单: reg delete "HKCU\Software\ ......
Windows 样式 菜单 11 10

windows系统下配置java项目运行环境

# 一、操作系统背景 ![image](https://img2023.cnblogs.com/blog/2200588/202308/2200588-20230802094606518-296088796.png) # 二、所需安装包 注意事项:安装目录需放在英文路径下。 ![image](htt ......
windows 环境 项目 系统 java