91名师指路-头部
首页
发布需求
项目流程图
客服QQ
登录
注册
付费问答
付费问答
技术博客
源码买卖
付费问答
技术博客
源码买卖
资料下载
日程管理
91小程序
让能力变成价值! 不止写博客能赚钱,上传源码也能赚钱。例如:您写了一篇博客,当网友遇到问题咨询您时会向你支付咨询费,并且下载您上传的源码也会向您支付对应的费用。
博客列表-91名师指路91mszl.com-让能力变成价值
博客分类
前端
jquery
Nodejs
vue
Angular
Html5
bootstrap
其他
后端
java
C#
Python
Php
C++
Ruby
Go
Erlang
其他
移动开发
ios
Android
微信支付
微信小程序
支付宝支付
银联支付
Windows Phone
其他
数据库
Oracle
Sqlserver
Db2
Mysql
MongoDB
Postgresql
其他
测试
loadrunner
jmeter
其他
运维
jenkins
svn
Git
sonarqube
Nginx
Cdn
jdk
Maven
Windows系统
Linux系统
其他
工作流
Activiti
jbpm
其他
搜索引擎
solr
lucene
ElasticSearch
其他
缓存
Redis
memCache
其他
消息队列
ActiveMQ
RabbitMQ
ZeroMQ
Kafka
MetaMQ
RocketMQ
写博客
博客管理
原
centos 8 下卸载mysql
一:查看mysql安装了哪些东西。rpm -qa |grep -i mysql执行完后显示安装了这些mysql-community-release-el7-5.noarchmysql-errmsg-8.0.21-1.module_el8.2.0+493+63b41e36.x86_64mysql-8.0.21-1.module_el8.2.0+493+63b41e36.x86_64mysql-ser
2020-12-02 13:25:55 阅读(1079)
原
src/os/unix/ngx_user.c: In function ‘ngx_libc_crypt’: src/os/unix/ngx_user.c:36:7: error: ‘struct cr
场景:在阿里云centos 8 下安装nginx-1.9.0 报错如下: src/os/unix/ngx_user.c: In function ‘ngx_libc_crypt’:src/os/unix/ngx_user.c:36:7: error: ‘struct crypt_data’ has no member named ‘current_salt’ cd.current_s
2020-12-01 12:26:55 阅读(4160)
原
src/core/ngx_murmurhash.c:37:11: error: this statement may fall through [-Werror=implicit-fallthroug
场景:在阿里云centos 8 下安装nginx-1.9.0 报错如下:src/core/ngx_murmurhash.c: In function ‘ngx_murmur_hash2’:src/core/ngx_murmurhash.c:37:11: error: this statement may fall through [-Werror=implicit-fallthrough=]
2020-12-01 12:21:19 阅读(2296)
原
linux 2台服务器之间拷贝文件命令
命令:scp -r /data/file root@139.1.1.1:/data备注:-r 表示拷贝文件夹;/data/file 当前表示要拷贝的文件夹root@139.1.1.1 表示目标服务器的账号和ip/data表示目标服务器的文件夹执行后在会提示输入密码,输入成功后,将开始进行拷贝
2020-11-16 07:08:50 阅读(880)
原
Server responded "Algorithm" negotiation failed" Key exchange with the remote host failed. This can
一:购买阿里云后,第一次使用SSH Secure Shell工具连接报错如下:Server responded "Algorithm" negotiation failed"Key exchange with the remote host failed. This can happen for example if the remote hostcomputer does not support
2020-11-07 17:31:43 阅读(2881)
原
spring boot集成jsr303
一:为什么要使用jsr303我们看下如下的代码,我们判断字段非空,要写一堆的代码,代码很臃肿,有没有一个工具来帮助我们简化开发呢,答案是有的。@PostMapping("/update/point") public ResultMessage updateRegionInfo(@RequestBody UpdatePickPointVO uv){ ResultMessage r
2020-10-29 15:22:18 阅读(973)
原
java 8 Lambda实现两个list的笛卡尔积
一:代码如下。package com.mszl.controller;import java.util.ArrayList;import java.util.Arrays;import java.util.List;import java.util.stream.Collectors;public class Test11 { public static void main(String[]
2020-10-28 14:06:30 阅读(5003)
原
markdown 安装汉化步骤,含注册码
一:下载markdown 下载地址:http://markdownpad.com/download.html二:安装步骤。2.1 选择语言。2.2 点击下一步。2.3 选择下一步。2.4 选择接受条款。2.5 选择安装路径。2.6 创建桌面快捷方式。2.7 点击安装。2.8 安装完成。三:破解步骤。3.1 安装完成后,打开软件如下图所示。3.2 点击Enter Key3.3 输入 Ema
2020-10-28 11:53:38 阅读(1189)
原
Elasticsearch(三):docker中安装Elasticsearch
docker中安装Elasticsearch见博客:https://www.91mszl.com/zhangwuji/article/details/1235
2020-10-11 22:12:18 阅读(753)
原
Elasticsearch(二):基本概念
一:Index(索引)。动词,相当于Mysql中的insert名词,相当于Mysql中的DataBase二:Type(类型)。在Index(索引)中,可以定义一个或多个类型,类似于mysql中的table,每一种类型的数据放在一起。三:Document(文档)。保存在某个索引(index)下,某种类型(Type)的一个数据(Document),文档是JSON格式的,Document就像Mysql中
2020-10-11 13:30:42 阅读(778)
共 469 行数据
首页
上一页
17
18
19
20
21
22
23
24
下一页
尾页
到第
页
确定
91名师指路-底部