logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

nginx启动报1113错(1113: No mapping for the Unicode character exists in the target multi-byte code page)

一、错误信息1113: No mapping for the Unicode character exists in the target multi-byte code page二、原因nginx文件解压后的路径存在中文路径。

#nginx
CSS文本排列方向

writing-mode: horizontal-tb;//默认writing-mode: vertical-rl; //文字垂直排列 向左对齐writing-mode: vertical-lr; //文字垂直排列 向右排列一、属性定义及使用说明writing-mode 属性定义了文本在水平或垂直方向上如何排布。语法格式如下:writing-mode: horizontal-tb | vertic

#css#css3
js iframe通过postMessage实现父子页面传值

一、语法otherWindow.postMessage(message, targetOrigin);otherWindow 其他窗口的一个引用,比如iframe的contentWindow属性、执行window.open返回的窗口对象、或者是命名过或数值索引的window.frames。postMessage中第一个参数代表要传回的值,第二个是限定消息接收范围(域名设置),不限制使用 '*’。二

nginx启动报1113错(1113: No mapping for the Unicode character exists in the target multi-byte code page)

一、错误信息1113: No mapping for the Unicode character exists in the target multi-byte code page二、原因nginx文件解压后的路径存在中文路径。

#nginx
到底了