码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
Nginx 配置文件
默认的config #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/ngi ...
分类:其他好文   时间:2021-01-05 11:39:49    阅读次数:0
Nginx File Server
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:其他好文   时间:2020-12-28 11:28:07    阅读次数:0
nginx -s reload 没有生效
nginx -s reload 有时候重新加载配置文件没有生效 检查/var/log/nginx/error.log [notice] 29410#0: signal process started [emerg] 2999#0: bind() to 0.0.0.0:9091 failed (13: ...
分类:其他好文   时间:2020-12-28 10:54:15    阅读次数:0
6.主从复制基本配置
主从复制基本配置 master主节点(redis.conf) port 6379 pidfile "/data/redis/6379/redis.pid" loglevel notice daemonize no ###表示守护进程启动方式(前台或者后台) #logfile "/data/redis ...
分类:其他好文   时间:2020-12-10 11:20:36    阅读次数:4
haproxy配置多个端口的负载均衡配置
1、haproxy配置多个负载 global log 127.0.0.1 local0 log 127.0.0.1 local1 notice #daemon debug user haproxy group haproxy maxconn 4096 defaults log global mode ...
分类:其他好文   时间:2020-11-23 12:06:36    阅读次数:5
npm notice created a lockfile as package-lock.json. You should commit this file.
1.在现有的npm安装目录下执行命令。 2.将要安装的版本可能与现有版本不匹配。原文:https://stackoverflow.com/questions/44343997/npm-notice-created-a-lockfile-as-package-lock-json-you-should- ...
分类:Web程序   时间:2020-11-21 12:36:19    阅读次数:15
php--Undefined variable警告处理
PHP默认的配置会报这个错误 解决方法: 1、修改配置文件 打开php.ini文件error_reporting设置: 找到error_reporting=E_ALL 修改为error_reporting=E_ALL & ~E_NOTICE 2、 在文件的php的头部加入一下代码: ini_set( ...
分类:Web程序   时间:2020-08-17 17:44:35    阅读次数:78
jackson处理json
一,导入依赖jar包 <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.11.0</version> </dependency ...
分类:Web程序   时间:2020-07-31 19:15:34    阅读次数:92
前端直接截取字符串
前端直接截取字符串 背景 在实际开发过程中,我们有可能会遇到需要展示数据库字段,但是当字段的内容比较长的时候就有可能出现前端样式的失样的效果: 解决: <td> <span id="email" th:text="${notice.content}" style="display: block;wh ...
分类:其他好文   时间:2020-07-27 16:01:19    阅读次数:83
mac中pipenv --python 3.7 出错
Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own ...
分类:编程语言   时间:2020-07-26 02:03:02    阅读次数:95
1174条   上一页 1 2 3 4 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!