localhost 39 connect server

How to log in when using gin's non-separated front-end and back-end systems

Person: How to log in when using gin's non-separated front-end and back-end systems? ChatGPT: When using Gin as the back-end system and a non-separate ......

What's default gateway?

What's default gateway? A default gateway is a network device that acts as an entry or exit point for traffic to and from a network. In other words, i ......
default gateway What 39

Python - str.strip() can strip '\n'

scnzzh: ~ >cat zzh.py print('aaa\n' + 'bbb') print('aaa\n'.strip() + 'bbb') scnzzh: ~ >python zzh.py aaa bbb aaabbb ......
strip Python 39 str can

Jmeter压测报错java.net.BindException: Address already in use: connect

压力测试并发较高时候,可能会出现 Address already in use 异常java.net.BindException: Address already in use: connect at java.base/java.net.PlainSocketImpl.connect0(Nativ ......
BindException Address already connect Jmeter

Python - difference between '../../' and '/../../' when they are concatenated to a path

scnzzh: ~/aaa >cat zzh1.py import os.path print(os.path.dirname(__file__)) abs_file_dir = os.path.abspath(os.path.dirname(__file__)) print(abs_file_di ......
39 concatenated difference between Python

Node12+ 下 axios 包使用报错引发的对 package.json's exports 等属性以及 esm 的探究

最近碰到一个 case,在一个用 ts 写的 node 项目里,使用 axios,本地开发没问题,但是部署上去报错了,然后使用方式改了一下就没问题了 import axios from 'axios' // 部署上去后报错 // 修改后 import axios from 'axios/dist/n ......
属性 package exports axios Node

SQL SERVER 数据库表添加字段,修改字段类型

SQL SERVER 数据库表添加字段,修改字段类型 --wms入库单表添加字段 alter table [dbo].[WMS_StockInMaster] add DeliveryMasterId int alter table [dbo].[WMS_StockInMaster] add Orde ......
字段 类型 数据库 数据 SERVER

MySQL错误ERROR 2003 (HY000) Can't connect to MySQL server .' (111)

在MySQL中,如果访问/连接MySQL数据库时遇到“ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xxx.xxx:xxx' (111)”这个错误,我们应该从哪些方面进行考虑和排查问题呢? 下图是我总结整理的一个思维导图, ......
MySQL 错误 connect server ERROR

Sql Server 迁移登录以及密码

1、查询现有的sql server 实例中的账号信息: select t.name,t.sid,t.password_hash from sys.sql_logins t where t.name not like '%MS%' --排除sa以及微软系统账号 and t.name<>'sa'; 2、 ......
密码 Server Sql

mount: '/dev/block/dm-8'->'/': I/O error

1|g6sa:/ # mount -o rw,remount /mount: '/dev/block/dm-8'->'/': I/O error 这种错误是由于android的一种保护机制,通过adb关闭这种机制即可 ......
39 mount block error dev

SQL SERVER 随机取出某一条数据

--SQL SERVER 随机取出某一条数据 --我们贴一下代码吧。 select top 1 * from table1 where id is not null ORDER BY NEWID() ......
数据 SERVER SQL

Ubuntu Desktop和Server之间的区别

最近倒腾虚拟机,安装一个Ubuntu作为服务器,然后跑到Ubuntu官网上,发现版本多到眼花缭乱 主要有这几个问题:1.有的版本只是一个版本号,有的带LTS2.相同版本的还有Desktop和Server的区分 先说第一个问题,带有LTS的版本,是Ubuntu官网长期维护更新的稳定版本,而不带有的基本 ......
之间 Desktop Ubuntu Server

设要采用CRC编码传送的数据信息x=1001,当生成多项式为G(x)=1101时,请写出它的循环校验码。若接收方收到的数据信息x' =1101,说明如何定位错误并纠正错误

设要采用CRC编码传送的数据信息x=1001,当生成多项式为G(x)=1101时,请写出它的循环校验码。若接收方收到的数据信息x' =1101,说明如何定位错误并纠正错误 ......
收方 多项式 错误 数据 信息

what's the difference between const and constexpr in C++?

Both const and constexpr are used to define constants in C++, but they have different meanings and use cases. const is used to declare a variable as c ......
difference constexpr between const what

DNS正向解析报server can't find xx:NXDOMAIN

本来想用bind9搭建DNS服务器实现域名正向解析功能的,但不是很顺利,搞了一天,各种资料也没啥用处,还得求助博友们 我是跟着下面的链接搭建的: (45条消息) 服务器运维:CentOS 7下搭建DNS服务器_无名J0kзr的博客-CSDN博客 我要解析的域名是test.qk 1.编辑主配置文件应该 ......
NXDOMAIN server find DNS can

连接mysql报错ERROR 1396 (HY000): Operation ALTER USER failed for ‘root‘@‘localhost‘

mysqlbin目录cmd回车进入命令行界面或管理员身份运行; 1.登录mysql > mysql -u root -p 输入密码 2. >use mysql 重置密码 > update user set authentication_string='' where user='root'; >fl ......
Operation localhost failed mysql ERROR

关于Could not autowire. No beans of 'xxxx' type found. 解决方法之一

#关于Could not autowire. No beans of 'xxxx' type found. 解决方法之一 原因:启动类与配置类是在一个包下 但是不同包 而且配置类也不是子包 启动类没扫描到配置类 这时候有两种解决方案 第一种需要在Springboot启动类上添加@ComponentS ......
autowire 方法 Could beans found

ImportError: cannot import name 'joblib' from 'sklearn.externals'错误

当输入 from sklearn.externals import joblib 会出现如下错 需要把代码直接改为如下代码即可: import joblib ......
39 ImportError externals 错误 sklearn

Windows Server 2022 中文版、英文版下载 (updated Mar 2023)

Windows Server 2022 正式版,2023 年 3 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2022/,查看最新版。原创作品,转载请保留出处。 作者主页:sysin.org 早期直观体验 版本 21H2,根据名称预计今年秋季发 ......
英文版 中文版 Windows updated Server

Windows Server 2019 中文版、英文版下载 (updated Mar 2023)

Windows Server 2019 Version 1809,2023 年 3 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2019/,查看最新版。原创作品,转载请保留出处。 作者主页:sysin.org 本站将不定期发布官方原版风格月度更 ......
英文版 中文版 Windows updated Server

Windows Server 2016 中文版、英文版下载 (updated Mar 2023)

Windows Server 2016 Version 1607,2023 年 3 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2016/,查看最新版。原创作品,转载请保留出处。 作者主页:sysin.org 本站将不定期发布官方原版风格月度更 ......
英文版 中文版 Windows updated Server

Windows 7 & Windows Server 2008 R2 简体中文版下载 (2023 年 3 月更新)

Windows 7 & Windows Server 2008 R2 (updated Mar 2023) 请访问原文链接:https://sysin.org/blog/windows-7/,查看最新版。原创作品,转载请保留出处。 作者主页:sysin.org Windows 7 & Windows ......
Windows 中文版 Server 2008 2023

MinIO上传文件The difference between the request time and the server's time is too large.异常

问题 向MinIO上传文件时,抛出异常:The difference between the request time and the server‘s time is too large. 使用date命令修改CentOS时间后,异常依然存在。 相关Linux命令 查看系统时间:date 查看硬件 ......
time difference the between request

Cannot resolve symbol 'Mapper'

准备写一个Mapper接口,可它报错了 上网一查,发现需要添加依赖,于是乎添加呗! <!-- mybatis整合Springboot --> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spr ......
resolve Cannot Mapper symbol 39

Java实现mock server

Mock Java实现mock有两种方式: servlet的Filter功能 spring的HandlerInterceptor Filter和HandlerInterceptor的区别: 这两者在功能方面很类似,但是在具体技术实现方面,差距还是比较大的。过滤器和拦截器都属于面向切面编程的具体实现。 ......
server Java mock

Jensen's inequality

$$ f(E[x]) \leq E[f(x)]$$ where $f(x)$ is a convex function. This just a general form of convexity since $E(x)$ is a linear conbination of x. ......
inequality Jensen 39

from selenium.webdriver import DesiredCapabilities:DesiredCapabilities.CHROME["loggingPrefs"] = {'browser': 'ALL'}

https://blog.csdn.net/JZF2050/article/details/127965179 DesiredCapabilities.CHROME["loggingPrefs"] = {'browser': 'ALL'} from selenium.webdriver import ......

uniapp 页面跳转时 redirectTo:fail page '/pages/index/pages/index/login' is not found

uniapp 跳转页面有以下两种,分清楚情况写 url 才能正确跳转: 绝对路径跳转; 相对路径跳转。 :one: 绝对路径跳转: 绝对路径跳转必须要是这样的格式 /pages/xxx/xxx,pages 前面必须要有 /,代表 src 目录。 :two: 相对路径跳转: 相对路径跳转不带 /,是以 ......
index pages redirectTo 页面 uniapp

在Centos7 中PHP与SQL Server链接出现的编码问题

项目一直处于Windows平台,变更到linux上移植的时候发现了一个严重的字符编码问题。 服务器情况如下 数据服务器Windows 2016 + SQLServer 2008R2 原Web服务器Windows 2016 自带IIS10 + PHP5.4 新Web服务器Centos7 大家都知道SQ ......
编码 Centos7 链接 Centos Server

c++代码编译出错:undefined reference to `typeinfo for dnet::event_handler'

编译出错信息如下: [ 82%] Linking CXX executable ../bin/dsys/usr/bin/ld: ../lib/libdnet.so: undefined reference to `typeinfo for dnet::event_handler'collect2: ......