使用phpinfo打印一下发现版本是7.2.31 使用php -v 打印的版本是5.4.16 [root@iZbp12y6fwj9mup08bgko6Z ~]# php -v PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17) Copyright (c) 19 ...
分类:
Web程序 时间:
2020-07-26 00:59:12
阅读次数:
92
1、在vim中设置tab缩进为4个字符setautoindent或setai2、复制/etc/rc.d/init.d/functions文件至/tmp目录,替换/tmp/functions文件中的/etc/syscon?g/init为/var/logcp/etc/rc.d/init.d/functions/tmpvim/tmp/functions%s@/etc/sysconfig/init@/va
分类:
其他好文 时间:
2020-07-23 22:52:48
阅读次数:
76
// Package subtle implements functions that are often useful in cryptographic// code but require careful thought to use correctly.package subtle// Con ...
分类:
其他好文 时间:
2020-07-22 20:15:24
阅读次数:
85
Xenia lives in a city that has n houses built along the main ringroad. The ringroad houses are numbered 1 through n in the clockwise order. The ringro ...
分类:
其他好文 时间:
2020-07-22 16:21:56
阅读次数:
74
1.查看nginx支持的模块 nginx -V [root@www ~]# /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.16.0 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ...
分类:
其他好文 时间:
2020-07-19 00:31:24
阅读次数:
81
1.主题插件 经多个主题使用,最终使用Solarized Dark,还是有部分改动,在setting文件中自定义部分颜色, "[Solarized Dark]": { "functions": "#d8ca04dc", "types": "#08c48cfd", "comments": "#5ed1 ...
分类:
其他好文 时间:
2020-07-16 21:23:26
阅读次数:
56
环境:centos7.6 1、查看nginx是否支持ssl [root@tool-19 ~]# /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.18.0 built by gcc 4.8.5 20150623 (Red Hat 4.8.5- ...
分类:
Web程序 时间:
2020-07-12 20:24:13
阅读次数:
98
package com.sjw.flink import org.apache.flink.configuration.Configurationimport org.apache.flink.streaming.api.functions.sink.{RichSinkFunction, SinkF ...
分类:
其他好文 时间:
2020-07-10 00:43:32
阅读次数:
74
package com.sjw.flink import org.apache.flink.api.common.state.{ValueState, ValueStateDescriptor}import org.apache.flink.streaming.api.functions.Keyed ...
分类:
其他好文 时间:
2020-07-10 00:31:17
阅读次数:
114
package com.sjw.flink import org.apache.flink.streaming.api.TimeCharacteristicimport org.apache.flink.streaming.api.functions.timestamps.BoundedOutOfO ...
分类:
其他好文 时间:
2020-07-10 00:16:33
阅读次数:
80