转自:https://www.cnblogs.com/jsonhc/p/7811929.html 以一个简单的lnmp.yaml的配置文件进行讲解docker-compose命令的基础讲解,熟练掌握命令 [root@docker lnmp]# cat lnmp.yaml version: '3' s ...
分类:
其他好文 时间:
2018-11-06 14:37:36
阅读次数:
235
###############Dynamic modules############### Dynamic modules are loaded using the "load_modules" directive. The RPM packagefor each module has a '.co ...
分类:
其他好文 时间:
2018-11-06 00:50:50
阅读次数:
170
很多用户在使用Navicat Premium 12连接MySQL数据库时会出现Authentication plugin 'caching_sha2_password' cannot be loaded的错误,解决方法如下 1. 管理员权限运行命令提示符,登陆MySQL(记得添加环境变量) mysq ...
分类:
数据库 时间:
2018-11-02 23:44:26
阅读次数:
1611
plugin caching_sha2_password could not be loaded 我在mac上用Sequel Pro连数据库的时候,会报出以上错误,这是应为8.0.11把身份认证插件改成了 caching_sha2_password ,而客户端没法使用此插件。 这是我们只要用命令行进 ...
分类:
数据库 时间:
2018-11-02 11:09:32
阅读次数:
162
2018-11-1 更新 pod install 报错 [!] Oh no, an error occurred. Cocoapods 需要更新 主要涉及2点内容 一、ruby 更新(V2.5.3) 经常是用命令行更新ruby,但是 ruby -v 的时候还是以前老版的 这因为Mac新系统的原因,M ...
分类:
其他好文 时间:
2018-11-01 16:57:14
阅读次数:
218
运行如下代码,报错: package test; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class test { public static voi ...
分类:
编程语言 时间:
2018-10-31 19:58:59
阅读次数:
230
<html> <head> <meta content="text/html; charset=utf-8" http-equiv="content-type"> <title> js调用java </title> </head> <body> <p> <div id="show"></div> < ...
分类:
移动开发 时间:
2018-10-31 13:55:00
阅读次数:
229
(function() { document.addEventListener('DOMContentLoaded', function () { var html = document.documentElement; var windowWidth = html.clientWidth; htm ...
分类:
移动开发 时间:
2018-10-31 11:24:15
阅读次数:
925
LODOP综合版里的c-lodop是标准版,没有https和广域网打印功能,如果使用了标准版,调试JS的时候会提示,,loaded over HTTPS,,,the content must be serverd over HTTPS,,,之类的错误。https网站需要安装https扩展版,安装ht ...
分类:
Web程序 时间:
2018-10-30 17:12:58
阅读次数:
368
备忘Ubuntu虚拟机环境配置 目录 更新源修改 LAMP环境安装 root@kali:/home/kali systemctl status mysql.service ● mysql.service MySQL Community Server Loaded: loaded (/lib/syst ...
分类:
系统相关 时间:
2018-10-30 13:17:39
阅读次数:
231