码迷,mamicode.com
首页 >  
搜索关键字:config server    ( 84903个结果
Centos 下启动mysql 报错: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)解决方法
1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
分类:数据库   时间:2021-07-05 17:35:04    阅读次数:0
Spring Boot 学习(一) 注意事项
编写引导类注意要标明注解 @SpringBootApplication SpringApplication.run(BootWeb01Application.class, args); 再编写main方法的时候使用run方法 起步依赖spring-boot-starter-parent 父工程,主要 ...
分类:编程语言   时间:2021-07-05 17:08:07    阅读次数:0
git 命令的使用
基础命令 #查看系统configgit config --system --list #查看当前用户(global)配置git config --global --list 当你安装Git后首先要做的事情是设置你的用户名称和e-mail地址。这是非常重要的,因为每次Git提交都会使用该信息。它被永远 ...
分类:其他好文   时间:2021-07-05 16:58:20    阅读次数:0
JMeter进阶操作分布式
如何在本机实现分布式的效果 首先需要把Jmeter复制一份作为从机 从机需要配置bin目录下的j meter.properties文件 打开搜索 server_port 然后配置主机的bin目录下的jmeter.properties文件 打开从机bin目录下的jmeter-server.bat 等待 ...
分类:其他好文   时间:2021-07-05 16:54:56    阅读次数:0
允许别人访问你本地的Vue项目
1、打开防火墙 如果觉得打开防火墙危险,可以只允许node.js通过防火墙,方法如下: PS:我同事电脑的允许通过是这样的,可能是nodejs版本不同? 2、vue.config.js中配置 host:'0.0.0.0', port: 8080, disableHostCheck: true, ...
分类:其他好文   时间:2021-07-02 16:16:39    阅读次数:0
connect to github.com port 443: Timed out
查了别人解决方法,最终自己的解决方法如下,http和https都不要配置代理,主要是下面那句,因为git就是https的 git config --global --unset http.proxy git config --global --unset https.proxy 分别执行了下面的两句 ...
分类:其他好文   时间:2021-07-02 16:13:13    阅读次数:0
GSON的扯淡之处
GSON默认是开启html编码的, 方法注释是这么写的: By default, Gson escapes HTML characters such as < > etc. Use this option to configure Gson to pass-through HTML characte ...
分类:其他好文   时间:2021-07-02 16:09:53    阅读次数:0
Python django中apache配置mod_wsgi
LoadFile "c:/python35/python35.dll"LoadModule wsgi_module "c:/python35/lib/site-packages/mod_wsgi/server/mod_wsgi.cp35-win_amd64.pyd"WSGIPythonHome "c ...
分类:编程语言   时间:2021-07-02 16:07:29    阅读次数:0
live-server前端服务器使用
没有webpack,我们就无法使用webpack-dev-server运行这个项目,实现热部署。 所以,这里我们使用另外一种热部署方式:live-server, 1.简介 地址;https://www.npmjs.com/package/live-server live-server这是一款带有热加 ...
分类:其他好文   时间:2021-07-02 15:53:49    阅读次数:0
Festival
导航 (返回顶部) 1. Installation 2. Configuration配置 2.1 Sound server 声音服务器 2.2 Voices声音 2.3 Manually手动 3. Usage用法 3.1 使用festival 3.2 Interactive交互的 3.3 添加帮助信 ...
分类:其他好文   时间:2021-07-02 15:35:29    阅读次数:0
84903条   上一页 1 2 3 4 5 6 ... 8491 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!