#REC

Wed Jul 04 18:01:38 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended

WedJul0418:01:38CST2018WARN:EstablishingSSLconnectionwithoutserver'sidentityverificationisnotrecommended.AccordingtoMySQL5.5.45+,5.6.26+and5.7.6+requirementsSSL...
代码星球 ·2021-02-15

Python 字符串操作 starswitch() find() re.IGNORECASE replace() join()

检测开头&结尾开头:startswith()url='http://www.python.org'url.startswith('http')>>>True结尾:endswith()url='http://www.python.org'url.endswith('org')>>&g...

Nginx配置SSL证书时——nginx:[emerg]unknown directive ssl错误

原文链接:https://blog.csdn.net/weixin_38111957/article/details/81283121一、引言当我们的Linux服务器上当中发布了web项目,有时候需要配置一个SSL证书,这样表示你这个网站还比较正式哈哈哈。当我把证书下载好,把nginx.conf配置好,简直就是万事俱备...

阿里云centOS7.4 nginx: [emerg] "server" directive is not allowed here in /etc/nginx/vhost/xxxxxx.conf:2

里云centOS7.4配置多个站点遇到的问题nginx:[emerg]"server"directiveisnotallowedherein/etc/nginx/vhost/xxxxxx.conf:2这个错误好尴尬,费了几个小时去解决,小白呀没办法先贴下/etc/nginx/nginx.conf的内容worker_pr...

win7 VC6.0 安装 fatal error C1083: Cannot open include file: 'Iphlpapi.h': No such file or directory

解决方法: 第一步 安装SDK 第二步将包含的api放在第一项...

error C4996 The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name

errorC4996:'strupr':ThePOSIXnameforthisitemisdeprecated.Instead,usetheISOCandC++conformantname:_strupr.Seeonlinehelpfordetails.errorC4996:'strupr':ThePOSIXnamef...
代码星球 ·2021-02-14

MYSQL—— 启动MYSQL 57 报错“The service MYSQL57 failed the most recent........等”的问题解决方式!

每天开机之后,启动MYSQLNotifier就报错,第一次出现重启电脑后解决,后面的几天老是出现,重启电脑好几次都没有解决,感觉很烦人,一定要搞定这个问题找到原因,于是有了下文....... 启动MYSQL57报错信息“TheserviceMYSQL57failedthemostrecentstatuscha...

Linux系统cp: omitting directory `XXX'问题解决

在linux系统中复制文件夹时提示如下: 在linux系统中复制文件夹时提示如下:原文Shell代码 cp: omitting directory `foldera/'  其中foldera是我要复制的文件夹名,出现该警告的原因是因为foldera目...

forward 和redirect的区别

forward和redirect的区别 解答:forward是容器中控制权的转向,是服务器请求资源,服务器直接访问目标地址的URL,把那个URL的响应内容读取过来,然后把这些内容再发给浏览器,浏览器根本不知道服务器发送的内容是从哪儿来的,所以它的地址栏中还是原来的地址。redirect就是服务端根据逻辑,发送...
代码星球 ·2021-02-11

123: The filename, directory name, or volume label syntax is incorrect今天玩nginx的时候报错

今天在win下玩nginx的时候提示500错误看了下nginx的logs 提示123:Thefilename,directoryname,orvolumelabelsyntaxisincorrect然后发现别的网站都没问题 今天加的网站就出问题了原来别的网站目录没有那么深也就是3层今天用tp5配置的...

plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory

plugins/python/uwsgi_python.h:2:20:fatalerror:Python.h:Nosuchfileordirectory一般是没有安装yuminstallpython-devel造成的然后pipinstalluwsgi 安装uwsgi最好把pythonpython-develg...

微信登录失败,redirect_uri域名与后台配置不一致,错误代码10003

微信登录失败,redirect_uri域名与后台配置不一致,错误代码100031先检查网页的授权域名 不要带http://2检查下自己的appid是否正确我换了appid没上传,多花了时间,切记...

thinkphp5中Indirect modification of overloaded element of XXX has no effect的解决办法

最近在使用Thinkphp5做foreach循环嵌套的时候报错:IndirectmodificationofoverloadedelementofXXXhasnoeffect,网上搜索了一下,很多框架会报这个错误,比如Laravel、YII、Thinkphp5等,错误的直译意思为:间接修改XXX的重载元素没有效果。解决...

-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory

-bash:/usr/bin/yum:/usr/bin/python:badinterpreter:Nosuchfileordirectorypython多版本造成额问题找不到python的路径所以保持-查找python#whereispythonpython:/usr/bin/python/usr/bin/pytho...
代码星球 ·2021-02-11

折腾了好久,thinkphp5打开提示加载failed to open stream: No such file or directory in think start.php

GIT上下载的THINKPHP5记得先composerupdate我就是没update,折腾了1个小时,才想起来这个事thinkphp5默认首页打开空白打开报错提示 提示thinkphp目录下的start.php 没这个文件或者目录打不开...
首页上一页...6263646566...下一页尾页