logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux或者Centos或者MacOS系统下ping IP+端口的方法

在linux和centos下,我们就直接可以用telnet命令来测试端口是否畅通。具体用法:telnet 指定的IP或者 域名 端口号.比如:telnet 10.20.66.37xx 8090内网 telnet 127.0.0.1 8090在Mac os 下nc -vz -w 2 10.20.66.37xx 8090...

Apache配置vue服务

在/etc/httpd/conf.d下新建 vihttpd-vhosts.conf然后贴入如下<VirtualHost *:80>DocumentRoot “Vue根目录所在位置”<Directory “Vue根目录所在位置”>Options FollowSymLinksAllowOverride NoneRequire all grantedLoadM...

#http
vue 字符串中包含特殊字符

例如:禁止文字:;/|,*?"><は使用这个放入代码中加引号会报错。在报错的地方加上反斜杠来转译一下。例子中的解决方法: 禁止文字:;/\|,*?"><は使用

#html
vue input 赋值报错 getFieldDecorator v-decorator

对input框赋值的时候,报如下错误warning.js?4eb8:34 Warning: You cannot set a form field before rendering a field associated with the value. You can use getFieldDecorator(id, options) instead v-decorator="[id, optio

Centos7 安装pyenv

一、提前安装好python依赖的库文件sudo yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel libpcap-devel xz-devel二、安装pyenvmkdir ~/.pyenvgit clone git://...

#python#人工智能#AI +1
flutter 重新生成iOS和Android工程

如果要指定OC还是swift,往后加参数。

#flutter
到底了