错误一:安装nginx报错“src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt’” “src/os/unix/ngx_user.c:26:7: error: ‘struct ...
分类:
其他好文 时间:
2021-01-18 10:49:25
阅读次数:
0
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error 在安装目录下执行 vim obj/Markfile 把Makefile文件的-Werror去掉 重新执行make ...
分类:
Web程序 时间:
2021-01-16 12:06:29
阅读次数:
0
golang没有提供try-catch类似的错误处理机制,在设计层面采用了C语言风格的错误处理,通过函数返回值返回出错的错误信息,具体样例如下: func ReturnError() (string, error) { return "", fmt.Errorf("Test Error") } fu ...
分类:
其他好文 时间:
2021-01-16 12:06:01
阅读次数:
0
UTF-8, UTF-16, UTF-32 & BOM General questions, relating to UTF or Encoding Forms Is Unicode a 16-bit encoding? Can Unicode text be represented in more ...
分类:
其他好文 时间:
2021-01-15 12:15:52
阅读次数:
0
urllib是Python中请求url连接的官方标准库,在Python3中将Python2中的urllib和urllib2整合成了urllib。urllib中一共有四个模块,分别如下: request:主要负责构造和发起网络请求,定义了适用于在各种复杂情况下打开 URL (主要为 HTTP) 的函数 ...
分类:
Web程序 时间:
2021-01-15 11:56:28
阅读次数:
0
# 项目目录 kratos-register -- 为注册项目示例kratos-discovery -- 为发现项目示例kratos-discovery\internal\consul -- (核心)为本项目封装的基于Consul服务注册发现的demokratos-register\cmd\main ...
分类:
其他好文 时间:
2021-01-14 11:04:09
阅读次数:
0
Springboot整合web socket 引入包 <dependency> <!-- websocket --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</arti ...
分类:
编程语言 时间:
2021-01-14 11:00:20
阅读次数:
0
一、数据库 Oracle,MySQL,H2(单元测试,内存数据库),NoSQL(一类数据库Not only SQL) 面对的是对象,键值对 data,database,databaseSoft,DBMS,databaseService 二、数据库模型 关系型数据模型 Oracle MySQL SQL ...
分类:
数据库 时间:
2021-01-14 10:57:27
阅读次数:
0
Error running 'Unnamed': Address localhost:8080 is already in use HTTP Status 500 – Internal Server Error Error running 'Tomcat 9.0.0.M17': Address lo ...
分类:
其他好文 时间:
2021-01-14 10:47:23
阅读次数:
0
I'm back.I've get an offer from my current job,as a developer. Also, I decide to maintian my hobby to write down what I've learnt during my closing ti ...
分类:
其他好文 时间:
2021-01-14 10:42:08
阅读次数:
0